yacb2/aidex

Developer experience toolkit for organizing AI coding assistant ecosystems — skills, documentation structure, and project context.

2Stars on the repository
38Mods indexed here, across every type
4d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

aidex-audit

01

yacb2/aidex

Skill Claude CodeCodex

Use when the user wants to assess the state of a feature, flow, or module — a UX, security, performance, or accessibility audit; cataloging bugs, gaps, and opportunities; retesting open findings; escalating a finding to the backlog; or updating audit methodology. Fires on "I want to do a UX / security / performance /…

2 4d ago A 184 tokens original MIT

aidex-backlog

02

yacb2/aidex

Skill Claude CodeCodex

Use when the user wants to capture or defer something for later without acting on it now — add it to the backlog, park it, shelve it, queue it, track it, "we'll do this later", "not now but don't forget", a tech-debt entry, or moving an audit finding to the backlog. Fires on "add to the backlog", "add to the backlog…

2 4d ago A 198 tokens original MIT

aidex-bugfix

03

yacb2/aidex

Skill Claude CodeCodex

Use when fixing a bug, resolving a reported issue, or when something is broken and needs a test-driven fix — investigate root cause, write a failing regression test (RED), implement the minimum fix, confirm the test passes (GREEN), then commit test and fix together. Fires on "fix this bug", "this is broken", "it's not…

2 4d ago A 144 tokens original MIT

aidex-comm

04

yacb2/aidex

Skill Claude CodeCodex

Use when the user wants to log or draft a real communication with a person — capture an email/WhatsApp that was received, log a meeting or call that happened, or draft a message/email to send — as a written .context/communications/ entry, kept in the communication's native language. Fires on "log this email", "save…

2 4d ago A 206 tokens original MIT

aidex-conventions

05

yacb2/aidex

Skill Claude CodeCodex

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

2 4d ago A 157 tokens original MIT

aidex-coverage

06

yacb2/aidex

Skill Claude CodeCodex

Use when writing, placing, or running tests in any project — which layer a behaviour belongs in ("unit or E2E for X", "component test or browser test"), which tests to run for a change instead of the whole suite, when to extract a fixture, setting up an isolated disposable E2E environment, or the per-project testing…

2 4d ago A 193 tokens original MIT

aidex-dash

07

yacb2/aidex

Skill Claude CodeCodex

Use when the user wants an interactive HTML dashboard/render/board of .context/ data — the backlog board, a plan's progress, an audit inventory, the coverage matrix — or says "render X as HTML", "generate the dashboard", "show this as a page". Not for: authoring content (the markdown stays canon); publishing without…

2 4d ago A 78 tokens original MIT

aidex-decision

08

yacb2/aidex

Skill Claude CodeCodex

Use when the user has made an architectural, technical, or product decision and wants it recorded as a written .context/decisions/ ADR — what was chosen, why, the alternatives, and the consequences — so the team does not re-litigate it later. Fires on "we decided X", "document this decision", "write an ADR", "record…

2 4d ago A 169 tokens original MIT

aidex-loop

09

yacb2/aidex

Skill Claude CodeCodex

Use when the user wants to design, scaffold, or choose an agentic LOOP that repeats one task until a check passes — iterate-until-green automation, a long-running unattended build, or picking which loop engine fits — landing as a written .context/loops/ loop-spec (goal + verifiable stop condition + guardrails + chosen…

2 4d ago A 206 tokens original MIT

aidex-plan-exec

10

yacb2/aidex

Skill Claude CodeCodex

Use when the user asks to execute, implement, or continue a written multi-phase plan — typically a .context/plans/ document or any plan with checkboxes/phases. Fires on "implement the plan", "execute plan X", "let's execute the plan", "continue with phase Y", "resume the plan", "run the plan phase by phase". Enforces…

2 4d ago A 133 tokens original MIT

aidex-plan

11

yacb2/aidex

Skill Claude CodeCodex

Use when implementation work should become a written .context/ plan before coding starts — either multi-phase work (a feature build, a migration, a refactor spanning backend/frontend/infra) or a single scoped change where only the file list and acceptance criteria need pinning down; a triage step picks which. Fires on…

2 4d ago A 210 tokens original MIT

aidex-reference

12

yacb2/aidex

Skill Claude CodeCodex

Use when the user wants to document how an existing, settled part of the system works as an evergreen .context/references/ module — architecture, configuration, an operational runbook, a how-it-works guide. Fires on "create a reference for X", "document how X works", "write up the X architecture", "document the X…

2 4d ago A 163 tokens original MIT

aidex-request

13

yacb2/aidex

Skill Claude CodeCodex

Use when the user relays an incoming stakeholder, client, or product request that should be captured as a written .context/requests/ item before anyone acts on it — a feature ask, a requirement from a meeting, user feedback to formalize. Fires on "the client asked for X", "the stakeholder wants X", "capture this as a…

2 4d ago A 160 tokens original MIT

aidex-research

14

yacb2/aidex

Skill Claude CodeCodex

Use when the user needs to investigate, explore, or spike on how something works and the findings should land as written .context/research/ notes before any plan or implementation. Fires on "research how X works", "investigate X", "spike on X", "look into how X is done", "I need to understand X before planning". Not…

2 4d ago A 152 tokens original MIT

aidex-review

15

yacb2/aidex

Skill Claude CodeCodex

Use when the user wants code reviewed as it stands — a module, a feature, a path, or the whole app — rather than a diff or a pull request. Covers correctness/bug hunting, simplification and dead code, exploitable security defects, and performance waste, and it first proposes which finder agents are worth launching and…

2 4d ago A 204 tokens original MIT

aidex-skill

16

yacb2/aidex

Skill Claude CodeCodex

Use when the user wants an existing or in-progress skill checked or structured against THIS project's house skill conventions — "what are our skill conventions", "review this skill against our standards", "does this skill follow our patterns", "structure this skill the way we do", "audit this skill's…

2 4d ago A 138 tokens original MIT

aidex-workflow

17

yacb2/aidex

Skill Claude CodeCodex

Use when the user wants to design or scaffold a one-shot multi-agent fan-out / decomposition orchestration — review code across N dimensions, migrate N call-sites in parallel, research N sources, or split an implementation into parallel agents with per-agent model/effort assignment — landing as a written…

2 4d ago A 198 tokens original MIT

aidex-worktree

18

yacb2/aidex

Skill Claude CodeCodex

Use when the user wants to create, run or tear down a git worktree with its own isolated environment (database, ports, containers), or when a project has no worktree setup yet and one needs bootstrapping by investigating the repo topology and verifying the compose stack can run twice — "set up a worktree for X"…

2 4d ago A 186 tokens original MIT

aidex

19

yacb2/aidex

Skill Claude CodeCodex

Use when the user wants to audit, organize, clean up, or health-check their Claude Code setup — a messy or inconsistent .context/, a bloated or stale MEMORY.md, broken symlinks in .claude/skills, unused or misplaced skills, dead CLAUDE.md links, plugins inflating idle context, or "my project opens heavy / wastes…

2 4d ago A 182 tokens original MIT