template-skill

Create Claude skills with standardized frontmatter and SKILL.md structure.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a scaffold for creating new Claude skills by standardizing frontmatter, documentation, and a clear activation prompt.

Core Features & Use Cases

  • Provides a ready-to-fill frontmatter with name and description fields.
  • Includes an instruction placeholder for skill behavior and activation.
  • Serves as a starting point for consistent skill development across teams.

Quick Start

Create a new skill by updating the frontmatter with a descriptive name and description, then replace the body with actionable instructions.

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 scaffold for Claude skills with consistent frontmatter?

To create a scaffold for Claude skills, use a starter template that provides standardized frontmatter fields for name and description, ensuring consistent metadata and activation guidance across your team. You replace the placeholder body with actionable instructions to complete the skill.

What is a SKILL.md file and what metadata does it need for activation?

A SKILL.md file defines a Claude skill using structured Markdown and frontmatter. It requires a name and description in the frontmatter for activation, along with an instruction body that dictates skill behavior and activation prompts.

How do I write activation guidance for a custom Claude skill?

You write activation guidance by replacing the instruction placeholder in the skill scaffold with actionable steps. This ensures the custom Claude skill includes clear directives within the SKILL.md body for consistent behavior.

Does a Claude skill template require any dependencies or components?

A basic Claude skill template does not require any external dependencies or components. It functions as a standalone scaffold to help authors standardize frontmatter and documentation without additional setup.

What is the best way to standardize documentation across multiple Claude skills?

The best way to standardize documentation is to use a reusable skill scaffold that enforces consistent frontmatter and a structured Markdown body. This ensures every SKILL.md file includes the required name, description, and activation instructions.