{{SKILL_NAME}}

Create or update skills with YAML frontmatter and progressive disclosure.

28|1|Updated Aug 30, 2025
One-click install
npx skills add https://github.com/outfitter-dev/agents --skill skill-name-outfitter-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: {{SKILL_NAME}}
Source: https://github.com/outfitter-dev/agents/tree/main/agent-kit/templates/skill-archetypes/simple
Command: npx skills add https://github.com/outfitter-dev/agents --skill skill-name-outfitter-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Template archetype for creating simple Claude Skills with clear frontmatter and structured content.

Core Features & Use Cases

  • Provides a ready-to-fill skeleton for new skills.
  • Ensures consistent discovery metadata.

Quick Start

Replace placeholders in SKILL.md with your own values and customize the example sections, then add your plugin logic.

Frequently Asked Questions about {{SKILL_NAME}}

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

FAQPage Schema
How do I create a new skill with proper YAML frontmatter?

This skill creates skills with structured YAML frontmatter containing metadata fields like name, description, license, and allowed-tools. It provides a ready-to-fill template skeleton that enforces the Agent Skills specification format, ensuring your skill includes discovery metadata, third-person descriptions, stepwise instructions, and examples in the correct structure.

What should be included in a skill's frontmatter?

Frontmatter must include name, description, license, compatibility, metadata, and allowed-tools fields. This skill template validates and enforces these required fields plus third-person trigger descriptions, concise step-by-step instructions, and example sections to meet formatting and cross-tool compatibility requirements.

Can I use this template for different skill types?

Yes, this template archetype applies to simple, tool-restricted, multi-file, and script-based skills. It works during new skill creation, skill authoring, capability extension, and whenever --create-skill or --new-skill is referenced, adapting its structure across different skill complexity levels.

How do I ensure my skill meets the Agent Skills specification?

This skill implements and enforces the Agent Skills specification by applying a standardized markdown template with structured frontmatter, required metadata fields, and organized sections for descriptions, triggers, instructions, examples, and optional references. Replace placeholders with your values to maintain compliance.

What's the best way to organize skill content and assets?

The template provides progressive disclosure with organized sections for frontmatter, description, trigger definitions, step-by-step instructions, examples, and optional references, scripts, and assets directories, enabling consistent discovery and execution across tools while keeping content maintainable.