TemplateClaw banner
jeromwolf jeromwolf

TemplateClaw

Design community intermediate

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

...