Skip to content

feat(skills): add wiki-sync skill - #24

Merged
EthanThatOneKid merged 1 commit into
mainfrom
docs/wiki-sync-skill
Aug 14, 2026
Merged

feat(skills): add wiki-sync skill#24
EthanThatOneKid merged 1 commit into
mainfrom
docs/wiki-sync-skill

Conversation

@EthanThatOneKid

Copy link
Copy Markdown
Contributor

Adds the repeatable wiki-sync skill (SKILL.md, wspace convention) codifying the Git-anchored delta process for keeping a code wiki truthful to source: anchor at docs/.sync-base, diff origin/main, classify, rebuild symbol lines via deno doc --json, verify counts by running runners, check inventory via git ls-tree, edit only affected pages, validate, land. Modeled on LangChain OpenWiki; used by wazootech/sparql-engine.

Codifies the delta process for keeping a repo's code wiki truthful to
its source: diff origin/main from the docs/.sync-base anchor, classify
the change, rebuild symbol lines from deno doc --json, verify counts by
running the test runners, check file inventory with git ls-tree, edit
only the affected pages, validate, and land. Modeled on LangChain
OpenWiki's Git-anchored maintenance approach; used by
wazootech/sparql-engine docs/.

🤖 Generated with Codebuff
Co-Authored-By: Codebuff <noreply@codebuff.com>
@EthanThatOneKid
EthanThatOneKid merged commit 2ebf511 into main Aug 14, 2026
1 check failed
@EthanThatOneKid
EthanThatOneKid deleted the docs/wiki-sync-skill branch August 14, 2026 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant