template-skill

Create a reusable skill directory scaffold with YAML frontmatter and instruction body.

1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/pferretti99/learnshareremix-2026-labcamp-cursor-vs-copilot --skill template-skill-pferretti99
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/pferretti99/learnshareremix-2026-labcamp-cursor-vs-copilot/tree/main/skills/anthropic-official/template
Command: npx skills add https://github.com/pferretti99/learnshareremix-2026-labcamp-cursor-vs-copilot --skill template-skill-pferretti99

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It provides a safe, reusable starting point for defining a new Claude skill with consistent metadata and a place for the operational instructions.

Core Features & Use Cases

  • Skill entry-point structure: Includes YAML frontmatter fields like name and description for discovery.
  • Instruction placeholder: Establishes where the skill’s actual behavior/instructions should be added.
  • Use Case: Use it when you want to create a new skill directory under skills/ and standardize how you document its purpose and usage.

Quick Start

Replace the SKILL.md frontmatter name and description with your skill’s real values, then write your operational instructions under the placeholder line.

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 format?

To create a Claude skill, you need a SKILL.md file with YAML frontmatter containing at least the name and description fields, followed by a body with your operational instructions. This template provides that exact starting structure.

What is the required metadata for skill authoring to ensure discoverability?

The required metadata for skill authoring includes a YAML frontmatter block with at minimum a name and description field. These fields ensure the skill is discoverable and standardized across any instruction task.

How do I scaffold a skill directory to standardize instructions for Claude?

You scaffold a skill directory by creating a skills/ folder structure and placing a SKILL.md file inside. This template establishes the directory scaffold with required metadata and an instruction placeholder for your operational logic.

Can I use this template for any automation or instruction task in Claude?

Yes, this template applies to creating new skills in a consistent format for Claude across any automation or instruction task. You simply replace the placeholder metadata and instruction body with your specific task values.

What is the best way to format a reusable skill template for Claude?

The best way to format a reusable skill template is defining a SKILL.md file with a YAML frontmatter header for metadata and a structured instruction body below it. This ensures consistent behavior entry and discoverability.