awiki-shared
Installation
SKILL.md
awiki Shared Rules
CRITICAL — This file is the shared rule source for all awiki skills.
Unless a domain skill explicitly narrows a behavior, command contract, output contract, safety rules, confirmation guidance, and escalation order come from this file.
Command Contract
- Use canonical
awiki-clicommands first. - Prefer
awiki-cli schema [command]for unknown flags, hidden commands, output fields, or implementation status. - Do not invent commands, flags, or response fields that are not present in the current repo.
- Hidden commands are internal-only and require explicit user intent.
- Treat
docs,schema,doctor, andconfig showas first-class tools, not as afterthoughts.