template-skill

Create a reusable scaffold for Claude Skill units with standard frontmatter.

4|Updated Nov 16, 2025
One-click install
npx skills add https://github.com/akornmeier/claude-config --skill template-skill-akornmeier
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/akornmeier/claude-config/tree/main/skills/template-skill
Command: npx skills add https://github.com/akornmeier/claude-config --skill template-skill-akornmeier

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a standardized scaffold for Claude Skill units, ensuring every new skill includes a valid SKILL.md frontmatter and a consistent activation body.

Core Features & Use Cases

  • Standard frontmatter: Enforces name and description in SKILL.md for reliable discovery.
  • Consistent structure: Ensures a uniform Markdown body and optional resource directories.
  • Use Case: A developer rapidly prototypes a new skill by cloning the template-skill and updating the frontmatter and instructions.

Quick Start

Copy the template-skill into a new directory, update the SKILL.md header fields, and replace the body with your skill 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 standard scaffold for Claude Skill units?

You create a standard scaffold for Claude Skill units by copying the template into a new directory, updating the SKILL.md frontmatter fields, and replacing the body with your custom instructions to ensure uniform structure and reliable discovery.

What metadata fields are expected by the Claude Skills framework?

The Claude Skills framework expects metadata fields including name, description, tagline, request, complexity, category, keywords, dependencies, components, and toxicity. These fields are derived from the SKILL.md frontmatter and directory contents to ensure proper skill discovery.

Why do I need frontmatter in SKILL.md for Claude skill discovery?

Frontmatter in SKILL.md is required for Claude skill discovery because it enforces standard name and description fields. This metadata allows the Skills framework to reliably identify, parse, and surface your custom skill during user searches and activations.

Can I use this skill scaffold to prototype new skills rapidly?

Yes, you can use this skill scaffold to rapidly prototype new skills. By cloning the template-skill directory and updating the frontmatter and instructions, developers can quickly generate standardized skill units without manually structuring the metadata.

What is the best way to ensure consistent behavior across multiple Claude skills?

The best way to ensure consistent behavior across multiple Claude skills is to use a reusable scaffold that enforces a standard frontmatter, uniform Markdown body, and optional resource directories. This standardizes activation logic and metadata derivation.