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 LiorCohen/sdd --skill frontend-scaffoldinggit clone --depth 1 https://github.com/LiorCohen/sddWrote 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/liorcohen/sdd/frontend-scaffolding)<a href="https://agentmods.dev/skills/liorcohen/sdd/frontend-scaffolding"><img src="https://agentmods.dev/badge/skills/liorcohen/sdd/frontend-scaffolding/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/liorcohen/sdd/frontend-scaffolding"><img src="https://agentmods.dev/badge/skills/liorcohen/sdd/frontend-scaffolding.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.00019 | $0.01936 |
| Opus 5 | $0.00010 | $0.00968 |
| Sonnet 5 | $0.00004 | $0.00387 |
| Haiku 4.5 | $0.00002 | $0.00194 |
Grade A, and why
frontend-scaffolding 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 10d 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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
36 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.
- schemas/input.schema.json 1.3 KB
- schemas/output.schema.json 1.4 KB
- templates/.gitignore 26 B
- templates/components.json 248 B
- templates/eslint-rules/allowed-structure.js 1.2 KB runs code
- templates/eslint.config.js 3.2 KB runs code
- templates/package.json 1.2 KB
- templates/src/app.tsx 656 B
- templates/src/components/index.ts 94 B runs code
- templates/src/components/layout/index.ts 35 B runs code
- templates/src/components/layout/layout.tsx 304 B
- templates/src/components/sidebar/index.ts 37 B runs code
- templates/src/components/sidebar/sidebar.tsx 1.1 KB
- templates/src/components/ui/button.tsx 1.8 KB
- templates/src/components/ui/card.tsx 1.5 KB
- templates/src/components/ui/index.ts 153 B runs code
- templates/src/hooks/index.ts 173 B runs code
- templates/src/hooks/use_app_config.tsx 708 B
- templates/src/hooks/use_app_router.ts 209 B runs code
- templates/src/hooks/use_query_client.ts 382 B runs code
- templates/src/index.css 23 B
- templates/src/index.html 300 B
- templates/src/index.ts 117 B runs code
- templates/src/lib/index.ts 30 B runs code
- templates/src/lib/utils.ts 182 B runs code
- templates/src/main.tsx 725 B
- templates/src/pages/home_page/home_page.tsx 957 B
- templates/src/pages/home_page/index.ts 40 B runs code
- templates/src/pages/index.ts 40 B runs code
- templates/src/routes/index.ts 60 B runs code
- templates/src/routes/routes.tsx 882 B
- templates/src/services/index.ts 11 B runs code
- templates/src/types/index.ts 11 B runs code
- templates/src/vite-env.d.ts 38 B runs code
- templates/tsconfig.json 846 B
- templates/vite.config.ts 481 B runs code
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.
- 10d ago First seen · 270 lines · 19 tokens per session scan A 6851afb4e812
frontend-scaffolding is a skill published in the GitHub repository LiorCohen/sdd (43 stars, last pushed 6mo ago), with no licence file. It adds 19 tokens to every session and 1,936 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-08-30.
Other skills, from other repositories
migrate
Code migration assistant — upgrade frameworks, convert languages, modernize patterns.
react-patterns
React + TypeScript component and hook standards. TRIGGER when: creating components, custom hooks, or reviewing React code. SKIP: visual styling and theme tokens (use mui-styling); global store design (use state-management).
fe-build
Implements frontend components and pages for React / Next.js / Vite SPA + TypeScript projects. Use when: starting implementation after feature.md or a spec is approved, writing components, building pages. Do NOT load for: writing specs, code review, bug analysis.
frontend-ai-guide
Applies React/TypeScript-specific technical decision criteria, anti-pattern detection, debugging, and frontend quality gates. Use when reviewing components, hooks, browser behavior, or frontend implementation completeness.
typescript-rules
React/TypeScript frontend development rules including type safety, component design, state management, and error handling. Use when implementing React components, TypeScript code, or frontend features.
frontend-typescript-rules
Applies React/TypeScript type safety, component design, and state management rules. Use when implementing React components.