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.
git clone --depth 1 https://github.com/kumaran-is/claude-code-onboardingWrote 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/commands/kumaran-is/claude-code-onboarding/scaffold-angular-app)<a href="https://agentmods.dev/commands/kumaran-is/claude-code-onboarding/scaffold-angular-app"><img src="https://agentmods.dev/badge/commands/kumaran-is/claude-code-onboarding/scaffold-angular-app.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.1 | $0.00029 | $0.00827 |
| Opus 5 | $0.00015 | $0.00413 |
| Sonnet 5 | $0.00006 | $0.00165 |
| Haiku 4.5 | $0.00003 | $0.00083 |
Grade A, and why
scaffold-angular-app 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 — 46 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Scaffold Angular SPA
Create a new Angular 21.x SPA project with the following:
App name: $ARGUMENTS (default to "my-app" if not provided)
Pre-requisites
- Read the
angular-spaskill (SKILL.mdandreference/angular-templates.md) for project conventions, code templates, and best practices. - Fetch
https://angular.dev/assets/context/llms-full.txtusing WebFetch for the latest Angular API reference. - Use Context7 MCP (
resolve-library-idthenquery-docs) to verify any APIs you are unsure about. - Cross-check
ng newCLI flags against the fetched docs — do NOT pass removed/default flags (e.g.,--standalone).
Steps
- Scaffold the project —
npx @angular/cli@latest new <name> --style=scss --ssr=false. Verify flags against fetched docs. - Install TailwindCSS 4.x + daisyUI —
npm install tailwindcss @tailwindcss/postcss daisyui@latest. Follow theangular-spaskill referencetailwind-v4-config.mdfor.postcssrc.jsonandsrc/styles.csssetup. - Set up folder structure —
core/services/,core/interceptors/,core/guards/,shared/components/,shared/pipes/,shared/directives/,features/dashboard/. - Configure
app.config.ts— Follow theangular-spaskill template. Do NOT add zone-related providers. - Create a Dashboard feature — Standalone component with OnPush, signals, inject(), control flow, daisyUI styling. Must render meaningful content without a backend. Follow component templates from the skill reference.
- Set up lazy-loaded routes — Root redirects to dashboard,
loadComponentfor lazy loading, wildcard redirect. - Create a sample service —
inject(HttpClient),providedIn: 'root', calls dashboard stats endpoint. - Handle missing backend gracefully — Show static/fallback data when API fails; page must never be blank.
- Add auth interceptor stub —
HttpInterceptorFnincore/interceptors/. - Add auth guard stub —
CanActivateFnincore/guards/. - Create environment config —
src/environments/environment.tswithapiUrl. - Add a unit test — Dashboard component test with zoneless TestBed setup. Follow test templates from the skill reference.
- Verify — Run
npx ng buildto catch errors before finishing. - Print summary — List created files, how to run (
npm start), and next steps.
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 · 46 lines · 29 tokens per session scan A 26d3d840098e
scaffold-angular-app is a command published in the GitHub repository kumaran-is/claude-code-onboarding (35 stars, last pushed 2mo ago), licensed MIT. It adds 29 tokens to every session and 827 once invoked, about $0.0001 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-09-03.
Other commands, from other repositories
ux-recommend
The v2 flagship. Runs the 5-parallel-search Python engine across 11 data manifests (75+ styles, 170+ palettes, 65+ type pairs, 120+ components, 170+ industries, 110+ UX laws, 50+ motion presets, 120+ anti-patterns, 92 brand specs) and returns a complete recommended design system for your project — with always-on…
color-specialist
Use when colour is failing. Contrast below AA, a palette with no system behind it, dark mode that is only inverted light mode, or semantic colours that carry no meaning.
responsive-design-specialist
Use when a layout breaks between sizes. Arbitrary breakpoints, type that does not scale, images that blow out the grid, or a desktop design retrofitted onto mobile.
wcag-audit
Accessibility audit based on WCAG 2.1/2.2 and the axe-core reference.
revisar-ui
Auditoria visual retroativa de 6 pilares do código frontend implementado.
colorize
Introduce or rework color strategy.