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 commands/chakra-ui/chakra-ui/arkgit clone --depth 1 https://github.com/chakra-ui/chakra-uiWhat 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.00006 | $0.00935 |
| Opus 5 | $0.00003 | $0.00467 |
| Sonnet 5 | $0.00001 | $0.00187 |
| Haiku 4.5 | $0.00001 | $0.00093 |
Grade A, and why
ark 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 2d 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 — 108 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Context
Ark UI is a headless UI library styled with @ark-ui/react.
Reference: https://ark-ui.com/llms-react.txt
Task
Implement a new component named $ARGUMENTS with the following steps:
-
Component setup
- Create a folder in
@packages/react/src/components/$ARGUMENTS - Add the component implementation in
$ARGUMENTS.tsx - Add an
index.tsto re-export typings and the component in long form - Add a
namespace.tsto support dot-notation imports
- Create a folder in
-
Exports
- Update
@packages/react/src/components/index.tsto include$ARGUMENTS
- Update
-
Anatomy
- If the component isn't exported from ark-ui anatomy, add it to
@packages/react/src/anatomy.ts - Import anatomy:
import { componentAnatomy as arkComponentAnatomy } from "@ark-ui/react/component" - Export anatomy:
export const componentAnatomy = arkComponentAnatomy
- If the component isn't exported from ark-ui anatomy, add it to
-
Recipes
- If variants or sizes are needed, create a recipe in
@packages/react/src/theme/recipes/$ARGUMENTS.ts - Import anatomy and use
defineSlotRecipe - Important: Add recipe to theme system:
- Import in
@packages/react/src/theme/slot-recipes.ts - Add to
slotRecipesexport object
- Import in
- If variants or sizes are needed, create a recipe in
-
Examples
- Add an example at
@apps/compositions/src/examples/$ARGUMENTS-basic.tsx
- Add an example at
-
Storybook
- Create stories at
@packages/react/__stories__/$ARGUMENTS.stories.tsx - Export examples from compositions with proper naming
- Create stories at
-
Documentation
- Add docs at
@apps/www/content/docs/components/$ARGUMENTS.mdx - Follow the style of existing component docs (usage, variants, examples)
- Include descriptive paragraphs for each example explaining:
- What the example demonstrates
- When to use this pattern
- Benefits and use cases
- Add docs at
-
Reference implementation
- Use
segment-group(@packages/react/src/components/segment-group/) as a guide for:component.tsx→ style context setupindex.ts→ exportsnamespace.ts→ dot-notation support
- Use
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.
- 2d ago First seen · 108 lines · 6 tokens per session scan A 051960900a01
ark is a command published in the GitHub repository chakra-ui/chakra-ui (40,613 stars, last pushed 2d ago), licensed MIT. It adds 6 tokens to every session and 935 once invoked, about $0.0000 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 commands, from other repositories
check-docs-consistency
Use the check-docs-consistency skill to validate alignment across rootage/design/react docs.
design-to-code
Mockup-to-component pipeline using Google Stitch, 21st.dev, and Storybook MCP. Accepts a screenshot, a description, or a URL and produces production-ready React components, checking existing Storybook components before generating anything new. Use when implementing UI from a mockup or screenshot. To call the MCP tool…
component
Scaffold a new React component grounded in the paper-mono primitives. Requires explicit kind or a nearest-existing-component match. No empty divs, no speculative scaffolding.
feature-development-backend-frontend
Workflow command scaffold for feature-development-backend-frontend in claude-terminal.
component
Create a React component named $ARGUMENTS following project conventions.
a11y-audit-react
Identify accessibility violations in React components and provide actionable remediation aligned with WCAG 2.2 Level AA. This is the guided audit workflow that applies the standards defined in the a11y-automation and react-components rules.