skill-template

Standardize Claude Code skills with a SKILL.md frontmatter-guided structure.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This reference guides users in building Claude Code skills by outlining required frontmatter, structure, and recommended content for SKILL.md, ensuring consistent discovery and loading.

Core Features & Use Cases

  • Provides a standardized SKILL.md structure with mandatory frontmatter fields like name, description, and optional fields for advanced behavior.
  • Documents how to organize supporting resources (scripts, references, assets) and how Claude loads skills automatically or manually.
  • Useful for skill authors, platform integrators, and maintainers to maintain consistency across skills.

Quick Start

Copy this template, fill in name and description in SKILL.md, and populate optional fields to activate a new skill.

Frequently Asked Questions about skill-template

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

FAQPage Schema
How do I structure a SKILL.md file for Claude Code?

To structure a SKILL.md file for Claude Code, you must use a frontmatter-guided blueprint that enforces required fields like name and description, alongside optional components for advanced behavior. This ensures consistent skill discovery and loading.

What frontmatter fields are required to create a Claude Code skill?

Required frontmatter fields to create a Claude Code skill include name and description, which are mandatory for reliable loading. You can also populate optional fields to activate advanced behaviors and specify supporting resources.

How do I standardize skill discovery and activation across a repository?

You standardize skill discovery and activation across a repository by applying a prescriptive SKILL.md template that enforces consistent frontmatter, structure, and safety checks for reliable loading and extension.

How does Claude Code automatically load skills with markdown guidelines?

Claude Code loads skills automatically or manually based on the standardized markdown guidelines and frontmatter defined in the SKILL.md file. This mechanism ensures reliable activation and extension across projects.

What is the best way to organize supporting resources for a Claude Code skill?

The best way to organize supporting resources like scripts, references, and assets is to follow the standardized SKILL.md markdown guidelines, which document how Claude loads these components automatically or manually.