aidex-conventions

aidex-conventions is a skill for Claude Code from yacb2/aidex. It costs 157 tokens per session (3,617 once invoked), scanned A, original, MIT.

A shared documentation guide for aidex tools, defining how project references and other `.context/` documents should be organised.

In plain words
What is it for?
Use it as a reference when creating plans, decisions, requests, research notes, project references, or skill-convention checks.
Why use it?
It gives related tools one set of documentation rules instead of allowing each tool to use a different format.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions subagents.

Good fit Use it as a reference when creating plans, decisions, requests, research notes…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yacb2/aidex/aidex-conventions
View source ↗ yacb2/aidex
Install

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.

Any agent
npx skills add yacb2/aidex --skill aidex-conventions
Clone the repo
git clone --depth 1 https://github.com/yacb2/aidex

Made for: Claude Code.

Wrote 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.

agentmods badge for aidex-conventions

README.md
[![agentmods](https://agentmods.dev/badge/skills/yacb2/aidex/aidex-conventions.svg)](https://agentmods.dev/skills/yacb2/aidex/aidex-conventions)
Your own site
<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>
Per session 157 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,617 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured yesterday against content hash 472a57c5f4ef, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

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.

The scan reads SKILL.md. This mod also ships 6 executable files (scripts/_lib.sh, scripts/archive-sweep.py, scripts/backfill-indexes.sh, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/aidex-conventions/SKILL.md · 257 lines

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 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
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

Read the full file on GitHub · 257 lines

Files

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.

Changes

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.

  1. yesterday Changed · -4 lines 472a57c5f4ef
  2. 6d ago First seen · 261 lines · 157 tokens per session scan A 72aa4984dc55

Subscribe to this mod's changes

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.

Related

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.

chengzhongwei/Prompt-sensei · 39 tokens

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…

the-senior-dev/senior-dev-skills · 113 tokens

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…

the-senior-dev/senior-dev-skills · 127 tokens

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…

ethanaubuchon/dossier-tradecraft · 85 tokens

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…

ethanaubuchon/dossier-tradecraft · 84 tokens

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.

ethanaubuchon/dossier-tradecraft · 60 tokens