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 agentmods add skills/ijin/aidlc-cc-plugin/startnpx skills add ijin/aidlc-cc-plugin --skill startgit clone --depth 1 https://github.com/ijin/aidlc-cc-pluginWhat 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 | $0.00050 | $0.02570 |
| Opus 5 | $0.00025 | $0.01285 |
| Sonnet 5 | $0.00010 | $0.00514 |
| Haiku 4.5 | $0.00005 | $0.00257 |
Grade A, and why
start 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 3d ago.
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.
The source is not reproduced here
Licensed MIT-0
The repository is licensed MIT-0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.
What ships with it
32 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.
- rule-details/common/ascii-diagram-standards.md 3.2 KB
- rule-details/common/content-validation.md 2.6 KB
- rule-details/common/depth-levels.md 3.0 KB
- rule-details/common/error-handling.md 13 KB
- rule-details/common/overconfidence-prevention.md 4.2 KB
- rule-details/common/process-overview.md 6.8 KB
- rule-details/common/question-format-guide.md 13 KB
- rule-details/common/session-continuity.md 3.2 KB
- rule-details/common/terminology.md 7.1 KB
- rule-details/common/welcome-message.md 4.9 KB
- rule-details/common/workflow-changes.md 10 KB
- rule-details/construction/build-and-test.md 9.1 KB
- rule-details/construction/code-generation.md 9.1 KB
- rule-details/construction/functional-design.md 5.8 KB
- rule-details/construction/infrastructure-design.md 5.0 KB
- rule-details/construction/nfr-design.md 4.4 KB
- rule-details/construction/nfr-requirements.md 4.9 KB
- rule-details/core-workflow.md 24 KB
- rule-details/extensions/resiliency/baseline/resiliency-baseline.md 27 KB
- rule-details/extensions/resiliency/baseline/resiliency-baseline.opt-in.md 1.7 KB
- rule-details/extensions/security/baseline/security-baseline.md 18 KB
- rule-details/extensions/security/baseline/security-baseline.opt-in.md 570 B
- rule-details/extensions/testing/property-based/property-based-testing.md 18 KB
- rule-details/extensions/testing/property-based/property-based-testing.opt-in.md 852 B
- rule-details/inception/application-design.md 7.2 KB
- rule-details/inception/requirements-analysis.md 8.3 KB
- rule-details/inception/reverse-engineering.md 8.2 KB
- rule-details/inception/units-generation.md 9.1 KB
- rule-details/inception/user-stories.md 16 KB
- rule-details/inception/workflow-planning.md 15 KB
- rule-details/inception/workspace-detection.md 3.3 KB
- rule-details/operations/operations.md 612 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.
- 3d ago First seen · 222 lines · 50 tokens per session scan A 22c46bee7599
start is a skill published in the GitHub repository ijin/aidlc-cc-plugin (21 stars, last pushed 2mo ago), licensed MIT-0. It adds 50 tokens to every session and 2,570 once invoked, about $0.0003 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-30.
Other skills, from other repositories
aidd-dev:00:sdlc
Pure orchestrator for the full AIDD development flow. Use when a human (or Gardener) needs to take a free-form request from idea to shipped code, end-to-end. Coordinates spec generation, planning, implementation, and review by composing other skills and agents. Holds no business logic of its own — every step is…
aidd-pm:05:spec
Generates and refines a project spec from a free-form human request. The spec is the immutable target a planner consumes. Use when starting a new run, when an existing spec needs refinement after review, or when a human wants to draft a spec collaboratively.
aidd-context:02:project-init
Initialize or refresh the project memory bank, scaffold the rules directory, and ensure AI context files contain the project memory block. Use when running aidd init for the first time, bootstrapping a new project, or re-running the init flow on an existing project. Do NOT use for updating individual memory files…
aidd-dev:08:for-sure
Iterative agent loop that tracks attempts and retries until a success condition is met. Use when the user says "for sure", "make sure", "keep trying until", "loop until done", "don't stop until", or needs guaranteed completion of a task with explicit success criteria.
aidd-dev:01:plan
Generate technical implementation plans, define component behaviors, and extract design details from images.
aidd-dev:02:assert
Assert features work as intended — general assertions, architecture conformance, and frontend UI validation.