Borrowing it
Nothing to install: this file belongs to Aniket-a14/SRA. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/Aniket-a14/SRA/main/.agent/skills/diagram/SKILL.mdgit clone --depth 1 https://github.com/Aniket-a14/SRAWrote 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/aniket-a14/sra/diagram)<a href="https://agentmods.dev/skills/aniket-a14/sra/diagram"><img src="https://agentmods.dev/badge/skills/aniket-a14/sra/diagram/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/aniket-a14/sra/diagram"><img src="https://agentmods.dev/badge/skills/aniket-a14/sra/diagram.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.1 | $0.00033 | $0.02206 |
| Opus 5 | $0.00016 | $0.01103 |
| Sonnet 5 | $0.00007 | $0.00441 |
| Haiku 4.5 | $0.00003 | $0.00221 |
Grade A, and why
diagram 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 12d 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 — 255 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Diagram Driven Development (DDD) Skill
Maintain the ai/diagrams directory as the single source of truth for system understanding. All diagrams follow DDD principles, connecting Front-Stage (user experience) to Back-Stage (technical implementation) with clear impact annotations.
Capabilities
- Create Diagrams - Generate new diagrams for features, architectures, journeys, tests, and refactorings
- Update Diagrams - Synchronize existing diagrams with code changes
- Audit Diagrams - Identify outdated, missing, or low-quality diagrams
- Organize Diagrams - Maintain consistent structure and naming conventions
- Index Management - Keep README.md index up-to-date with all diagrams
- Quality Validation - Ensure all diagrams follow DDD principles
Quick Reference
For detailed instructions on each operation, see:
- CREATE.md - Creating new diagrams
- UPDATE.md - Updating existing diagrams
- AUDIT.md - Auditing diagram quality and coverage
- ORGANIZE.md - Directory structure and naming
- DDD_PRINCIPLES.md - Diagram Driven Development methodology
- MERMAID_GUIDE.md - Mermaid syntax patterns
Directory Structure
ai/diagrams/
├── README.md # Index of all diagrams
├── features/ # Feature-specific diagrams
├── architecture/ # System architecture diagrams
├── journeys/ # User journey diagrams
├── tests/ # Test coverage diagrams
└── refactoring/ # Before/After improvement diagrams
Common Workflows
Initial Setup Workflow
- User starts new project or adds DDD to existing project
- Create
ai/diagrams/directory structure - Generate initial system architecture diagram
- Create README.md index
- Document key user journeys
New Feature Workflow
- User requests new feature
- Create feature diagram showing user value
- Connect Front-Stage (UX) to Back-Stage (implementation)
- Document related files and components
- Update README.md index
What ships with it
6 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.
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.
- 12d ago First seen · 255 lines · 33 tokens per session scan A 1700068e6f15
diagram is a skill published in the GitHub repository Aniket-a14/SRA (23 stars, last pushed 13d ago), licensed Apache-2.0. It adds 33 tokens to every session and 2,206 once invoked, about $0.0002 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
nextjs-development
Next.js 16.2.4 with TypeScript — App Router, Server Components, use cache directive, Turbopack dev, Server Actions, ISR, SSR, SSG, MCP devtools, metadata API, route handlers, instrumentation.
react-best-practices
React development guidelines with hooks, component patterns, state management, and performance optimization.
vercel-deploy
Deploy applications to Vercel with edge functions, serverless, and ISR.
nextjs-agent-first
Next.js 16.3+ agent-first features: AGENTS.md, first-party Skills, agent-browser React introspection, actionable errors. Use when building Next.js apps with AI coding agents.
react-best-practices
React development guidelines with hooks, component patterns, state management, and performance optimization.
migrate-radix-to-base
Migrates React projects and components from Radix UI to Base UI. Use when asked to migrate from radix, move to base-ui, convert radix primitives, or switch a shadcn project's base library. Handles single components ("migrate accordion") and whole projects.