your-skill-name

Define a standardized SKILL.md frontmatter template for new Claude Skills.

3|Updated Dec 8, 2025
One-click install
npx skills add https://github.com/GhostScientist/skills --skill your-skill-name-ghostscientist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: your-skill-name
Source: https://github.com/GhostScientist/skills/tree/main/template
Command: npx skills add https://github.com/GhostScientist/skills --skill your-skill-name-ghostscientist

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a ready-to-use, standardized SKILL.md template that ensures every new Claude Skill has a consistent frontmatter (name and description) and a clear structure for operational instructions.

Core Features & Use Cases

  • Predefined YAML frontmatter with mandatory fields (name and description).
  • Clear Markdown body to document instructions, guidance, and usage patterns.
  • Easy starter for creating and sharing new skills across teams and plugins.

Quick Start

Create a new skill by copying this template into skills/your-skill-name and editing SKILL.md with a valid name and description.

Frequently Asked Questions about your-skill-name

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

FAQPage Schema
How do I create a standardized markdown template for Claude skill creation?

To create a standardized markdown template for Claude skill creation, use a predefined SKILL.md file with mandatory YAML frontmatter fields like name and description, along with an instructional markdown body for operational guidance.

What is required in YAML frontmatter for a SKILL.md file?

YAML frontmatter for a SKILL.md file requires mandatory name and description fields to ensure consistent skill creation, while also supporting optional asset directories for extended documentation.

How do I structure documentation for new skills across different teams?

To structure documentation for new skills across teams, apply a clean template that enforces consistent naming, descriptions, and markdown instructions within your SKILL.md file.

Can I use asset directories when defining a Claude Skill?

Yes, you can use optional asset directories when defining a Claude Skill, as the standardized template supports these alongside the mandatory markdown body and YAML frontmatter.

What is the best way to start writing a SKILL.md file?

The best way to start writing a SKILL.md file is to copy a clean template into your skills directory and edit the YAML frontmatter with a valid name and description.