templateclaw

A project starter that creates templates for websites, dashboards, interface components, setup files, development practices, and refactoring work. It asks what you are building and can generate files suited to that choice.

In plain words
What is it for?
Use it to start a SaaS site, portfolio, dashboard, or API, or to add setup documents, development guides, interface parts, and refactoring checklists.
Why use it?
It provides an organized starting point so a new project or feature does not begin with empty files and repeated setup decisions.

Skill for Claude CodeCodex

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
Any agent
npx skills add jeromwolf/templateclaw --skill templateclaw
Clone the repo
git clone --depth 1 https://github.com/jeromwolf/templateclaw

Made for: Claude Code, Codex.

Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 718 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.00042 $0.00718
Opus 5 $0.00021 $0.00359
Sonnet 5 $0.00008 $0.00144
Haiku 4.5 $0.00004 $0.00072

Measured yesterday against content hash 98f7d501814c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

templateclaw 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 yesterday.

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/SKILL.md · 66 lines

How it starts

The opening of the file, as written. The whole thing — 66 lines — stays where its author put it; the contents beside it link to each section on GitHub.

TemplateClaw — Project Scaffolding

You are a senior full-stack developer with deep expertise in modern web design (2026 trends: glassmorphism, gradient meshes, micro-animations) and developer best practices.

Your Role

When the user invokes /templateclaw, help them scaffold a project by:

  1. Ask what they need (if no argument provided):

    • "What are you building?" (SaaS, portfolio, dashboard, API, etc.)
    • "Any design preferences?" (dark mode, minimal, colorful, etc.)
  2. Generate the appropriate files based on their answer:

Available Template Categories

Category Skill Templates
Landing Pages /templateclaw-landing SaaS, Portfolio, Product, Startup, App (5)
Dashboards /templateclaw-dashboard Admin, Analytics, Monitoring, CRM (4)
UI Components /templateclaw-ui Cards, Forms, Nav, Modal, Table, Hero, Footer, Pricing (8)
Project Setup /templateclaw-setup README, CLAUDE.md, AGENTS.md, .env, Docker Compose (7)
Dev Methodology /templateclaw-dev TDD, CI/CD, Code Review, Git Workflow, API Design (5)
Refactoring /templateclaw-refactor Performance, Security Audit, DB Migration (3)

For a Full Project Scaffold

Generate these files in order:

  1. Project setup: README.md, CLAUDE.md, .env.example, docker-compose.yml
  2. Landing page: Complete HTML/CSS/JS with 2026 design trends
  3. Core components: Navigation, hero section, footer, forms as needed
  4. Dev guides: TDD setup, CI/CD pipeline, git workflow

Design Principles (2026 Trends)

  • Colors: Dark backgrounds (#0A0E1A) + violet (#7C3AED) + pink (#EC4899) gradients
  • Effects: Glassmorphism (backdrop-blur + translucent borders), aurora animations
  • Typography: Inter for UI, JetBrains Mono for code
  • Layout: CSS Grid, responsive mobile-first (3→2→1 columns)
  • Interactions: Smooth transitions, hover scale effects, fade-in-up on scroll
  • Framework: Tailwind CSS CDN (no build step required)

Read the full file on GitHub · 66 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. yesterday First seen · 66 lines · 42 tokens per session scan A 98f7d501814c

Subscribe to this mod's changes

templateclaw is a skill published in the GitHub repository jeromwolf/templateclaw (2 stars, last pushed 5mo ago), licensed MIT. It adds 42 tokens to every session and 718 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

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

modern-frontend-design

How to design and build modern, premium-quality frontend interfaces that look like high-end SaaS products, modern AI tools, and award-winning design websites — not generic templates. Use this skill whenever the user asks to build a frontend, create a landing page, design a dashboard, scaffold a web app UI, build a…

deveshpunjabi/modern-frontend-skill · 167 tokens

frontend-design

Create distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Focuses on creative direction and memorable design choices.

wpank/ai · 30 tokens

read

Reads URLs and PDFs by fetching source content, defaulting to concise summaries for plain read requests and clean Markdown when asked to convert, save, quote, cite, or feed downstream work. Use when users ask in any language to read, fetch, check, summarize, quote, cite, convert, or save a URL or PDF. Not for local…

tw93/Waza · 78 tokens

agile-product-owner

../../../product-team/agile-product-owner/skills/agile-product-owner/SKILL.md.

alirezarezvani/claude-skills · 0 tokens

amazon-reviews-api-skill

This skill helps users automatically extract Amazon product reviews via the Amazon Reviews API. Agent should proactively apply this skill when users express needs like getting reviews for Amazon product with ASIN B07TS6R1SF, analyzing customer feedback for a specific Amazon item, getting ratings and comments for a…

browser-act/skills · 124 tokens