template-skill

Scaffold new Claude skills with YAML frontmatter and descriptive body.

9|1|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/needcaffeine/skills --skill template-skill-needcaffeine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/needcaffeine/skills/tree/main/template
Command: npx skills add https://github.com/needcaffeine/skills --skill template-skill-needcaffeine

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a clean, ready-to-use scaffold for creating new Claude skills by standardizing frontmatter and instructional body.

Core Features & Use Cases

  • Standard YAML frontmatter with required fields (name, description) and optional metadata.
  • A minimal, ready-to-fill body that loads into context during activation.
  • Clear guidance for adding optional resources (scripts/references/assets) as needed.

Quick Start

Create a new skill by adding a SKILL.md frontmatter and operational content in its directory.

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 new Claude skill with the correct YAML frontmatter?

A Claude skill scaffold provides a ready-to-use template with standardized YAML frontmatter, requiring only a name and description to initialize a new skill directory with valid metadata.

What is the required frontmatter format for a Claude skill?

Claude skills require YAML frontmatter with name and description fields at minimum, while optional metadata fields support component directories, discovery, safety configurations, and deployment specifications.

How do I add scripts and references to a Claude skill directory?

You can add optional resources like scripts, references, and assets to a Claude skill by placing them in designated component directories within the skill folder, guided by the scaffold's modular structure.

Can I use markdown to write the instructional body for a new skill?

Yes, the skill scaffold uses a minimal markdown body that loads directly into context during activation, allowing you to fill it with operational instructions and descriptive content for the agent.

Do I need any dependencies or components installed to start building a skill?

No, the starter scaffold has zero dependencies and no required components, making it immediately usable for individuals or teams who need a clean baseline to begin drafting new Claude skills.

What's the best way to standardize skill creation across a team?

Using a ready-to-use scaffold standardizes skill creation across teams by enforcing consistent YAML frontmatter, a uniform markdown body structure, and clear guidance for adding optional resources.