skill-name

Document AI capabilities as structured Skill Units with YAML frontmatter and Markdown sections.

6|1|Updated Sep 1, 2025
One-click install
npx skills add https://github.com/thomasholknielsen/claude-code-config --skill skill-name
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-name
Source: https://github.com/thomasholknielsen/claude-code-config/tree/main/templates/skills
Command: npx skills add https://github.com/thomasholknielsen/claude-code-config --skill skill-name

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This template provides a standardized structure for defining new Claude Skills, ensuring consistent discovery and activation across the Claude ecosystem.

Core Features & Use Cases

  • Standardized Frontmatter: YAML frontmatter with at least name and description to enable discovery.
  • Contextual Body: Markdown sections after frontmatter describe usage and instructions for activation.
  • Extensibility: Optional directories (scripts/, references/, assets/) can be added to augment capabilities.

Quick Start

Create a new Skill directory under your repository (e.g., skills/my-new-skill) containing SKILL.md with the required frontmatter and sections. Then implement optional resources as needed.

Frequently Asked Questions about skill-name

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

FAQPage Schema
How do I create standardized metadata for AI capabilities?

Use YAML frontmatter with required fields like name and description to document AI capabilities as structured Skill units. This enables auto-discovery and precise retrieval in tool-augmented workflows, making capabilities machine-readable and embeddable.

What sections should I include when defining a new Skill?

Include forced sections: What This Skill Does, When to Use This Skill, Instructions, Examples, Best Practices, Troubleshooting, Integration Points, Key Terminology, and Additional Resources. These standardized sections ensure consistent discovery and activation across the Claude ecosystem.

Can I use this template to enable RAG indexing and retrieval?

Yes. The structured frontmatter schema generates machine-readable metadata suitable for RAG embedding and retrieval. Output conforms to formats designed for precise activation in tool-augmented workflows with trigger phrases and activation conditions.

What directory structure should a new Skill follow?

Create a Skill directory with SKILL.md containing frontmatter and required sections. Optional directories—scripts/, references/, assets/—can augment capabilities. This modular structure ensures portability and extensibility across the Claude ecosystem.

How does frontmatter help with Skill discovery?

YAML frontmatter with standardized fields enables automated discovery by indexing name, description, allowed-tools, and trigger phrases. This structured approach allows systems to locate and activate Skills based on user intent without manual configuration.