Skip to content

devload/versekit-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VerseKit Skills for Claude Code

Manage document templates directly from Claude Code. Download, organize, and use beautiful HTML templates in your projects.

Installation

# 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/

Available Commands

/template:recommend

Get AI-powered template recommendations based on what you need.

/template:recommend API documentation
/template:recommend billing my client
/template:recommend team meeting summary

/template:search

Browse and search available templates.

/template:search
/template:search business
/template:search developer

/template:add

Add a template from VerseKit to your project.

/template:add modern-report
/template:add invoice
/template:add resume

/template:list

List all installed templates in your project.

/template:list

/template:remove

Remove a template from your project.

/template:remove modern-report

/template:sync

Update your CLAUDE.md with current template information.

/template:sync

Available Templates

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

Quick Start from Web

  1. Visit VerseKit
  2. Find a template you like
  3. Click "Add to Claude"
  4. Paste the copied command into Claude Code

Natural Language Usage

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"

How It Works

  1. Templates are downloaded to .templates/ in your project
  2. Template metadata is stored in .templates/manifest.json
  3. CLAUDE.md is updated with template usage instructions
  4. Claude automatically uses templates when generating documents

Template Structure

your-project/
├── .templates/
│   ├── manifest.json          # Template registry
│   ├── modern-report.html     # Downloaded templates
│   ├── invoice.html
│   └── ...
├── CLAUDE.md                  # Updated with template info
└── ...

Requirements

  • Claude Code CLI
  • curl (for downloading templates)

License

MIT

About

Claude Code skills for managing VerseKit document templates

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •