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 vanessamarely/ai-playbook-reposito --skill figma-componentgit clone --depth 1 https://github.com/vanessamarely/ai-playbook-repositoWrote 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/vanessamarely/ai-playbook-reposito/figma-component)<a href="https://agentmods.dev/skills/vanessamarely/ai-playbook-reposito/figma-component"><img src="https://agentmods.dev/badge/skills/vanessamarely/ai-playbook-reposito/figma-component/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/vanessamarely/ai-playbook-reposito/figma-component"><img src="https://agentmods.dev/badge/skills/vanessamarely/ai-playbook-reposito/figma-component.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.00041 | $0.01172 |
| Opus 5 | $0.00020 | $0.00586 |
| Sonnet 5 | $0.00008 | $0.00234 |
| Haiku 4.5 | $0.00004 | $0.00117 |
Grade A, and why
figma-component 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 11d 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 — 142 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Skill: figma-component
Purpose
Provide reusable, project-agnostic rules and templates for converting Figma designs into code.
The skill must not assume any fixed client name, repository name, or component-library name.
Required Input Contract
The caller must provide these values in the initial prompt:
scope: target top-level project folder.destination_folder: exact folder where generated files should be created/updated.component_library: preferred reusable component library ornone.client_context: concise project conventions (tokens, styling model, naming, export rules, test expectations).figma_urlor{fileKey,nodeId}.
If Figma is not accessible, the caller must provide:
screenshot_image: attached screenshot(s) of the target component/frame.
Optional:
dev_url: URL for browser-based validation.create_mode:previeworapply.preferences: request-level overrides.
If required input is missing, stop and request clarification before generating code.
If Figma access fails and no screenshot is provided, request screenshot input before generating code.
Core Rules
1) Reuse Existing Components First
- Search
scopefor existing components and wrappers before creating new primitives. - Prioritize composition/adapters around
component_librarywhen available. - If
component_libraryisnone, follow local component patterns inscope.
2) Scope Isolation
- Edit only files under
scope. - Do not modify sibling projects or root-level shared exports without explicit confirmation.
3) Minimal Patch Strategy
- Prefer focused diffs (usually 1-3 files).
- Only include
.test.tsxand.stories.tsxwhen tooling is present inscope/package.json.
4) File Layout
Default layout for a new component Xyz (adjust to project conventions in client_context):
<destination_folder>/Xyz.tsx<destination_folder>/Xyz.styles.ts(or project style equivalent)<destination_folder>/Xyz.test.tsx(only if Jest/Vitest is configured)<destination_folder>/Xyz.stories.tsx(only if Storybook is configured)
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.
- 11d ago First seen · 142 lines · 41 tokens per session scan A 2b48bafb8ba8
figma-component is a skill published in the GitHub repository vanessamarely/ai-playbook-reposito (2 stars, last pushed 1mo ago), licensed MIT. It adds 41 tokens to every session and 1,172 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
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.
cobejs
Use when adding a lightweight interactive globe with cobe (canvas setup, markers, interaction, performance, integration with React/Next.js).
stitch::react-components
Converts Stitch designs into modular Vite and React components, or syncs/updates existing React components to align with the latest Stitch designs, using system-level networking and AST-based validation.
seed-design
An integration guide for SEED Design, covering shared component specifications and foundations plus React and Lynx implementation guidance.
ss-studio
Turn a product brief and optional references into three distinct creative directions, a human-selected StyleSeed interaction plan, generated image/video asset jobs, a working UI prototype, and a verified prototype-first showcase reel. Use for client concepts, app interaction exploration, trendy but coherent UI…