yacb2

55 mods across 3 repositories, 8 stars between them.

aidex-request

25

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

26

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

27

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

28

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

29

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

30

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

31

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

context-auditor

32

yacb2/aidex

Agent

Audits .context/ project content (references, docs, plans, issues, roadmap, requests, decisions, audits) for structural compliance.

2 4d ago A 32 tokens original MIT

yacb2/aidex

Agent

Parses pasted /context breakdown and cross-references it with skills, MEMORY.md, CLAUDE.md, and plugins to produce a priority-ordered list of token savings.

2 4d ago B 39 tokens original MIT

conventions-auditor

34

yacb2/aidex

Agent

Runs the aidex-conventions validator (validate.py) against the project's .context/ and reports violations as aidex findings.

2 4d ago A 30 tokens original MIT

freshness-checker

35

yacb2/aidex

Agent

Detects stale documentation by comparing Last Updated dates against recent project activity.

2 4d ago A 18 tokens original MIT

memory-auditor

36

yacb2/aidex

Agent

Audits MEMORY.md for bloat, stale entries, dead links, duplicates, orphan files, decisions overlap, and contradictions between feedback and project memories.

2 4d ago A 34 tokens original MIT

plugin-auditor

37

yacb2/aidex

Agent

Audits installed Claude Code plugins for always-loaded subagent cost vs. recent usage; flags uninstall candidates.

2 4d ago A 25 tokens original MIT

skills-auditor

38

yacb2/aidex

Agent

Audits skills across all scopes for structural issues, frontmatter compliance, and scope placement.

2 4d ago A 22 tokens original MIT

symlink-checker

39

yacb2/aidex

Agent

Verifies all symlinks in .claude/ resolve to valid targets.

2 4d ago A 20 tokens original MIT

domaintome

40

yacb2/domaintome

Plugin Claude Code

Plugin marketplace listing 1 plugin: dt.

0 3mo ago A tokens not measured original MIT archived

dt

41

yacb2/domaintome

Plugin Claude Code

DomainTome — living knowledge graph for software projects. Bundles the MCP server, auto-invoked read/write skills, and /dt: slash commands for explicit graph operations.

0 3mo ago A tokens not measured original MIT archived

dt

42

yacb2/domaintome

MCP server Claude CodeCodexCursor

DomainTome — the living knowledge graph for your software project. A programmatic MCP-backed graph of business logic, flows, events and rules. Runs locally from the domaintome Python package.

0 3mo ago A tokens not measured original MIT archived

dt-explorer

43

yacb2/domaintome

Agent

Read-only explorer for the DomainTome knowledge graph. Use when you need to scan many nodes, traverse the graph broadly, or summarize a subgraph without writing. Returns structured findings for the caller to act on. Never writes to DomainTome.

0 3mo ago A 54 tokens original MIT archived

audit

44

yacb2/domaintome

Command

Audit a DomainTome graph and report health (orphans, dangling edges, id hygiene, cycles). With no args, audits the active project. With a path, audits another project's graph without switching directory.

0 3mo ago A 42 tokens original MIT archived

impact

45

yacb2/domaintome

Command

Blast-radius analysis — what nodes are affected if this one changes?

0 3mo ago A 13 tokens original MIT archived

init

46

yacb2/domaintome

Command

Initialize DomainTome for this project. Permanent alias for /dt:sync in INIT mode — both work, both are supported long-term.

0 3mo ago A 29 tokens original MIT archived

recent

47

yacb2/domaintome

Command

Show DomainTome nodes updated most recently. Use after a session to see what the graph captured.

0 3mo ago A 20 tokens original MIT archived

reconcile

48

yacb2/domaintome

Command

Detect drift between code and DomainTome — dead sourcerefs, stale nodes, never-verified nodes. Read-only.

0 3mo ago A 24 tokens original MIT archived