template-skill

Creates a pre-validated Claude Code skill directory with SKILL.md frontmatter.

284|94|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/mikeOnBreeze/cc-crossbeam --skill template-skill-mikeonbreeze
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/mikeOnBreeze/cc-crossbeam/tree/main/.claude/skills/template-skill
Command: npx skills add https://github.com/mikeOnBreeze/cc-crossbeam --skill template-skill-mikeonbreeze

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating new Claude Code skills from scratch requires manually setting up the correct directory structure and mandatory SKILL.md frontmatter, which is error-prone and time-consuming for developers.

Core Features & Use Cases

  • Pre-Validated Template: Includes the required SKILL.md file with mandatory name and description frontmatter fields to ensure new skills meet validity requirements out of the box.
  • Standardized Structure: Provides the base directory layout expected for all Claude Code skill units, eliminating setup mistakes.
  • Use Case: If you are building a custom skill to automate document processing for your team, use this template to create a valid skill directory in seconds instead of manually configuring the required files.

Quick Start

Use the template-skill to create a new custom skill by copying its directory structure and filling in the name and description fields in the SKILL.md frontmatter.

Frequently Asked Questions about template-skill

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

FAQPage Schema
How do I create a valid custom Claude Code skill without missing required files?

To create a valid custom Claude Code skill, copy a pre-validated directory structure containing the mandatory SKILL.md frontmatter fields. This ensures your skill unit meets validity requirements out of the box and eliminates manual setup mistakes.

What is the required directory structure for a Claude Code skill unit?

The required directory structure for a Claude Code skill unit includes a base layout with a SKILL.md file containing mandatory name and description frontmatter. Using a standardized template ensures your custom AI agent skills pass pre-validation checks.

How do I scaffold a new AI development skill for Claude Code quickly?

Scaffold a new AI development skill for Claude Code quickly by copying a template directory and filling in the name and description fields in the SKILL.md frontmatter. This generates a valid skill directory in seconds instead of manual configuration.

Does my custom Claude Code skill need specific frontmatter to be recognized?

Yes, custom Claude Code skills need specific frontmatter to be recognized. Your SKILL.md file must include mandatory name and description frontmatter fields to ensure the skill unit is valid and recognized by the system.

What is the best way to set up a developer tools skill for Claude Code?

The best way to set up a developer tools skill for Claude Code is to start with a pre-validated scaffolding template. This provides the expected base directory layout and required SKILL.md file, preventing incomplete setup errors.

Why does my custom Claude Code skill fail validation during deployment?

Custom Claude Code skill validation fails during deployment when the directory structure is incomplete or the SKILL.md file lacks mandatory name and description frontmatter fields. Using a pre-validated template prevents these deployment errors.