example-skill

Bootstrap new Claude Code skills with a minimal SKILL.md template.

Updated Dec 24, 2025
One-click install
npx skills add https://github.com/baramnim/skill.md --skill example-skill-baramnim
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: example-skill
Source: https://github.com/baramnim/skill.md/tree/main/_template
Command: npx skills add https://github.com/baramnim/skill.md --skill example-skill-baramnim

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This template skill demonstrates the SKILL.md format and shows how to structure a new skill directory with the required frontmatter and a practical body of instructions.

Core Features & Use Cases

  • Provides a minimal, valid SKILL.md entry with name and description in frontmatter.
  • Demonstrates organization for optional subdirectories (references, scripts, assets) and an instructional body.
  • Serves as a starting point for quickly bootstrapping new Claude Code skills.

Quick Start

Copy this template to initialize a new skill by replacing the example content with your own instructions.

Frequently Asked Questions about example-skill

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

FAQPage Schema
How do I create a new Claude Code skill with valid frontmatter?

To create a Claude Code skill, you bootstrap it by writing a SKILL.md file with required frontmatter containing name and description fields, followed by an instructional body. This template provides that minimal valid entry structure to start.

What is the SKILL.md format for bootstrapping Claude Code skills?

The SKILL.md format consists of YAML frontmatter with required name and description fields, paired with an instructional body. It organizes optional subdirectories for references, scripts, and assets to enhance skill behavior and information.

Do I need any dependencies to start building a Claude Code skill?

No dependencies are required to start building a Claude Code skill. You only need to define the required name and description in the frontmatter, after which you can optionally populate references, scripts, and assets to enhance behavior.

Can I use this skill template to validate and categorize new instructions?

Yes, this skill template supports validation, categorization, and toxicity evaluation for new instructions. You replace the example content with your own instructions to define the scope and behavior of your new Claude Code skill.

What's the best way to structure a skill directory for Claude Code?

The best way to structure a skill directory is to place your SKILL.md file at the root, then organize supporting content into optional references, scripts, and assets subdirectories to provide context and enhance the skill's behavior.

Why does my Claude Code skill need frontmatter and an instructional body?

Your Claude Code skill needs frontmatter to provide required metadata like name and description for validation, and an instructional body to define the scope and behavior. This structure ensures the skill is recognized and functions correctly.