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-cli commands 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, and config show as first-class tools, not as afterthoughts.

Output Contract

  • The canonical contract is the JSON envelope produced by the CLI.
  • summary is supplemental natural-language guidance, not the primary machine contract.
  • Supported output formats today: json, pretty, table, ndjson.
  • Use --jq to filter the JSON envelope instead of assuming a different response shape.
Related skills
Installs
2
First Seen
Apr 12, 2026