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/jeromwolf/templateclaw/templateclaw-uinpx skills add jeromwolf/templateclaw --skill templateclaw-uigit clone --depth 1 https://github.com/jeromwolf/templateclawWhat 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.00048 | $0.01031 |
| Opus 5 | $0.00024 | $0.00515 |
| Sonnet 5 | $0.00010 | $0.00206 |
| Haiku 4.5 | $0.00005 | $0.00103 |
Grade A, and why
templateclaw-ui 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.
TemplateClaw — UI Component Generator
Generate copy-paste ready UI components with 2026 design trends.
When Invoked
- If argument provided (e.g.,
/templateclaw-ui cards), generate that component - If no argument, ask: "Which component? (cards / forms / nav / modal / table / hero / footer / pricing)"
- Multiple components:
/templateclaw-ui cards,forms,navgenerates all three
Components
Cards (6 variants)
- Feature Card: Icon + title + description + CTA link
- Stats Card: Big number + label + trend indicator (↑/↓)
- Profile Card: Avatar + name + role + social links
- Product Card: Image placeholder + title + price + add-to-cart
- Testimonial Card: Quote + author + star rating
- Pricing Card: Tier name + price + features list + CTA button
Forms (4 variants)
- Login Form: Email + password + remember me + social login buttons
- Signup Form: Name + email + password + confirm + terms checkbox
- Contact Form: Name + email + subject + message textarea + submit
- Search Form: Search input with icon + filter dropdowns + results area
Navigation (3 variants)
- Top Navbar: Logo + links + search + CTA button + mobile hamburger menu
- Sidebar Nav: Logo + grouped links with icons + collapse toggle
- Breadcrumb: Home > Category > Current with separator icons
Modal (3 variants)
- Confirm Modal: Title + message + Cancel/Confirm buttons + backdrop blur
- Form Modal: Title + form fields + validation + submit
- Image Modal: Lightbox with zoom + prev/next + close
Table (2 variants)
- Data Table: Sortable headers + search + pagination + row actions
- Comparison Table: Feature rows × product columns + check/cross icons
Hero Section (3 variants)
- Centered Hero: Headline + subtitle + CTA + gradient mesh background
- Split Hero: Text left + visual right (gradient placeholder) + floating elements
- Video Hero: Background video placeholder + overlay text + play button
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 · 48 tokens per session scan A fbb3fc7aa6dd
templateclaw-ui is a skill published in the GitHub repository jeromwolf/templateclaw (2 stars, last pushed 5mo ago), licensed MIT. It adds 48 tokens to every session and 1,031 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
ui-conventions
Frontend change conventions for apps/web — i18n (bilingual keys), dark mode (the highest-frequency rework source), theming inline SVG/chart colors, loading/empty/error states. Use for any UI change.
improve-app
Guided journey from a shipped app that works but feels rough to a product that fits the job, flows without friction, reads clearly, and persuades honestly. Orchestrates nine skills phase by phase - jobs-to-be-done, ux-heuristics, design-everyday-things, refactoring-ui, microinteractions, made-to-stick…
emotion-migrate
Migrate Emotion styled-components to Mantine components with style props and CSS modules. Use when converting .styled.tsx files or removing @emotion imports from components.
link-ticket-to-session
Link the current Claude Code session to a ticket (Linear, Jira, GitHub Issues, or GitHub Pull Requests) and cache its title/status in karma. Use when the user explicitly asks to link, attach, associate, or connect this session to a ticket, issue, or PR — e.g. "/link-ticket-to-session ABC-123", "link this session to…
frontend-design
Design and build production-ready frontend interfaces with design systems, responsive layouts, accessible components, and dark mode support. Use when the user requests frontend design or provides relevant inputs for this workflow.
styling
PyWry provides CSS variables that adapt to dark/light themes. Use these instead of hardcoded colors!