example-skill

Clone a standard template and update SKILL.md frontmatter for new skills.

Updated Mar 6, 2026
One-click install
npx skills add https://github.com/benediktstroebl/skills --skill example-skill-benediktstroebl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: example-skill
Source: https://github.com/benediktstroebl/skills/tree/main/skills/example-skill
Command: npx skills add https://github.com/benediktstroebl/skills --skill example-skill-benediktstroebl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This template skill provides a ready-to-use scaffold for creating new Claude Code skills, reducing setup time and ensuring consistency across projects.

Core Features & Use Cases

  • Standardized frontmatter: Ensures each new skill includes required fields like name, description, and version.
  • Project scaffolding: Provides a copyable directory structure to kick off development.
  • Onboarding simplicity: Accelerates team onboarding by offering a consistent starting point for new skills.

Quick Start

Copy this directory to create a new skill and customize its SKILL.md frontmatter.

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 reusable Claude Code skill from a standard template?

To create a reusable Claude Code skill, clone a standard template directory and customize the SKILL.md frontmatter. This ensures required fields like name, description, and version are present, providing a consistent starting point for development.

What is skill scaffolding and how does it accelerate project onboarding?

Skill scaffolding provides a ready-to-use directory structure for new Claude Code skills. It accelerates team onboarding by offering a standardized starting point with proper YAML frontmatter, reducing setup time and ensuring consistency across projects.

How do I structure YAML frontmatter for a new Claude Code skill?

YAML frontmatter for a Claude Code skill requires specific fields like name, description, and version. Using a template ensures this structure is correctly formatted within the SKILL.md file, guiding proper skill customization.

Can I clone a skill template to standardize custom skill creation across my team?

Yes, cloning a skill template standardizes custom skill creation across teams. It provides a consistent directory structure and required frontmatter, ensuring all developers start from the same baseline for rapid onboarding.

What's the best way to ensure consistent frontmatter when creating Claude Code skills?

The best way to ensure consistent frontmatter is to use a copyable template scaffold. It guarantees the presence of a SKILL.md with proper YAML frontmatter fields, streamlining the creation of new standardized skills.