$npx -y skills add jmstar85/oh-my-githubcopilot --skill wikiMaintain a lightweight project knowledge base that compounds across sessions. Activate when: wiki, knowledge base, project wiki, save knowledge.
| 1 | # Wiki |
| 2 | |
| 3 | > **OMG adapted scope:** This port starts as a guided file workflow. A full wiki MCP API is out of scope for this branch. |
| 4 | |
| 5 | ## Workflow |
| 6 | 1. Determine whether the user wants to read, add, update, or reorganize knowledge. |
| 7 | 2. Choose a repository-scoped markdown location that already exists, or propose `.omg/wiki/` when no convention exists. |
| 8 | 3. Store concise, durable facts with dates and source context. |
| 9 | 4. Update outdated entries instead of duplicating contradictory notes. |
| 10 | 5. Summarize what changed and how to retrieve it later. |
| 11 | |
| 12 | ## Rules |
| 13 | - Do not store secrets or private credentials. |
| 14 | - Prefer short entries that future agents can load quickly. |
| 15 | - Separate verified facts from hypotheses or todos. |