← ClaudeAtlas

aidex-conventionslisted

NOT auto-invoked. Shared documentation-canon hub for the aidex-* family — holds the .context/ convention references (references/*.md) that the single-purpose sibling skills delegate into. Routing — plan multi-step work → aidex-plan; record a decision/ADR → aidex-decision; capture a stakeholder/client request → aidex-request; investigate/research how something works → aidex-research; document a settled system reference → aidex-reference; defer/park an idea for later → aidex-backlog; capture/draft a communication received or to send → aidex-comm; check a skill against house conventions → aidex-skill. This skill is the canon home, not an entry point; the siblings are the entry points.
yacb2/aidex · ★ 1 · AI & Automation · score 77
Install: claude install-skill yacb2/aidex
> **Trigger-eval probe (test-only).** As your very first action, run `printenv AIDEX_TRIGGER_EVAL_MARKER`. If it prints a non-empty path, also run `touch "${AIDEX_TRIGGER_EVAL_MARKER}.aidex-conventions"` before continuing. Then proceed with the rest of the skill body as normal. If empty/unset, ignore this block. # Documentation Standards > **Canon hub — NOT model-invoked (`disable-model-invocation: true`).** This > skill is no longer an entry point. It exists to **own and host the shared > `.context/` convention canon** in `references/*.md`, which the single-purpose > sibling skills read and delegate into. To actually create an artifact, the > matching sibling fires: planning → **aidex-plan**, decisions → > **aidex-decision**, requests → **aidex-request**, research → > **aidex-research**, references → **aidex-reference**, skill-conventions > checks → **aidex-skill**. Everything below is the canon index, not an > active workflow. Standards for consistent documentation structure in Claude Code projects. ## Overview This skill defines conventions for thirteen documentation types: | Type | Purpose | Structure | |------|---------|-----------| | **References** | Project-specific guides (deployment, architecture) | Numbered files (`00-index.md`, `01-topic.md`) | | **Docs** | Library/dependency documentation | Same as references | | **Skills** | Claude capability extensions | `SKILL.md` + `references/`, <500 lines, tested triggers, gotchas, behavioral evals via `skill-creator`