template-skill

Create standardized Claude Agent Skills with SKILL.md frontmatter and references.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/ksmuvva/Multi-Agent--Council --skill template-skill-ksmuvva
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/ksmuvva/Multi-Agent--Council/tree/main/.claude/skills/_template
Command: npx skills add https://github.com/ksmuvva/Multi-Agent--Council --skill template-skill-ksmuvva

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This template provides a ready-to-use skeleton for creating Claude Agent Skills, standardizing structure, frontmatter, and guidance to accelerate skill creation.

Core Features & Use Cases

  • Provides a consistent SKILL.md frontmatter schema with required fields (name, description) and a clear Markdown body for instructions.
  • Lets developers scaffold new skills quickly by copying the template, then customizing content and optional references/scripts/assets.
  • Facilitates auto-discovery by the Claude Agent SDK once the new skill is added to the .claude/skills folder.

Quick Start

Copy this template to a new skill directory and edit the SKILL.md to define the skill name and description.

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 custom Claude Agent Skill for the Multi-Agent Reasoning System?

To create a custom Claude Agent Skill, you copy a skill template into a new directory within .claude/skills, then edit the SKILL.md frontmatter to define the skill name and description before adding Markdown instructions.

What is the required frontmatter format for SKILL.md files in Claude Agent SDK?

The required frontmatter format for SKILL.md files must include name and description fields. This schema standardizes skill creation and enables auto-discovery by the Claude Agent SDK within the Multi-Agent Reasoning System.

How does auto-discovery work for custom skills in the Claude Agent SDK?

Auto-discovery works by scanning the .claude/skills folder. When you place a properly formatted SKILL.md with valid frontmatter into this directory, the Claude Agent SDK automatically detects and loads the custom skill.

Can I include optional references or scripts when building a Claude Skill template?

Yes, you can include optional references, scripts, and assets directories alongside your SKILL.md. These components support the Markdown body instructions and enhance the custom skill's functionality within the Multi-Agent Reasoning System.

What is the best way to standardize skill development for Claude agents across a team?

The best way to standardize skill development is to use a consistent SKILL.md template with required frontmatter fields and a structured Markdown body. This ensures uniform skill structure, enables SDK auto-discovery, and accelerates team scaffolding.

Do I need specific dependencies to scaffold new skills using a skill template?

No specific dependencies are required to scaffold new skills using a skill template. You simply copy the template to a new skill directory and customize the SKILL.md frontmatter and Markdown body instructions for the Claude Agent SDK.