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 J-StaR-Films-Studios/VibeCode-Protocol-Suite --skill web-dev-standardsgit clone --depth 1 https://github.com/J-StaR-Films-Studios/VibeCode-Protocol-SuiteWrote 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/j-star-films-studios/vibecode-protocol-suite/web-dev-standards)<a href="https://agentmods.dev/skills/j-star-films-studios/vibecode-protocol-suite/web-dev-standards"><img src="https://agentmods.dev/badge/skills/j-star-films-studios/vibecode-protocol-suite/web-dev-standards.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
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.00057 | $0.00507 |
| Opus 5 | $0.00028 | $0.00253 |
| Sonnet 5 | $0.00011 | $0.00101 |
| Haiku 4.5 | $0.00006 | $0.00051 |
Grade A, and why
web-dev-standards 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 4d 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.
What it actually says
Web Development Standards Suite
Architectural doctrines, testing boundaries, language standards, and framework guidelines.
Sub-Skills
| Sub-Skill | Purpose | Path |
|---|---|---|
codebase-design |
Ousterhout's Deep Modules, DESIGN-IT-TWICE.md (3 parallel interface drafts), and seam placement |
codebase-design/SKILL.md |
test-driven-development |
TDD red-green-refactor with strict mock boundaries (mock only external I/O) and observable behavior tests | test-driven-development/SKILL.md |
interactive-wizard |
Generates delightful, progress-tracked Bash wizards (template.sh) for human-only setup steps and secrets |
interactive-wizard/SKILL.md |
typescript-standards |
TypeScript best practices: discriminated unions, branded types, and boundary validation | typescript-standards/SKILL.md |
nextjs-standards |
Next.js App Router patterns, Server Components, server actions, and caching | nextjs-standards/SKILL.md |
upgrading-expo |
Expo SDK upgrades and React Native configuration | upgrading-expo/SKILL.md |
monorepo-management |
Turborepo and pnpm workspace dependency and boundary management | monorepo-management/SKILL.md |
shared-resend-portfolio |
Shared transactional email integration with Resend | shared-resend-portfolio/SKILL.md |
What ships with it
23 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.
- codebase-design/DEEPENING.md 2.5 KB
- codebase-design/DESIGN-IT-TWICE.md 2.6 KB
- codebase-design/SKILL.md 6.3 KB
- interactive-wizard/SKILL.md 4.0 KB
- interactive-wizard/template.sh 8.4 KB runs code
- monorepo-management/SKILL.md 12 KB
- nextjs-standards/scripts/vibe-verify.py 4.5 KB runs code
- nextjs-standards/SKILL.md 4.9 KB
- nextjs-standards/templates/Coding_Guidelines.md 7.5 KB
- nextjs-standards/templates/Issue_Template.md 4.3 KB
- shared-resend-portfolio/SKILL.md 6.0 KB
- test-driven-development/mocking.md 1.4 KB
- test-driven-development/SKILL.md 3.5 KB
- test-driven-development/tests.md 2.2 KB
- typescript-standards/references/patterns.md 8.5 KB
- typescript-standards/SKILL.md 2.4 KB
- upgrading-expo/references/expo-av-to-audio.md 3.6 KB
- upgrading-expo/references/expo-av-to-video.md 4.2 KB
- upgrading-expo/references/native-tabs.md 3.4 KB
- upgrading-expo/references/new-architecture.md 2.1 KB
- upgrading-expo/references/react-19.md 1.8 KB
- upgrading-expo/references/react-compiler.md 1.6 KB
- upgrading-expo/SKILL.md 4.8 KB
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.
- 4d ago First seen · 25 lines · 57 tokens per session scan A a7c2e231a839
web-dev-standards is a skill published in the GitHub repository J-StaR-Films-Studios/VibeCode-Protocol-Suite (24 stars, last pushed 3d ago), licensed ISC. It adds 57 tokens to every session and 507 once invoked, about $0.0003 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 skills, from other repositories
react-web
React web development with hooks, React Query, Zustand.
tdd
Guidance for test-driven development (TDD), a method where you write a failing test, make it pass with a small change, and then improve the code. It focuses on tests that check user-visible behavior through public interfaces.
review-screenshot
A standard workflow for taking screenshots to check a user interface, using a dedicated review process for different verification modes.
hotfix
Fixes an observed defect with reproducible evidence in one call: writes a short trace doc before touching code, implements the fix, and backs it with a regression test written before the fix. Production incidents are the motivating case, not a gate. When blocked, it halts by name and saves the doc for a later call to…
lfe-tdd
Red-green-refactor quality pass on code the Builder just wrote. Use in the Builder sub-pipeline after lfe-builder completes implementation.
fec-tdd-workflow
A frontend test-driven development workflow, or TDD, describes the expected behavior with a failing test, implements the smallest change to pass it, and then refactors. It covers UI components, hooks, API clients, route guards, and user workflows.