meta-skill-creator

Generate agent skills with SKILL.md structure and YAML frontmatter.

3|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/oddship/bosun --skill meta-skill-creator-oddship
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta-skill-creator
Source: https://github.com/oddship/bosun/tree/main/packages/pi-meta-skills/skills/meta-skill-creator
Command: npx skills add https://github.com/oddship/bosun --skill meta-skill-creator-oddship

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation of new AI agent skills by providing a structured approach, ensuring adherence to specifications and best practices, and reducing the complexity of skill development.

Core Features & Use Cases

  • Skill Generation: Creates SKILL.md files with correct YAML frontmatter and Markdown structure.
  • Best Practice Guidance: Enforces naming conventions, progressive disclosure, and clear instructions.
  • Use Case: A developer needs to create a new skill for summarizing code changes. They use this Skill to generate the initial SKILL.md file, ensuring it has the required name, description, and a clear structure for instructions and references.

Quick Start

Use the meta-skill-creator to generate a new skill named 'code-summarizer' with a basic structure.

Frequently Asked Questions about meta-skill-creator

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

FAQPage Schema
How do I create an agent skill with proper YAML frontmatter and SKILL.md structure?

To create an agent skill, generate a new SKILL.md file with valid YAML frontmatter and Markdown structure. This ensures the skill adheres to the Agent Skills specification, utilizing proper naming conventions and progressive disclosure for maintainability.

What is the best way to structure instructions and references when building agent skills?

The best way to structure agent skills is by using progressive disclosure and clear instructions within the SKILL.md file. You can also include optional directories for scripts, references, and assets to facilitate efficient context usage and maintainability.

How does progressive disclosure improve discoverability for newly generated agent skills?

Progressive disclosure improves discoverability by structuring the SKILL.md to load only necessary context initially. This efficient context usage ensures the agent skill remains maintainable and easily discoverable without overwhelming the system.

Can I use the meta-skill-creator to generate optional directories for scripts and assets?

Yes, you can generate optional directories for scripts, references, and assets. The skill creation process builds these directories alongside the SKILL.md file to organize supporting components and adhere to the specification.

Do I need to manually enforce naming conventions when developing new agent skills?

No, you do not need to manually enforce naming conventions. The skill generation process provides best practice guidance automatically, ensuring your new agent skills follow standard naming conventions and required specifications.