Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/GlamgarOnDiscord/claude-saas-blueprintnpx agentmods add skills/glamgarondiscord/claude-saas-blueprint/onboardWrote 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/onboard)<a href="https://agentmods.dev/skills/glamgarondiscord/claude-saas-blueprint/onboard"><img src="https://agentmods.dev/badge/skills/glamgarondiscord/claude-saas-blueprint/onboard/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/onboard"><img src="https://agentmods.dev/badge/skills/glamgarondiscord/claude-saas-blueprint/onboard.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.00805 |
| Opus 5 | $0.00015 | $0.00402 |
| Sonnet 5 | $0.00006 | $0.00161 |
| Haiku 4.5 | $0.00003 | $0.00081 |
Grade A, and why
onboard 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 — 83 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Instructions
Phase 1 — Scan Rapide (4 agents parallèles)
Agent 1 — Structure & Stack :
- Lire
package.json/pyproject.toml(dépendances = stack réelle) - Identifier framework, runtime, ORM, auth, paiements
- Détecter package manager (pnpm/bun/npm via lockfile)
Agent 2 — Architecture & Patterns :
- Arborescence 2 niveaux max
- Pattern architectural : hexagonal | MVC | feature-based | flat
- Conventions de nommage (kebab, camel, PascalCase sur les fichiers)
- Détecter si
organizationIdprésent sur les tables → multi-tenant
Agent 3 — Tests & Qualité :
- Test runner + config (vitest.config, jest.config, playwright.config)
- Ratio fichiers test / fichiers source
- Chercher
console.logetany(indicateurs de dette rapide) - Chercher secrets hardcodés : patterns
sk_,pk_,password=,secret=
Agent 4 — Infra & Deploy :
- CI/CD :
.github/workflows/,.gitlab-ci.yml - Provider déploiement (Vercel, Railway, Docker, AWS)
- DB et auth provider
- Variables
.env.exampleprésentes ?
Phase 2 — Health Check (script unifié)
python scripts/project_health.py
Retourne : erreurs TS, lint, tests, console.log count, any count, structure hexagonale, audit sécurité.
Phase 3 — Deep Dive (si nécessaire)
Lire les fichiers critiques :
- Point d'entrée principal (
app/layout.tsx,main.ts,server.ts) - Schema DB / dernières migrations
- Middleware d'auth
- 1-2 features complètes comme référence de style
Phase 4 — Documentation
Générer/mettre à jour :
.claude/memory/project-scan.md— scan complet.claude/memory/stack.md— stack + versions.claude/memory/domains.md— domaines et entités détectés.claude/memory/patterns.md— patterns de code observés
Phase 5 — Recommandations
Basé sur le scan, identifier et prioriser :
- Critique : secrets hardcodés, tables sans RLS, 0 tests
- Warning : dette TS (
any), console.log en prod, migrations non appliquées - Nice to have : structure hexagonale absente, README vide
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 · 83 lines · 30 tokens per session scan A 6906d1a15ea2
onboard 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 805 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.
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…
ltx2
AI video generation with LTX-2.3 22B — text-to-video, image-to-video clips for video production. Use when generating video clips, animating images, creating b-roll, animated backgrounds, or motion content. Triggers include video generation, animate image, b-roll, motion, video clip, text-to-video, image-to-video.
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…