wiki — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited wiki (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
When this skill is invoked OR when the user is working in a repo that has a wiki built, read the wiki BEFORE answering anything substantial about that repo.
Path: ~/.yashigatakae/state/codebase-wiki/<basename>/ where <basename> is the last path segment of the cwd.
If ~/.yashigatakae/state/codebase-wiki/<basename>/index.md does not exist, run:
yashigatakae graphify "$(pwd)" --proThis creates the wiki under that directory in 1–2 seconds.
architecture.md next (component map + per-module table).symbols/<X>.md — every public symbol gets a page with signature, doc, and "referenced by" backlinks.DECISIONS.md — auto-extracted from substantive git commits.modules/<M>.md — infobox + grouped symbol list.GLOSSARY.md — proper nouns appearing >3x in docs.STUB-PAGES.md — those are the gaps to flag.The wiki uses [[Foo]] markdown wikilinks. They render as relative markdown links. If you see STUB-PAGES.md#foo linked, the page is a stub — the concept exists but isn't documented yet.
If the wiki feels stale, re-run yashigatakae graphify <repo> --pro to regenerate. Incremental refresh and CI integration land in v0.13.1.
Without the wiki, every Claude session in a non-trivial repo spends ~10K tokens grepping and reading source to build a mental map. With the wiki, those 10K tokens are pre-computed once and read from a few markdown files. Saves time, saves tokens, keeps Claude grounded in the same shared model the user has.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.