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
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 |
# Add the marketplace
/plugin marketplace add jeromwolf/templateclaw
# Install
/plugin install templateclawThat's it. 7 new slash commands are now available in your Claude Code session.
git clone https://github.com/jeromwolf/templateclaw.git
cp -r templateclaw/skills/ .claude/skills/curl -fsSL https://jeromwolf.github.io/templateclaw/install.sh | bash
templateclaw list
templateclaw get saas-landing| Skill | What it does | Example |
|---|---|---|
/templateclaw |
Interactive project scaffolding | /templateclaw "SaaS with auth" |
/templateclaw-landing |
Generate landing pages (5 styles) | /templateclaw-landing portfolio |
/templateclaw-dashboard |
Generate dashboards (4 styles) | /templateclaw-dashboard analytics |
/templateclaw-ui |
Generate UI components (8 types) | /templateclaw-ui cards,forms,nav |
/templateclaw-setup |
Project setup files | /templateclaw-setup all |
/templateclaw-dev |
Dev methodology guides | /templateclaw-dev tdd |
/templateclaw-refactor |
Refactoring checklists | /templateclaw-refactor security |
Scaffold a complete SaaS project:
/templateclaw "Build a SaaS analytics dashboard with landing page"
Claude generates: landing page + dashboard + README + CLAUDE.md + Docker Compose + CI/CD pipeline.
Generate a landing page:
/templateclaw-landing saas
Output: A complete, responsive HTML page with glassmorphism design, hero section, pricing table, and CTA — ready to deploy.
Set up a new project:
/templateclaw-setup all
Output: README.md, CLAUDE.md, AGENTS.md, .env.example, docker-compose.yml — customized to your tech stack.
32 templates across 6 categories, all following 2026 design trends:
| Category | Count | Includes |
|---|---|---|
| Landing Pages | 5 | SaaS, Portfolio, Product, Startup, App |
| Dashboard | 4 | Admin, Analytics, Monitoring, CRM |
| UI Components | 8 | Cards, Forms, Nav, Modal, Table, Hero, Footer, Pricing |
| Dev Methodology | 5 | TDD, CI/CD, Code Review, Git Workflow, API Design |
| Project Setup | 7 | README, CLAUDE.md, AGENTS.md, .env, Docker, Agent Guide, Contributing |
| Refactoring | 3 | Performance, Security Audit, DB Migration |
- Theme: Dark (#0A0E1A) + Violet (#7C3AED) + Pink (#EC4899) gradients
- Effects: Glassmorphism, aurora animations, hover micro-interactions
- Framework: Tailwind CSS (CDN, no build step)
- Responsive: Mobile-first, 3→2→1 column grid
- Accessible: Semantic HTML, ARIA labels, keyboard navigation
Browse all templates with live previews: jeromwolf.github.io/templateclaw
TemplateClaw is AI Agent native. Any AI coding assistant can use our templates programmatically.
| Endpoint | Description |
|---|---|
/api.json |
Lightweight catalog (metadata only) |
/api-full.json |
Full catalog with template content |
/templates/{name}.md |
Individual template files |
Add this to any project's CLAUDE.md to give your AI agent access:
## Templates
When creating UI components or project files, fetch templates from TemplateClaw:
- API: https://jeromwolf.github.io/templateclaw/api.json
- Get template: https://jeromwolf.github.io/templateclaw/templates/{filename}TemplateClaw skills follow the Agent Skills open standard, compatible with:
- Claude Code
- OpenAI Codex
- Gemini CLI
- Cursor
- Any tool supporting the Agent Skills spec
TemplateClaw automatically evolves:
Weekly: Scan design/dev trends (DuckDuckGo)
→ Claude Haiku analyzes trends
→ Generates 3 new templates
→ Rebuilds site
→ Deploys to GitHub Pages
→ Telegram notification
New templates appear automatically. No manual updates needed.
We welcome contributions! See CONTRIBUTING.md for details.
Quick start:
- Fork this repo
- Add a template to
templates/your-template.mdfollowing the template format - Open a PR
Good first issues: Check the Issues tab.
MIT — use these templates in any project, commercial or personal.
Built with the automated pipeline from flux-openclaw