Repo to wiki
Build a local markdown wiki for a repo, research folder, or cloned source collection. Use when the user wants living docs, repo explainers, source synthesis, citations, cross-links, or llmwiki-style knowledge accumulation.From its SKILL.md
npx -y skills add Arnie016/codex-prompt-templates --skill repo-to-wikiAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.6 KB, 290 tokens by cl100k_base, as published. Nobody here has run it
Repo To Wiki
Turn source files into stable markdown pages that future Codex sessions can read instead of rediscovering the project.
Folder Shape
wiki/
overview.md
architecture.md
setup.md
concepts/
decisions/
sources.md
Build Order
- Create
wiki/sources.mdwith repo URLs, local paths, commit/date if known. - Create
wiki/overview.mdfrom README and manifests. - Create
wiki/architecture.mdfrom entry points and module layout. - Create focused concept pages only when they remove repeated context.
- Cross-link pages with relative markdown links.
Page Contract
Each page should include:
- purpose
- evidence/source files
- current understanding
- open questions
- last reviewed date
Rules
- Source files remain the source of truth.
- Keep wiki pages concise and updateable.
- Do not invent details when source evidence is thin.
- Use exact file links or paths for traceability.
Reference pattern source: sources/llmwiki.
Skip When
- The user only needs a short one-time repo summary.
- Source evidence is too thin to maintain living docs.
Validation
- Wiki pages cite source files or URLs and last-reviewed dates.
- Broad examples stay in concept/reference pages, not the overview.
- Open questions are preserved instead of inventing missing architecture.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.