README.md

March 29, 2026 · View on GitHub

32 Templates 7 Skills Free MIT

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 TemplateClawWith 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

# 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

SkillWhat it doesExample
/templateclawInteractive project scaffolding/templateclaw "SaaS with auth"
/templateclaw-landingGenerate landing pages (5 styles)/templateclaw-landing portfolio
/templateclaw-dashboardGenerate dashboards (4 styles)/templateclaw-dashboard analytics
/templateclaw-uiGenerate UI components (8 types)/templateclaw-ui cards,forms,nav
/templateclaw-setupProject setup files/templateclaw-setup all
/templateclaw-devDev methodology guides/templateclaw-dev tdd
/templateclaw-refactorRefactoring checklists/templateclaw-refactor security

Quick Examples

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.


Templates

32 templates across 6 categories, all following 2026 design trends:

CategoryCountIncludes
Landing Pages5SaaS, Portfolio, Product, Startup, App
Dashboard4Admin, Analytics, Monitoring, CRM
UI Components8Cards, Forms, Nav, Modal, Table, Hero, Footer, Pricing
Dev Methodology5TDD, CI/CD, Code Review, Git Workflow, API Design
Project Setup7README, CLAUDE.md, AGENTS.md, .env, Docker, Agent Guide, Contributing
Refactoring3Performance, Security Audit, DB Migration

Design

  • 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


Agent API

TemplateClaw is AI Agent native. Any AI coding assistant can use our templates programmatically.

Endpoints

EndpointDescription
/api.jsonLightweight catalog (metadata only)
/api-full.jsonFull catalog with template content
/templates/{name}.mdIndividual template files

Use in CLAUDE.md

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}

Cross-Tool Compatibility

TemplateClaw skills follow the Agent Skills open standard, compatible with:

  • Claude Code
  • OpenAI Codex
  • Gemini CLI
  • Cursor
  • Any tool supporting the Agent Skills spec

Auto-Update Pipeline

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.


Contributing

We welcome contributions! See CONTRIBUTING.md for details.

Quick start:

  1. Fork this repo
  2. Add a template to templates/your-template.md following the template format
  3. Open a PR

Good first issues: Check the Issues tab.


License

MIT — use these templates in any project, commercial or personal.


Built with the automated pipeline from flux-openclaw