example-skill

Create a validated SKILL.md skeleton with folder layout and frontmatter metadata.

Updated Jan 14, 2026
One-click install
npx skills add https://github.com/Brite-Nites/brite-claude-plugins --skill example-skill-brite-nites
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: example-skill
Source: https://github.com/Brite-Nites/brite-claude-plugins/tree/main/templates/domain-plugin/skills/example-skill
Command: npx skills add https://github.com/Brite-Nites/brite-claude-plugins --skill example-skill-brite-nites

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a ready-to-edit skeleton and validation checks to help creators bootstrap new Skill units quickly and consistently.

Core Features & Use Cases

  • Starter skeleton that enforces the presence of a SKILL.md frontmatter and a valid directory layout.
  • Guidance for adding optional components (scripts/, references/, assets/) and matching metadata for discovery.
  • Use Case: a developer duplicates this skeleton to create a new skill and verify it activates with proper metadata.

Quick Start

Edit this directory to customize the skill by replacing SKILL.md with your own trigger conditions and adding a skills/ subdirectory named after the skill.

Frequently Asked Questions about example-skill

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

FAQPage Schema
How do I bootstrap a new skill skeleton with valid metadata?

To bootstrap a new skill skeleton, duplicate this starter directory and replace the SKILL.md file with your own trigger conditions. The skeleton validates YAML frontmatter requirements and folder layout to ensure proper metadata discovery.

What is the required YAML frontmatter schema for skill discovery?

The required YAML frontmatter schema for skill discovery mandates name and description fields. This validation skeleton checks for these prescribed metadata fields to conform to discovery and activation requirements.

How do I add optional directories like scripts and references to my skill?

You add optional directories like scripts/, references/, and assets/ by creating them in your skill folder. The starter skeleton guides naming conventions and matching metadata for these optional components.

Why does my skill metadata validation fail during activation?

Skill metadata validation fails during activation when the SKILL.md frontmatter is missing required name or description fields. The skeleton enforces the prescribed field schema used for discovery to prevent activation errors.

Can I use this starter template to verify my skill folder layout?

Yes, you can use this starter template to verify your skill folder layout. It enforces a valid directory structure and checks the SKILL.md frontmatter to ensure your new skill activates properly with matching metadata.