templateclaw-ui

A generator for ready-to-copy web interface parts, including cards, forms, navigation, pop-up windows, tables, hero sections, footers, and pricing sections. It uses Tailwind CSS, a utility-based styling system.

In plain words
What is it for?
Use it when adding pages or features that need items such as login forms, menus, product cards, search areas, testimonials, or pricing tables.
Why use it?
It gives you common interface building blocks without designing each one from the beginning.

Skill for Claude CodeCodex

Part of the templateclaw plugin — 7 skills shipped together

Install

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.

agentmods
npx agentmods add skills/jeromwolf/templateclaw/templateclaw-ui
Any agent
npx skills add jeromwolf/templateclaw --skill templateclaw-ui
Clone the repo
git clone --depth 1 https://github.com/jeromwolf/templateclaw

Made for: Claude Code, Codex.

Or install templateclaw, the plugin that ships this one along with the rest of its 7 skills.

Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,031 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 2d ago against content hash fbb3fc7aa6dd, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

skills/templateclaw-ui/SKILL.md · 108 lines

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

  1. If argument provided (e.g., /templateclaw-ui cards), generate that component
  2. If no argument, ask: "Which component? (cards / forms / nav / modal / table / hero / footer / pricing)"
  3. Multiple components: /templateclaw-ui cards,forms,nav generates 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

Read the full file on GitHub · 108 lines

Changes

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.

  1. 2d ago First seen · 108 lines · 48 tokens per session scan A fbb3fc7aa6dd

Subscribe to this mod's changes

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.

Related

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.

foru17/neko-master · 48 tokens

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…

wondelai/skills · 236 tokens

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.

metabase/metabase · 36 tokens

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…

JayantDevkar/claude-code-karma · 91 tokens

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.

seb1n/awesome-ai-agent-skills · 40 tokens

styling

PyWry provides CSS variables that adapt to dark/light themes. Use these instead of hardcoded colors!

deeleeramone/PyWry · 0 tokens