template-skill

Create a Claude skill skeleton with frontmatter and Markdown instructions.

76|3|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/evolving-machines-lab/evolve --skill template-skill-evolving-machines-lab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/evolving-machines-lab/evolve/tree/main/skills/template-skill
Command: npx skills add https://github.com/evolving-machines-lab/evolve --skill template-skill-evolving-machines-lab

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skeleton provides a ready-to-use starting point for building Claude skills, reducing boilerplate and setup time.

Core Features & Use Cases

  • Minimal frontmatter with name and description for discovery.
  • Markdown body to guide activation context and usage instructions.
  • Supports optional scripts/, references/, and assets/ directories to extend functionality as needed.

Quick Start

Duplicate this template and customize the frontmatter to define your skill name and description, then implement your instructions in the body.

Frequently Asked Questions about template-skill

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

FAQPage Schema
How do I create a Claude skill from scratch?

To create a Claude skill from scratch, duplicate a clean template that provides minimal frontmatter for name and description, then add your custom instructions in the Markdown body to establish the activation context.

What is YAML frontmatter used for in skill development?

YAML frontmatter in skill development defines the minimal metadata required for skill discovery, specifically providing the name and description fields that allow Claude to identify and activate the appropriate skill.

Can I add scripts and references to a Claude skill template?

Yes, you can extend a Claude skill template by adding optional scripts, references, and assets directories to plug in custom logic and supplementary resources alongside the core Markdown instructions.

What's the best way to standardize Claude skill structure across projects?

The best way to standardize Claude skill structure across projects is to use a ready-to-use skill skeleton that enforces consistent frontmatter and Markdown body formatting, reducing boilerplate and setup time.

Do I need any dependencies to start building a Claude skill?

No dependencies are required to start building a Claude skill using this template, as it provides a minimal skeleton with empty dependency lists and optional directories for later expansion.