example

Create a custom Skill with frontmatter and a Markdown body.

4|1|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/sunqb/ccsdk --skill example-sunqb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: example
Source: https://github.com/sunqb/ccsdk/tree/main/.claude/skills/example
Command: npx skills add https://github.com/sunqb/ccsdk --skill example-sunqb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill serves as a minimal, friendly template for creating a custom Skill. It shows how to declare a Skill with frontmatter and a guiding Markdown body, enabling quick onboarding for new Skill developers.

Core Features & Use Cases

  • Demonstrates the required frontmatter fields (name and description) and the Markdown body structure.
  • Acts as an onboarding example to help teams validate Skill metadata formats and activation flow.
  • Provides a ready-to-adapt template for building more complex Skills.

Quick Start

Review the SKILL.md frontmatter to understand the required fields, then copy and adapt this template to create a new Skill. Place the new SKILL.md under your .claude/skills/ directory and customize the body to define your Skill's behavior.

Frequently Asked Questions about example

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

FAQPage Schema
How do I create a custom Skill using a markdown template?

To create a custom Skill, you define a SKILL.md file with required frontmatter fields like name and description, then add a Markdown body to guide agent behavior. This template provides a minimal structure to copy and adapt.

What frontmatter fields are required for custom Skill creation?

Custom Skill creation requires name and description fields in the frontmatter. These metadata fields satisfy the activation contract, allowing the agent to properly identify and use the Skill.

Where do I place a SKILL.md file for onboarding new agent skills?

You place the SKILL.md file under the .claude/skills/ directory. This allows the agent to discover the custom Skill during activation and use its Markdown body for interaction.

Can I use this example Skill to validate metadata formats before deployment?

Yes, this example Skill acts as an onboarding template to validate Skill metadata formats and test the activation flow. Teams can use it to ensure frontmatter contracts are met before building complex logic.

What is the best way to start building a custom Skill from scratch?

The best way to start is to copy this minimal template and customize the Markdown body to define your Skill's behavior. It demonstrates the basic structure needed for quick onboarding and Skill development.