skill-template

Create Claude Code skills with SKILL.md YAML frontmatter and bundled resources.

24|2|Updated Nov 5, 2025
One-click install
npx skills add https://github.com/kdoronin/claude_code_skills --skill skill-template-kdoronin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-template
Source: https://github.com/kdoronin/claude_code_skills/tree/main/plugin-creator/assets/templates/skill
Command: npx skills add https://github.com/kdoronin/claude_code_skills --skill skill-template-kdoronin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This template removes repetitive setup and uncertainty when creating Claude Code skills by providing a complete SKILL.md structure, example scripts, reference files, and asset layout so creators can focus on the skill logic instead of boilerplate.

Core Features & Use Cases

  • Provides a ready-made SKILL.md frontmatter and instructional body to ensure consistent discovery and activation.
  • Bundles example executable scripts, reference documentation, and asset templates to speed development and testing.
  • Use case: A developer or technical writer scaffolds a new skill for API testing or document automation and reuses the template to follow best practices and include working examples.

Quick Start

Copy the template into a new directory, update the SKILL.md YAML frontmatter (name and description), add or customize scripts, references, and assets as needed, and run the example workflows to verify behavior.

Frequently Asked Questions about skill-template

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a Claude Code skill from a template?

To create a Claude Code skill, copy this template into a new directory and update the SKILL.md YAML frontmatter with your skill's name and description. Add or customize bundled scripts, references, and assets as needed.

What is the required structure for a SKILL.md file?

A SKILL.md file requires YAML frontmatter containing the skill's name and description for proper discovery and activation. It serves as the instructional body and optionally defines workflows for bundled scripts, references, and assets.

Can I use the skill-template for document automation workflows?

Yes, developers and technical writers can use this skill-template to scaffold new skills for document automation or API testing. It provides a complete layout with example scripts and reference files to speed up development.

What components are bundled in the Claude Code skill template?

The template bundles example executable scripts, reference documentation, and asset templates. These components speed up development and testing by providing working examples that follow consistent implementation best practices.

Do I need any dependencies to start building Claude Code skills?

No external dependencies are required to start building Claude Code skills with this template. You simply copy the template into a new directory, update the YAML frontmatter, and run the example workflows to verify behavior.