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/pangon/ai-sdlc-framework/sdlc-validatenpx skills add pangon/ai-sdlc-framework --skill sdlc-validategit clone --depth 1 https://github.com/pangon/ai-sdlc-frameworkWrote 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/pangon/ai-sdlc-framework/sdlc-validate)<a href="https://agentmods.dev/skills/pangon/ai-sdlc-framework/sdlc-validate"><img src="https://agentmods.dev/badge/skills/pangon/ai-sdlc-framework/sdlc-validate.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 | $0.00083 | $0.02444 |
| Opus 5 | $0.00042 | $0.01222 |
| Sonnet 5 | $0.00017 | $0.00489 |
| Haiku 4.5 | $0.00008 | $0.00244 |
Grade A, and why
SDLC-validate 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 5d 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.
How it starts
The opening of the file, as written. The whole thing — 105 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Instructions
You are running a read-only consistency validation over the repository's SDLC artifacts. You verify mechanically checkable invariants and report violations — you do not modify any file. This skill is the deep counterpart of /SDLC-status: where the dashboard reads index tables and trusts them, validation opens the artifacts and verifies that the indexes, links, statuses, and Current State tell the truth.
Setup
- Read
CLAUDE.md— the Current State Protocol, the### Current Statecontent, the Phase Gates table, and the artifact naming rules — andFRAMEWORK.md(the framework/project boundary manifest). These are the authorities the checks verify against; do not invent stricter rules than documented. - Read
1-spec/CLAUDE.spec.md(index tables, status lifecycles),2-design/CLAUDE.design.md,3-code/CLAUDE.code.md, and4-deploy/CLAUDE.deploy.md. - Read
1-spec/stakeholders.md. - List artifact files, excluding
_template*.mdfiles:1-spec/goals/,1-spec/user-stories/,1-spec/requirements/,1-spec/assumptions/,1-spec/constraints/,2-design/*.md(excludingCLAUDE.design.md),decisions/(also excludingPROCEDURES.md),3-code/*/CLAUDE.md(component directories),3-code/tasks.md,3-code/verification.mdand3-code/*/verification.md(verification indexes),3-code/implementation-log/,4-deploy/runbooks/. - Open artifact files as required by the checks below.
Checks
Run every check whose subject exists; skip checks whose subject does not exist yet (e.g., task checks before an implementation plan) and list the skips in the report — a phase not yet reached is not a finding.
1. Index ↔ file synchronization
- Every artifact file has exactly one row in its index; every index row's File link resolves to an existing file. This includes the design documents: every
2-design/*.md(excluding the template and the phase file) has a row in the Design Documents Index and vice versa, andarchitecture.mdis always listed. - Index metadata (Type, Status, Priority, link columns) matches the fields inside the artifact file.
- Decision indexes: every
DEC-*.mdwith a matching trigger appears in the corresponding phase/component index; no index lists a decision whose Status isDeprecatedorSuperseded.
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.
- 5d ago First seen · 105 lines · 83 tokens per session scan A 1aba6611614d
SDLC-validate is a skill published in the GitHub repository pangon/ai-sdlc-framework (125 stars, last pushed 12d ago), licensed Apache-2.0. It adds 83 tokens to every session and 2,444 once invoked, about $0.0004 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
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
chronicle
Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…
imagegen
Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output…
chat-pet-sprite-creation
Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.
cpu-profile-analysis
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…