From doc-wiki
Edits a specific wiki page with a targeted change, reads the page, shows a diff, and applies the change if autonomy permits.
How this command is triggered — by the user, by Claude, or both
Slash command
/doc-wiki:edit <page-path> <change-description>This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Invoke the `doc-wiki` skill to run the `/doc-wiki:edit` workflow with the user's arguments: $ARGUMENTS Call `Skill(doc-wiki, "edit $ARGUMENTS")`. The skill orchestrator reads `skills/doc-wiki/SKILL.md`, locates the `### /doc-wiki:edit — Targeted page changes` section, and runs the page-modification flow (read the page, show diff of current vs proposed, apply if autonomy mode permits, log the event, and run post-op hooks for crosslink + tag-harmonize). If `$ARGUMENTS` is empty, ask the user which page needs editing and what the change is.
Invoke the doc-wiki skill to run the /doc-wiki:edit workflow with the user's arguments: $ARGUMENTS
Call Skill(doc-wiki, "edit $ARGUMENTS"). The skill orchestrator reads skills/doc-wiki/SKILL.md, locates the ### /doc-wiki:edit — Targeted page changes section, and runs the page-modification flow (read the page, show diff of current vs proposed, apply if autonomy mode permits, log the event, and run post-op hooks for crosslink + tag-harmonize).
If $ARGUMENTS is empty, ask the user which page needs editing and what the change is.
npx claudepluginhub narailabs/narai-claude-plugins --plugin doc-wiki/wikiGenerates or updates a documentation wiki in the openwiki/ directory, collecting git evidence and producing structured markdown docs. Supports init and update modes.
/querySearches a local wiki of pages and project notes, reads top matches, and synthesizes a grounded answer with citations. Also supports creating new pages or ingesting sources.
/docs-updateSyncs documentation across README files and wiki articles by locating wiki repo, analyzing main repo changes, interactively confirming updates, and committing to both.
/wiki-queryAnswers a question by searching wiki index, reading 1-3 relevant pages, and synthesizing a response with citations. Logs query and offers to save as new page.
/wiki-auditCheck wiki health — find broken links, stale content, contradictions, and auto-fix what it can