AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Docs Gen

skill-glamgarondiscord-claude-saas-blueprint-docs-gen · by GlamgarOnDiscord

Génère la documentation du projet : API docs, README, architecture. Utilise les scripts Python et l'analyse du code réel.

No reviews yet
0 installs
23 views
0.0% view→install

Install

$ agentstack add skill-glamgarondiscord-claude-saas-blueprint-docs-gen

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets Used
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-glamgarondiscord-claude-saas-blueprint-docs-gen)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Docs Gen? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Modes

/docs-gen api — Documentation API

  1. Scanner les routes : Grep "export.*async function (GET|POST|PUT|DELETE|PATCH)" app/api/
  2. Pour chaque route, lire le fichier et extraire : méthode, auth requise, body Zod schema, réponses
  3. Format de chaque endpoint :

``markdown ### 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 ``

  1. Écrire dans docs/api.md

/docs-gen readme — README du projet

  1. Lire .claude/memory/stack.md + project-scan.md + package.json
  2. Lire la structure réelle avec Glob
  3. 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.localsupabase startpnpm 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

  1. Scanner la structure réelle avec Glob
  2. 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 (organizationId dans chaque query)
  1. Documenter les choix techniques depuis .claude/memory/decisions.md et docs/adr/
  2. Écrire dans docs/architecture.md

/docs-gen schema — Documentation DB

  1. Lire les fichiers de migration supabase/migrations/*.sql
  2. Extraire toutes les tables, colonnes, FK, index
  3. Générer un diagramme ERD en Mermaid
  4. Documenter les policies RLS pour chaque table
  5. É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.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.