Manage document templates directly from Claude Code. Download, organize, and use beautiful HTML templates in your projects.
# Clone to your user skills directory
git clone https://github.com/devload/versekit-skill.git ~/.claude/skills/versekit
# Or copy commands to your project
cp -r versekit-skill/.claude/commands/* your-project/.claude/commands/Get AI-powered template recommendations based on what you need.
/template:recommend API documentation
/template:recommend billing my client
/template:recommend team meeting summary
Browse and search available templates.
/template:search
/template:search business
/template:search developer
Add a template from VerseKit to your project.
/template:add modern-report
/template:add invoice
/template:add resume
List all installed templates in your project.
/template:list
Remove a template from your project.
/template:remove modern-report
Update your CLAUDE.md with current template information.
/template:sync
| Template | Slug | Category |
|---|---|---|
| Modern Report | modern-report |
Reports, Proposals |
| Minimal Blog | minimal-blog |
Articles, Essays |
| Business Proposal | business-proposal |
Business Docs |
| Dark Developer Docs | dark-tech |
Technical Docs |
| Formal Report | annual-report |
Academic, Research |
| Professional Invoice | invoice |
Billing |
| Modern Resume | resume |
Career |
| Email Newsletter | newsletter |
Marketing |
| Release Changelog | changelog |
Developer |
| Meeting Notes | meeting-notes |
Productivity |
- Visit VerseKit
- Find a template you like
- Click "Add to Claude"
- Paste the copied command into Claude Code
Just ask Claude naturally and it will recommend and use appropriate templates:
- "Create a project report for Q1 2025"
- "I need to invoice my client for the website project"
- "Help me write release notes for v2.0"
- "Create meeting notes for today's standup"
- Templates are downloaded to
.templates/in your project - Template metadata is stored in
.templates/manifest.json - CLAUDE.md is updated with template usage instructions
- Claude automatically uses templates when generating documents
your-project/
├── .templates/
│ ├── manifest.json # Template registry
│ ├── modern-report.html # Downloaded templates
│ ├── invoice.html
│ └── ...
├── CLAUDE.md # Updated with template info
└── ...
- Claude Code CLI
- curl (for downloading templates)
MIT