create-skill

Create optimally structured skills for managing your own AI-powered workflows and automating complex tasks with minimal overhead.

6.8k|508|Updated Apr 26, 2025
One-click install
npx skills add https://github.com/stagewise-io/stagewise --skill create-skill-stagewise-io
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/stagewise-io/stagewise/tree/main/.agents/skills/create-skill
Command: npx skills add https://github.com/stagewise-io/stagewise --skill create-skill-stagewise-io

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive guide and best practices for creating effective, modular, and discoverable skills that extend an agent's capabilities.

Core Features & Use Cases

  • Skill Structure Guidance: Understand the mandatory SKILL.md file, YAML frontmatter, and optional resource directories (scripts/, references/, assets/).
  • Progressive Disclosure: Learn to keep SKILL.md concise (<200 lines) by offloading details to reference files.
  • Best Practices: Follow principles like conciseness, setting appropriate degrees of freedom, and testing with all models.
  • Use Case: You are tasked with creating a new skill for your team's AI agent to manage customer support tickets. This skill will guide you through structuring the skill, writing clear instructions, and organizing supporting documentation.

Quick Start

Follow the guide to create a new skill by defining its name, description, and organizing its resources.

Frequently Asked Questions about create-skill

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

FAQPage Schema
What is progressive disclosure in agent skill creation?

Progressive disclosure in skill creation keeps the main SKILL.md file concise under 200 lines by offloading detailed instructions into optional resource directories like references and scripts for maintainability.

How do I structure a new agent skill?

Structure a new agent skill by defining a mandatory SKILL.md file with YAML frontmatter, then organize supporting content into optional scripts, references, and assets directories for clear separation.

What are the best practices for writing agent skill documentation?

Best practices for agent skill documentation include keeping instructions concise, setting appropriate degrees of freedom for the agent, and thoroughly testing the skill across all available models.

Do I need YAML frontmatter to build an effective agent skill?

Yes, YAML frontmatter is required in the SKILL.md file to define the skill's metadata, ensuring it is discoverable and properly structured for the agent to parse.

Why does my agent skill fail to trigger in production?

Agent skills often fail to trigger when the SKILL.md file exceeds the 200 line conciseness limit or lacks clear instructions, preventing the model from understanding the intended degrees of freedom.

Can I use reference files to organize agent skill resources?

Yes, you can use a references directory to organize agent skill resources, allowing you to offload detailed documentation from the main SKILL.md file and maintain a concise entry point.