agentsclimarketplace

Use code wiki

Skill markthebault/code-wiki/skills/use-code-wiki

Navigate a documented Git repository through .code-wiki/wiki.json to locate implementation files, plan changes, and answer codebase-structure questions. Use when a Code Wiki index exists and repository exploration should proceed from summaries to headers to full source.From its SKILL.md

Install
npx -y skills add markthebault/code-wiki --skill use-code-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

  • 0 stars0 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, 273 tokens by cl100k_base, as published. Nobody here has run it

Use Code Wiki

Use the Code Wiki as a progressive navigation cache. Treat current source code as authoritative.

Workflow

  1. Resolve the target Git root.
  2. Run python3 scripts/query_index.py --root <absolute-root> --json status from this skill directory.
  3. If the index is absent, invalid, or unsupported, stop using it and recommend build-code-wiki.
  4. Run python3 scripts/query_index.py --root <absolute-root> --json show . for repository orientation.
  5. Query only directory nodes relevant to the request.
  6. Shortlist files from their summaries.
  7. Read the managed headers of shortlisted files.
  8. Read complete files only when implementation detail is required or an entry is stale.
  9. Read adjacent tests and configuration before editing.
  10. Verify claims against current source before answering or modifying code.
  11. Recommend build-code-wiki after source changes.

Query operations

  • Use show <relative-path> for one repository, directory, or file node.
  • Use stale only when freshness affects the task.
  • Never pass absolute paths or paths containing ...
  • Do not load the complete index when targeted subtree queries are sufficient.

Read wiki.schema.json only when schema interpretation or validation detail is required.

What ships with it: 2 files

9.1 KB alongside SKILL.md, 1 of them executable

references/

scripts/

Keep looking

Skills are one crate of 326,614. 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.