TemplateClaw
Description
Every new project starts the same way: you need a landing page, a dashboard, a README, CI/CD config, and you spend hours googling and copy-pasting.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
TemplateClaw
32 production-ready templates as Claude Code skills.
Type a slash command. Get a complete landing page, dashboard, or project setup.
No npm install. No build step. Just /templateclaw.
Browse Templates · Install · Skills · Agent API
Why TemplateClaw?
Every new project starts the same way: you need a landing page, a dashboard, a README, CI/CD config, and you spend hours googling and copy-pasting.
**TemplateClaw turns that into a single command.**
| Without TemplateClaw | With TemplateClaw |
|---|---|
| Google "modern landing page template 2026" | /templateclaw-landing saas |
| Search "admin dashboard glassmorphism" | /templateclaw-dashboard admin |
| Copy README from another project and edit | /templateclaw-setup readme |
| Write CI/CD from scratch every time | /templateclaw-dev cicd |
| Look up TDD best practices again | /templateclaw-dev tdd |
Install
As a Claude Code Plugin (recommended)
# Add the marketplace
/plugin marketplace add jeromwolf/templateclaw
# Install
/plugin install templateclaw
That's it. 7 new slash commands are now available in your Claude Code session.
Manual (copy skills to your project)
git clone https://github.com/jeromwolf/templateclaw.git
cp -r templateclaw/skills/ .claude/skills/
CLI (no Claude Code needed)
curl -fsSL https://jeromwolf.github.io/templateclaw/install.sh | bash
templateclaw list
templateclaw get saas-landing
Skills
| Skill | What it does | Example |
|---|---|---|
/templateclaw |
Interactive project scaffolding | /templateclaw "SaaS with auth" |
/templateclaw-landing |
Generate landing pages (5 styles) | /templateclaw-landing portfolio |
...
Related Skills
Algorithmic Art
Create generative art using p5.js with seeded randomness, flow fields, and particle systems
Design Brand Guidelines
Apply Anthropic's official brand colors and typography to artifacts
Design Canvas Design
Create beautiful visual art in PNG and PDF documents using design philosophy
Design Frontend Design
Create distinctive, production-grade frontend interfaces with high design quality
Design Slack Gif Creator
Create animated GIFs optimized for Slack's size constraints
Design Theme Factory
Style artifacts with professional themes including 10 pre-set color/font combinations
Design Related Agents
Codemod Runner
Writes and runs codemod scripts that replace hardcoded visual values with token references in ui/src/index.css
Designguru
Expert Design Guidance & Analysis Specialist who provides professional UI/UX insights, design system guidance,
Html Css
| Web standards for semantic markup, maintainable styling, and accessibility. | - | [wshobson/agents](https://