{skill-name}

Define a Skill Unit with SKILL.md and YAML frontmatter.

9|1|Updated Jul 21, 2025
One-click install
npx skills add https://github.com/usepowershell/PoshMcp --skill skill-name-usepowershell
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: {skill-name}
Source: https://github.com/usepowershell/PoshMcp/tree/main/.squad
Command: npx skills add https://github.com/usepowershell/PoshMcp --skill skill-name-usepowershell

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skeleton provides a standardized blueprint for creating new skills, ensuring consistency across the Squad ecosystem.

Core Features & Use Cases

  • YAML frontmatter ensures discoverable identity data (name, description, domain, confidence, source, tools)
  • Markdown body supports a structured operational guide loaded into context upon activation
  • Clear sections for context, patterns, and examples to accelerate skill adoption and reuse

Quick Start

Edit this Skill's frontmatter to set a real name and description, then fill the body with practical instructions.

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 template with markdown and YAML frontmatter?

To create a skill template, you define a SKILL.md file at the root directory with YAML frontmatter containing mandatory name and description fields for discovery, then describe operational steps in the Markdown body.

What is the purpose of YAML frontmatter in a markdown skill skeleton?

YAML frontmatter in a markdown skill skeleton provides standardized identity data, including name, description, domain, confidence, source, and tools, ensuring the skill is discoverable across the ecosystem.

Can I include optional resources directories when defining a skill unit?

Yes, you can include optional resources directories for scripts, references, and assets. These directories are loaded as directed by the instructions specified in your SKILL.md file.

How do I structure a markdown operational guide for skill adoption?

You structure a markdown operational guide by creating clear sections for context, patterns, and examples within the SKILL.md body, which provides a standardized blueprint to accelerate reuse.

What's the best way to ensure a new squad skill is discoverable?

To ensure a squad skill is discoverable, you must populate the mandatory name and description fields in the YAML frontmatter of the SKILL.md file, enabling discovery upon activation.

Do I need a specific framework to use this skill skeleton?

No specific framework is required. You only need to edit the SKILL.md frontmatter to set a real name and description, then fill the body with practical instructions for your environment.