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 stitchgit 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/stitch)<a href="https://agentmods.dev/skills/j-star-films-studios/vibecode-protocol-suite/stitch"><img src="https://agentmods.dev/badge/skills/j-star-films-studios/vibecode-protocol-suite/stitch/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/j-star-films-studios/vibecode-protocol-suite/stitch"><img src="https://agentmods.dev/badge/skills/j-star-films-studios/vibecode-protocol-suite/stitch.svg" alt="Reviewed on agentmods" width="80" 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.00062 | $0.02849 |
| Opus 5 | $0.00031 | $0.01425 |
| Sonnet 5 | $0.00012 | $0.00570 |
| Haiku 4.5 | $0.00006 | $0.00285 |
Grade A, and why
stitch 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 6d 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 — 259 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Google Stitch — Skill Bundle
This folder contains 6 sub-skills for working with Google Stitch, a design-to-code platform with an MCP server. Each sub-skill has its own SKILL.md with full instructions.
Prerequisites
Most skills require the Stitch MCP Server to be connected. The shadcn-ui skill works independently with the shadcn MCP server or CLI.
🔀 Pipeline Orchestration Protocol (READ THIS FIRST)
YOU MUST follow this protocol. Do not just load one sub-skill and stop. The Stitch bundle is a pipeline — each skill feeds into the next. Your job is to guide the user through the full journey, suggesting the next step after each skill completes.
The Full Pipeline (Design → Code → Video)
┌─────────────┐ ┌─────────────────┐ ┌──────────────┐ ┌───────────────┐ ┌──────────┐
│ design-md │ ──→ │ enhance-prompt │ ──→ │ stitch-loop │ ──→ │ react- │ ──→ │ remotion │
│ STEP 1 │ │ STEP 2 │ │ STEP 3 │ │ components │ │ STEP 5 │
│ │ │ │ │ │ │ STEP 4 │ │ │
│ Extract the │ │ Polish prompts │ │ Build pages │ │ Convert HTML │ │ Create a │
│ design │ │ with design │ │ iteratively │ │ to production │ │ video │
│ system │ │ tokens from │ │ using the │ │ React/TS │ │ showcase │
│ → DESIGN.md │ │ DESIGN.md │ │ baton system │ │ components │ │ of your │
│ │ │ → next-prompt │ │ → full site │ │ → src/ │ │ screens │
└─────────────┘ └─────────────────┘ └──────────────┘ └───────────────┘ └──────────┘
│
┌─────┴──────┐
▼ │
┌──────────────┐ │
│ shadcn-ui │ │
│ COMPANION │ │
│ │ │
│ Add polished │ │
│ UI component │ │
│ library │ │
└──────────────┘ │
What ships with it
40 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.
- design-md/examples/DESIGN.md 11 KB
- design-md/README.md 1.2 KB
- design-md/SKILL.md 7.5 KB
- enhance-prompt/README.md 1.2 KB
- enhance-prompt/references/KEYWORDS.md 2.6 KB
- enhance-prompt/SKILL.md 6.5 KB
- react-components/examples/gold-standard-card.tsx 2.5 KB
- react-components/package-lock.json 7.0 KB
- react-components/package.json 355 B
- react-components/README.md 1.3 KB
- react-components/resources/architecture-checklist.md 613 B
- react-components/resources/component-template.tsx 1.0 KB
- react-components/resources/stitch-api-reference.md 1.2 KB
- react-components/resources/style-guide.json 496 B
- react-components/scripts/fetch-stitch.sh 1009 B runs code
- react-components/scripts/validate.js 2.3 KB runs code
- react-components/SKILL.md 2.7 KB
- remotion/examples/screens.json 1.4 KB
- remotion/examples/WalkthroughComposition.tsx 2.2 KB
- remotion/README.md 3.4 KB
- remotion/resources/composition-checklist.md 3.7 KB
- remotion/resources/screen-slide-template.tsx 2.4 KB
- remotion/scripts/download-stitch-asset.sh 1.0 KB runs code
- remotion/SKILL.md 13 KB
- shadcn-ui/examples/auth-layout.tsx 5.6 KB
- shadcn-ui/examples/data-table.tsx 8.7 KB
- shadcn-ui/examples/form-pattern.tsx 4.8 KB
- shadcn-ui/README.md 6.7 KB
- shadcn-ui/resources/component-catalog.md 12 KB
- shadcn-ui/resources/customization-guide.md 12 KB
- shadcn-ui/resources/migration-guide.md 11 KB
- shadcn-ui/resources/setup-guide.md 9.6 KB
- shadcn-ui/scripts/verify-setup.sh 4.3 KB runs code
- shadcn-ui/SKILL.md 9.0 KB
- stitch-loop/examples/next-prompt.md 1.2 KB
- stitch-loop/examples/SITE.md 3.2 KB
- stitch-loop/README.md 1.4 KB
- stitch-loop/resources/baton-schema.md 1.6 KB
- stitch-loop/resources/site-template.md 2.9 KB
- stitch-loop/SKILL.md 7.2 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.
- 6d ago First seen · 259 lines · 62 tokens per session scan A f369b54b917b
stitch is a skill published in the GitHub repository J-StaR-Films-Studios/VibeCode-Protocol-Suite (24 stars, last pushed 5d ago), licensed ISC. It adds 62 tokens to every session and 2,849 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
ai-ui-generation
AI-assisted UI generation patterns for json-render, v0.app, Google Stitch, Bolt Cloud, and Cursor workflows. Covers prompt engineering for component and full-stack app generation, review checklists for AI-generated code, design token injection, refactoring for design system conformance, and CI gates for quality…
motion-framer
Use when implementing Motion or Framer Motion in React/JavaScript: interactive UI components, micro-interactions, gestures, layout or page transitions, and scroll-based animation. Do not use for static styling, backend/API work, or animation in another runtime unless Motion/Framer Motion is an explicit dependency.
artifacts-builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts. Use when building complex…
shadcn-ui
Complete shadcn/ui component library guide including installation, configuration, and implementation of accessible React components. Use when setting up shadcn/ui, installing components, building forms with React Hook Form and Zod, customizing themes with Tailwind CSS, or implementing UI patterns like buttons…
chakra-ui-builder
Build responsive, accessible UI components and layouts using Chakra UI v3, install or configure Chakra UI in new and existing projects, and design scalable themes using tokens, semantic tokens, recipes, and slot recipes. Use this skill whenever a user asks to build, create, or generate any UI component, page, form…
frontend-ui-dark-ts
Build dark-themed React applications using Tailwind CSS with custom theming, glassmorphism effects, and Framer Motion animations. Use when creating dashboards, admin panels, or data-rich interfaces with a refined dark aesthetic.