Back to Guide
🟣
Claude Code
Anthropic's AI coding assistant with native skill support
Quick Setup
Copy and paste this prompt into Claude Code:
Install VerseKit skill from https://github.com/devload/versekit-skill to my Claude CodeClaude Code will automatically clone the skill to ~/.claude/skills/versekit
Manual Installation
Or clone the skill manually:
git clone https://github.com/devload/versekit-skill ~/.claude/skills/versekitFor project-specific: clone to .claude/commands/ in your project
Skill Commands
/templateSearch and add templates interactively
/template-addAdd a template by slug
/template-listList installed templates
/template-removeRemove a template
Usage Example
1. Add a template:
/template-add github-readme2. Ask Claude to create a document:
"Create a README for my project using the github-readme template"3. Claude automatically:
- ✓ Fetches the template from VerseKit API
- ✓ Replaces placeholders with your content
- ✓ Creates a styled HTML document