agentsclimarketplace

Repo to wiki

Skill Arnie016/codex-prompt-templates/skills/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

Install
npx -y skills add Arnie016/codex-prompt-templates --skill repo-to-wiki

Assembled 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

  1. Create wiki/sources.md with repo URLs, local paths, commit/date if known.
  2. Create wiki/overview.md from README and manifests.
  3. Create wiki/architecture.md from entry points and module layout.
  4. Create focused concept pages only when they remove repeated context.
  5. 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.

Keep looking

Skills are one crate of 326,736. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.