template-skill

Create a reusable skill scaffold with YAML frontmatter for Claude agents.

18|12|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/flagos-ai/skills --skill template-skill-flagos-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/flagos-ai/skills/tree/main/template
Command: npx skills add https://github.com/flagos-ai/skills --skill template-skill-flagos-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This template provides a ready-to-fill scaffold for creating self-contained Skill Units that conform to the official Agent Skills standard, enabling consistent discovery and activation workflows.

Core Features & Use Cases

  • Provides YAML frontmatter structure with required fields (name, description) to define a Skill Unit.
  • Includes sample sections for Overview, Prerequisites, Execution, and Troubleshooting to guide implementation.
  • Serves as a starting point for teams to quickly scaffold new skills while ensuring compatibility with agent tooling and discovery pipelines.

Quick Start

Copy this template into a new skill directory and replace the placeholder values in SKILL.md with your skill's actual 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 Claude agent skill with the correct YAML frontmatter?

A skill scaffold provides a pre-defined SKILL.md structure with required YAML frontmatter fields like name and description. It ensures new skills conform to the official Agent Skills standard, enabling consistent discovery and activation across agent tooling.

What sections should I include when documenting a new agent skill?

When documenting an agent skill, you should include Overview, Prerequisites, Execution, and Troubleshooting sections. This template provides these sample sections to guide your implementation and ensure comprehensive documentation for consistent team workflows.

Does this skill scaffold support optional directories for scripts and references?

Yes, the skill scaffold optionally supports scripts, references, and assets directories alongside the SKILL.md file. This allows teams to organize supplementary execution components while maintaining the core YAML frontmatter structure.

What's the best way to ensure my custom skills are compatible with agent discovery pipelines?

The best way to ensure compatibility with agent discovery pipelines is to use a standardized scaffold with proper YAML frontmatter. This template enforces required fields and consistent execution sections, enabling seamless integration with agent tooling and discovery workflows.

Can I use this template to scaffold skills across different domains for my team?

Yes, you can use this template to scaffold skills across different domains for your team. It provides a domain-agnostic structure with standardized frontmatter and documentation sections, ensuring consistent skill creation regardless of the specific use case.