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 Code

Claude 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/versekit

For project-specific: clone to .claude/commands/ in your project

Skill Commands

/template

Search and add templates interactively

/template-add

Add a template by slug

/template-list

List installed templates

/template-remove

Remove a template

Usage Example

1. Add a template:

/template-add github-readme

2. 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

Ready to Start?