Claude Code Skill Template — Development skill for Claude Code
Template repository for creating custom Claude Code skills with structured framework for scripts, references, and assets.
How to install Claude Code Skill Template
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open s2005/claude-code-skill-template and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Claude Code Skill Template does
Template repository for creating custom Claude Code skills with structured framework for scripts, references, and assets.
Alternatives in Development
- Add Template — /add-template - Register a Custom CV or Cover Letter Template 36.6k ★
- Interview Script — Create structured customer interview scripts with JTBD probing 7.8k ★
- MCP Language Server — mcp-language-server gives MCP enabled clients access semantic tools like get definition, references, rename, a 1.5k ★
README
Claude Code Skill Template
A template repository for creating custom Claude Code skills with best practices, documentation structure, and automated release workflows.
Prerequisites
**IMPORTANT:** Before using this template, it's highly recommended to use Anthropic's official **skill-creator** skill from the `example-skills` plugin. The skill-creator provides:
- Guided skill creation process with concrete examples
- Automated skill initialization with
init_skill.pyscript - Validation and packaging tools
- Best practices for skill structure and organization
Installing the skill-creator skill
- Ensure you have the
example-skillsplugin installed (official Anthropic plugin) - The skill-creator skill is available as
example-skills:skill-creator - Use it by asking: "Help me create a new skill using the skill-creator"
Why use skill-creator first?
The skill-creator skill will:
- Help you understand your skill requirements through concrete examples
- Generate a properly structured skill directory automatically
- Guide you through the creation process step-by-step
- Validate and package your skill when ready
This template repository serves as:
- A backup/alternative approach for manual skill creation
- A reference for skill structure and GitHub automation
- A starting point if you prefer manual setup over guided creation
Quick Start
1. Use This Template
Click the "Use this template" button on GitHub to create a new repository from this template.
Or clone manually:
git clone https://github.com/s2005/claude-code-skill-template.git your-skill-name
cd your-skill-name
2. Customize Your Skill
Replace placeholders in the following files:
SKILL.md (Required)
- Update
name:in frontmatter - Update
description:in frontmatter (this is how Claude recognizes your skill!) - Replace all placeholder text with your skill's content
- Remove sections you don't need
- Add sections specific
Related Skills
Configure Custom Scripts
Interactive wizard to configure and validate AFLS Custom Scripts for validation
Litreview
Launch the scopus-researcher agent for a full autonomous literature review on a given topic. The agent searche
Convert Paths Relative
This command converts all absolute paths in .claude/settings.json command scripts to relative paths. It helps
Gauntlet
Onboarding gauntlet: a bounded-revise loop that converges a repo's contributor surface (docs + scripts + card
Claude Public
A public template of my personal Claude Code configuration: settings, sync scripts, file-manager agent, and a
Demo Claude Marketplace
Dummy and naive demonstration template of custom Claude Code plugins marketplace structure.
Related Agents
Core AI Expert
Read-only Core AI reviewer. Use when working with custom .aimodel/.aimodelc assets, AIModel integration, model
Impeccable Asset Producer
Produces clean reusable raster assets from approved Impeccable mock references without redesigning the directi
Skills Guide
Interactive guide for building custom Claude Skills. Asks straightforward questions, uses SKILLS_FACTORY_PROMP