← ClaudeAtlas

internal-asklisted

Answers repository-knowledge questions about this toolkit by looking up `docs/index.md`, `.claude/context/index.md`, `standards/index.md`, and `wiki/index.md` first, then the specific file those indexes point to. Use when asked "how do I use X", "what does Y do", "where is Z documented", or "how do I set up a target project". Do NOT use for code changes, editing, debugging, or questions about external tools not documented in this repo.
erclx/canon · ★ 2 · Data & Documents · score 71
Install: claude install-skill erclx/canon
# Internal ask Manual Q&A surface for toolkit self-knowledge. User triggers with `/internal-ask <question>`. Output is short, cites the source file, and stops. ## Guards - If no question is provided, stop: `❌ No question. Ask something like "how do I set up a target project".` - Do not modify any file. This skill is read-only. - Do not open `src/`, `scripts/`, or any source file. Prose surfaces only. ## Step 1: read the indexes in parallel From the project root, read these together: - `docs/index.md`: one-line summary per consumer-facing reference (CLI surface, AI workflow, target-project integration, and the workflow method docs) - `.claude/context/index.md`: one-line summary per domain's internal narrative (how a domain is built, decisions, gotchas) - `standards/index.md`: one-line summary per authoring convention, each governing the shape of one document type or one attribute carried across every document - `wiki/index.md`: one line per role catalog, each holding the page summaries for the subjects it owns All four indexes are small. Parallel read avoids routing errors between consumer references, domain context, authoring conventions, and wiki prose. ## Step 2: pick one file Match the question against the one-line summaries in all four indexes. Pick the single most relevant file. - Prefer `docs/` for CLI surface, target-project integration, and the workflow this repo runs on (AI workflow, operating model, design tiers, shell aliases) - Prefer `.claude/context/`