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 agentmods add skills/reqvire-org/reqvire/design-systemnpx skills add reqvire-org/reqvire --skill design-systemgit clone --depth 1 https://github.com/reqvire-org/reqvireWrote 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/reqvire-org/reqvire/design-system)<a href="https://agentmods.dev/skills/reqvire-org/reqvire/design-system"><img src="https://agentmods.dev/badge/skills/reqvire-org/reqvire/design-system.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 | $0.00069 | $0.01994 |
| Opus 5 | $0.00034 | $0.00997 |
| Sonnet 5 | $0.00014 | $0.00399 |
| Haiku 4.5 | $0.00007 | $0.00199 |
Grade A, and why
reqvire-design 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 3d 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 — 65 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Read the readme.md file within this skill, and explore the other available files.
If creating visual artifacts (slides, mocks, throwaway prototypes, etc), copy assets out and create static HTML files for the user to view. If working on production code, you can copy assets and read the rules here to become an expert in designing with this brand.
If the user invokes this skill without any other guidance, ask them what they want to build or design, ask some questions, and act as an expert designer who outputs HTML artifacts or production code, depending on the need.
Where things are
readme.md— the full design guide: product context, content fundamentals, visual foundations, iconography, and a file manifest. Start here.styles.css— single CSS entry point; link it to inherit all tokens, fonts and base styles. It is import-only and guarded.tokens/— colors (warm product surfaces, slate text ramps, rose accent, the six element-type hues), typography (Geist/Geist Mono), spacing, elevation, fonts.components/<group>/— typed React primitives (TSX; props are the source of truth) (Alert,Badge,BrandMark,Button,Card,Icon,IconButton,Modal,CodeRef,ElementIcon,TypeBadge,RelationPill,Chip,Stat,Table,ToggleRow,SegmentedControl,SearchInput,Tabs,TreeItem,Breadcrumb,SidebarSection).product-patterns/<group>/— typed reusable UX/product-pattern targets (shell,chrome,side-pane,detail,content,feedback) that emitux-*visual hooks.index.ts— the barrel; production code imports primitives, product patterns, and the palette API from here (the app aliases it as@ds).palette.ts— programmatic color API: element-type → token mapping, runtime CSS-variable resolution, Mermaid class defs.assets/logo-mark.svg— 200x200 source brand mark (reconstruction; replace with the official logo when available). Favicons and app icons are generated from it bynpm run generate:icons, not hand-maintained as source.
What ships with it
60 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.
- assets/fonts/Geist-Variable.woff2 68 KB
- assets/fonts/GeistMono-Variable.woff2 70 KB
- assets/logo-mark.svg 1.1 KB
- components/controls/SearchInput.tsx 3.5 KB
- components/controls/SegmentedControl.tsx 2.4 KB
- components/controls/Tabs.tsx 3.8 KB
- components/controls/ToggleRow.tsx 7.7 KB
- components/core/Alert.tsx 1.7 KB
- components/core/Badge.tsx 1.8 KB
- components/core/BrandMark.tsx 774 B
- components/core/button_contract.ts 494 B runs code
- components/core/Button.tsx 4.4 KB
- components/core/Card.tsx 3.2 KB
- components/core/Icon.tsx 6.8 KB
- components/core/IconButton.tsx 2.2 KB
- components/core/Modal.tsx 5.9 KB
- components/core/Spinner.tsx 1.1 KB
- components/data/Chip.tsx 2.1 KB
- components/data/CodeRef.tsx 967 B
- components/data/ElementIcon.tsx 5.2 KB
- components/data/RelationPill.tsx 3.1 KB
- components/data/Stat.tsx 2.1 KB
- components/data/Table.tsx 5.2 KB
- components/data/TokenVisual.tsx 16 KB
- components/data/TypeBadge.tsx 5.6 KB
- components/navigation/Breadcrumb.tsx 2.5 KB
- components/navigation/SidebarSection.tsx 2.0 KB
- components/navigation/TreeItem.tsx 7.3 KB
- hooks/useLatestRef.ts 251 B runs code
- index.ts 9.3 KB runs code
- palette.ts 16 KB runs code
- product-patterns/chrome/index.ts 282 B runs code
- product-patterns/chrome/PaneChrome.tsx 1.9 KB
- product-patterns/chrome/WorkspaceToolbar.tsx 1.4 KB
- product-patterns/content/CodePreviewFrame.tsx 8.0 KB
- product-patterns/content/DiagramBlockFrame.tsx 948 B
- product-patterns/content/DocumentPanel.tsx 3.8 KB
- product-patterns/content/GraphCanvasFrame.tsx 3.3 KB
- product-patterns/content/index.ts 1.3 KB runs code
- product-patterns/content/MarkdownFrame.tsx 5.7 KB
- product-patterns/content/RendererNotice.tsx 2.1 KB
- product-patterns/content/SourcePageElements.tsx 1.6 KB
- product-patterns/content/WorkspaceShell.tsx 4.9 KB
- product-patterns/detail/ConceptElementDetailContent.tsx 9.2 KB
- product-patterns/detail/ConceptReferenceList.tsx 2.5 KB
- product-patterns/detail/ContractBindingList.tsx 2.7 KB
- product-patterns/detail/DetailDialog.tsx 3.6 KB
- product-patterns/detail/DetailSection.tsx 402 B
- product-patterns/detail/detailStyles.ts 8.9 KB runs code
- product-patterns/detail/ElementDetailContent.tsx 1.9 KB
- product-patterns/detail/index.ts 2.2 KB runs code
- product-patterns/detail/InlineConceptReference.tsx 859 B
- product-patterns/detail/MetadataStrip.tsx 893 B
- product-patterns/detail/OntologyNodeDetailContent.tsx 37 KB
- product-patterns/detail/RelationEndpoint.tsx 2.4 KB
- product-patterns/detail/RelationList.tsx 2.1 KB
- product-patterns/detail/types.ts 1.3 KB runs code
- product-patterns/feedback/HelpContent.tsx 6.3 KB
- product-patterns/feedback/HelpDialog.tsx 1.6 KB
- product-patterns/feedback/index.ts 241 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.
- 3d ago First seen · 65 lines · 69 tokens per session scan A be80efc24a2e
reqvire-design is a skill published in the GitHub repository reqvire-org/reqvire (19 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 69 tokens to every session and 1,994 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-01.
Other skills, from other repositories
devx-ux
Activate when designing or modifying CLI command surfaces, command help text, install/init/run flows, error wording, or first-run experience in the APM CLI -- even when the user does not say "UX" explicitly.
working-with-playground-app
This skill provides guidance for building UI/UX prototypes in the Packmind playground app. It should be used when creating a new prototype, iterating on an existing prototype, or working with files in apps/playground/. Triggers on mentions of "playground", "prototype", or direct work within the apps/playground/…
c4-diagrams
Use when explaining existing code architecture, visualizing a new system before detailed design, mapping software boundaries, or creating C4-style diagrams in ASCII or Mermaid.
sdd
Implements the Spec-Driven Development lifecycle (Intent, Requirements, Design, Tasks, Build) for structured feature development. Use when the user wants to scaffold a new feature spec, generate EARS requirements, create a technical design, break work into tasks, or check spec status. Trigger on keywords: sdd…
accessibility
Audit and improve web accessibility following WCAG 2.1 guidelines. Use when asked to "improve accessibility", "a11y audit", "WCAG compliance", "screen reader support", "keyboard navigation", or "make accessible".
frontend
Two-mode frontend skill: (1) authoring — accessibility, responsive layout, loading/error states, performance, DESIGN.md authoring, visual direction; (2) critique — READ-only scored review of built UI against anchored rubric, AI-slop detection, two isolated assessments. Router invokes mode via context.