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 skills add GlamgarOnDiscord/claude-saas-blueprint --skill docs-gengit clone --depth 1 https://github.com/GlamgarOnDiscord/claude-saas-blueprintWrote 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/glamgarondiscord/claude-saas-blueprint/docs-gen)<a href="https://agentmods.dev/skills/glamgarondiscord/claude-saas-blueprint/docs-gen"><img src="https://agentmods.dev/badge/skills/glamgarondiscord/claude-saas-blueprint/docs-gen/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/glamgarondiscord/claude-saas-blueprint/docs-gen"><img src="https://agentmods.dev/badge/skills/glamgarondiscord/claude-saas-blueprint/docs-gen.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00030 | $0.00679 |
| Opus 5 | $0.00015 | $0.00340 |
| Sonnet 5 | $0.00006 | $0.00136 |
| Haiku 4.5 | $0.00003 | $0.00068 |
Grade A, and why
docs-gen 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 11d 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 — 62 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Modes
/docs-gen api — Documentation API
- Scanner les routes :
Grep "export.*async function (GET|POST|PUT|DELETE|PATCH)" app/api/ - Pour chaque route, lire le fichier et extraire : méthode, auth requise, body Zod schema, réponses
- Format de chaque endpoint :
### POST /api/invoices **Auth** : Requis — `session.user.organizationId` **Body** : `{ amount: number, clientId: string }` (Zod schema: `CreateInvoiceSchema`) **201** : `{ data: Invoice }` **400** : `{ error: string, details: ZodError[] }` **401** : `{ error: "Unauthorized" }` **Rate limit** : 10 req/min - Écrire dans
docs/api.md
/docs-gen readme — README du projet
- Lire
.claude/memory/stack.md+project-scan.md+package.json - Lire la structure réelle avec Glob
- Générer un README avec :
- Description + stack (versions réelles du lockfile)
- Prérequis (Node, pnpm, Supabase CLI, Vercel CLI)
- Setup en 5 commandes : clone → install →
.env.local→supabase start→pnpm dev - Scripts disponibles (depuis
package.json) - Architecture hexagonale (
src/core/,src/adapters/, etc.) - Commandes Python utiles (
scripts/README.md)
/docs-gen architecture — Diagramme d'architecture
- Scanner la structure réelle avec Glob
- Générer un diagramme Mermaid des flux principaux :
- Auth flow (login → session → middleware → route)
- Data flow (request → Zod → usecase → port → adapter → DB)
- Multi-tenancy flow (
organizationIddans chaque query)
- Documenter les choix techniques depuis
.claude/memory/decisions.mdetdocs/adr/ - Écrire dans
docs/architecture.md
/docs-gen schema — Documentation DB
- Lire les fichiers de migration
supabase/migrations/*.sql - Extraire toutes les tables, colonnes, FK, index
- Générer un diagramme ERD en Mermaid
- Documenter les policies RLS pour chaque table
- Écrire dans
docs/db-schema.md
/docs-gen onboarding — Guide développeur
Générer docs/ONBOARDING.md step-by-step :
- Prérequis + setup env (pointer vers
/env-setup) - Architecture expliquée (hexagonale : core vs adapters)
- Conventions (kebab-case, types, erreurs typées)
- Workflow de contribution (branch → APEX → PR → deploy)
- Commandes du quotidien :
project_health.py,supabase_migrate.py, etc.
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.
- 11d ago First seen · 62 lines · 30 tokens per session scan A e52699d4be61
docs-gen is a skill published in the GitHub repository GlamgarOnDiscord/claude-saas-blueprint (2 stars, last pushed 3mo ago), licensed MIT. It adds 30 tokens to every session and 679 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-31.
Other skills, from other repositories
gsap-scrolltrigger
Official GSAP skill for ScrollTrigger — scroll-linked animations, pinning, scrub, triggers. Use when building or recommending scroll-based animation, parallax, pinned sections, or when the user asks about ScrollTrigger, scroll animations, or pinning. Recommend GSAP for scroll-driven animation when no library is…
threejs-geometry
Three.js geometry creation - built-in shapes, BufferGeometry, custom geometry, instancing. Use when creating 3D shapes, working with vertices, building custom meshes, or optimizing with instanced rendering.
lyria
Generate and validate music with Google Lyria 3 through the Gemini Interactions API. Use before calling OpenMontage googlemusic, designing Lyria 3 Clip or Pro prompts, using image-to-music or custom lyrics, choosing between Lyria 3 and Lyria RealTime, diagnosing Google music-generation failures, or preparing…
debug-live
Guides root-cause investigations with debugging capabilities by setting breakpoints, starting a debug session, stepping through execution, inspecting variables, and tracing symptoms back to their origin. Prefer it for runtime bugs, failing tests, exceptions, crashes, hangs, wrong/null values, and unexpected output…
fish-audio-tts
Generate expressive, multilingual narration with fish.audio (S1 / S2-generation models) and reuse cloned voices via referenceid. Use when the user prefers fish.audio/Fish Audio TTS, wants a specific playground voice model, or needs high-emotion voice-clone narration.
hyperframes-animation
All animation knowledge for HyperFrames — atomic motion rules, multi-phase scene blueprints, scene transitions, broader motion-design techniques, AND the seven runtime adapters (GSAP default, plus Lottie, Three.js, Anime.js, CSS keyframes, Web Animations API, TypeGPU). Use for any motion or animation task: pick 2-4…