Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add yacb2/aidex --skill aidex-conventionsgit clone --depth 1 https://github.com/yacb2/aidexWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/yacb2/aidex/aidex-conventions)<a href="https://agentmods.dev/skills/yacb2/aidex/aidex-conventions"><img src="https://agentmods.dev/badge/skills/yacb2/aidex/aidex-conventions.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00157 | $0.03617 |
| Opus 5 | $0.00078 | $0.01809 |
| Sonnet 5 | $0.00031 | $0.00723 |
| Haiku 4.5 | $0.00016 | $0.00362 |
Grade A, and why
aidex-conventions scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 257 lines — stays where its author put it; the contents beside it link to each section on GitHub.
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 inreferences/*.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 |
| Plans | Multi-session implementation tracking | Phases with checkboxes |
| Requests | Incoming tasks and product requirements | Single dated file |
| Decisions | Architecture/product decision records | Single dated file with context, options, outcome |
| Backlog | Deferred/parked ideas queued for later | Single dated file (YYYY-MM-DD-bl-nnn-<slug>.md) |
| Research | Investigation/spike notes captured before planning | Numbered files in a dated topic folder |
| Audits | State-of-project catalogs with inventory + dated runs | <methodology>/ with 00-inventory.md + 00-methodology.md + 00-changelog.md + YYYY-MM-DD-<slug>/ runs |
| Communications | Log of emails/messages/calls/meetings received, sent, or held | {received,sent,meetings}/<YYYY-MM-DD>-<slug>/body.md (native language) |
| Loops | Agentic loop-specs (goal + stop condition + engine) | Single dated file, via aidex-loop |
| Worktrees | Per-project worktree/isolation procedure | Evergreen worktrees/00-index.md, via aidex-worktree |
| CLAUDE.md | Project context for Claude | Concise knowledge base |
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- agents/durability-arbiter.eval.md 1.6 KB
- agents/durability-arbiter.md 5.4 KB
- assets/templates/version-command.md 815 B
- assets/templates/versioning-rule.md 1.4 KB
- references/00-global.md 27 KB
- references/audit-conventions.md 15 KB
- references/autonomy-conventions.md 21 KB
- references/checkpoint-conventions.md 5.2 KB
- references/claudemd-conventions.md 11 KB
- references/communication-conventions.md 14 KB
- references/fleet-version-conventions.md 10 KB
- references/human-verification-conventions.md 4.8 KB
- references/measurement-conventions.md 4.7 KB
- references/migration-guide.md 4.4 KB
- references/plan-conventions.md 22 KB
- references/reference-conventions.md 10 KB
- references/request-decision-conventions.md 6.2 KB
- references/review-scope-conventions.md 14 KB
- references/skill-conventions.md 35 KB
- references/skill-trigger-eval-methodology.md 39 KB
- references/workflow-core.md 19 KB
- references/worklist-conventions.md 7.8 KB
- references/worktree-conventions.md 13 KB
- scripts/_lib.sh 12 KB runs code
- scripts/archive-sweep.py 8.8 KB runs code
- scripts/backfill-indexes.sh 5.2 KB runs code
- scripts/close-dated-artifact.sh 3.3 KB runs code
- scripts/detect-project-commands.sh 8.1 KB runs code
- scripts/eval-grade-artifact.sh 2.5 KB runs code
- scripts/fixtures/bad/.context/audits/00-inventory.md 176 B
- scripts/fixtures/bad/.context/audits/2026-06-01-Bad_Slug/index.md 89 B
- scripts/fixtures/bad/.context/audits/20260601-legacy-run/findings.md 18 B
- scripts/fixtures/bad/.context/audits/20260601-legacy-run/index.md 84 B
- scripts/fixtures/bad/.context/audits/INVENTORY.md 185 B
- scripts/fixtures/bad/.context/backlog/2026-05-14-no-frontmatter.md 50 B
- scripts/fixtures/bad/.context/backlog/2026-06-04-path-style-blocked-by.md 472 B
- scripts/fixtures/bad/.context/backlog/20260513-legacy-date.md 185 B
- scripts/fixtures/bad/.context/communications/meetings/2026-06-10-broken/body.md 313 B
- scripts/fixtures/bad/.context/communications/received/2026-06-19-legacy-name/email.md 252 B
- scripts/fixtures/bad/.context/communications/sent/2026-06-18-paste-unsafe/body.md 368 B
- scripts/fixtures/bad/.context/communications/sent/2026-06-20-wrong-direction/body.md 273 B
- scripts/fixtures/bad/.context/decisions/2026-05-14-pending-ref.md 278 B
- scripts/fixtures/bad/.context/plans/2026-06-22-gateless.md 253 B
- scripts/fixtures/bad/.context/plans/2026-07-19-script-shaped.md 8.7 KB
- scripts/fixtures/bad/.context/plans/2026-08-23-tests-field.md 765 B
- scripts/fixtures/bad/.context/plans/README.md 249 B
- scripts/fixtures/bad/.context/references/api/README.md 103 B
- scripts/fixtures/bad/.context/requests/2026-05-14-bad-status.md 207 B
- scripts/fixtures/bad/.context/research/2026-06-20-informe-migracion.html 595 B
- scripts/fixtures/bad/.context/research/2026-06-20-notas-migracion.md 606 B
- scripts/fixtures/bad/.context/research/2026-06-21-empty-anchor.html 304 B
- scripts/fixtures/bad/.context/research/2026-06-22-orphan-anchor.html 337 B
- scripts/fixtures/bad/.context/research/2026-06-23-malformed-anchor.html 323 B
- scripts/fixtures/detect-commands/.claude/commands/code-review.md 46 B
- scripts/fixtures/detect-commands/.claude/commands/commit.md 45 B
- scripts/fixtures/detect-commands/.claude/commands/version/release.md 32 B
- scripts/fixtures/detect-commands/.context/.gitkeep 0 B
- scripts/fixtures/detect-commands/.context/worktrees/00-index.md 389 B
- scripts/fixtures/good/.context/audits/code-quality/00-changelog.md 36 B
- scripts/fixtures/good/.context/audits/code-quality/00-inventory.md 176 B
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday Changed · -4 lines 472a57c5f4ef
- 6d ago First seen · 261 lines · 157 tokens per session scan A 72aa4984dc55
aidex-conventions is a skill published in the GitHub repository yacb2/aidex (2 stars, last pushed 2d ago), licensed MIT. It adds 157 tokens to every session and 3,617 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
prompt-sensei
Stage-aware prompt coaching, prompt improvement, lookback analysis, prompting habit feedback, and local reports about prompt quality for AI coding agents such as Claude Code or Codex.
react-senior-interview
Interactive 10-question multiple-choice React interview, by theSeniorDev — drawn from the same principles as react-senior-code-review. Asks which level you're interviewing for (junior/mid/senior) and shifts difficulty to match. Per-question feedback. Final score with a breakdown by dimension and personalized study…
react-senior-code-review
Senior-level review of a React feature, by theSeniorDev — structure & boundaries, state & data flow, performance & rendering, types/forms/testability/a11y, and styling architecture & motion. Recommends design patterns by name when one fits. Produces prioritized findings (Critical → Nit) with file:line, why, and a…
dispatch-exploration
Use during /research (or any recipe) to send 1-3 research queries in parallel — vault or web targets — and aggregate compressed findings. Routes each query to vault-researcher or web-researcher based on target. Hosts the cross-verify consent gate so any inline-research caller (/research, /design, /decompose) inherits…
plan-file
Use BEFORE writing implementation code in /implement, after repo-setup and once a ticket exists. Produces an approval-blocked plan at .claude/plans/ .md (story ref, change summary, affected files, approach, test cases, open questions) and blocks coding until it exists and the user has approved it. Skip only for…
repo-setup
Use at the start of /implement's repo path to land in a clean working state — fetch, fast-forward main, prune merged branches/worktrees/plan-files, then create the feature branch + worktree off fresh main. Repo-only; project-overridable for deep provisioning.