maestro-skill-author

Guide creation, updating, and debugging of Maestro built-in skills.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/ReinaMacCredy/Maestro-CLI --skill maestro-skill-author
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: maestro-skill-author
Source: https://github.com/ReinaMacCredy/Maestro-CLI/tree/main/.claude/skills/maestro-skill-author
Command: npx skills add https://github.com/ReinaMacCredy/Maestro-CLI --skill maestro-skill-author

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating, updating, and debugging Maestro's built-in skills, ensuring they are discoverable, functional, and well-documented.

Core Features & Use Cases

  • Skill Structure Guidance: Provides clear instructions on the directory layout, SKILL.md format, and reference file organization.
  • Debugging Assistance: Helps identify and resolve issues related to skill loading, frontmatter validation, and reference file access.
  • Use Case: When developing a new Maestro skill for code generation, use this Skill to ensure your SKILL.md is correctly formatted, your reference files are properly structured, and the skill will be discoverable by the Maestro CLI.

Quick Start

Use the maestro-skill-author skill to validate the structure of a new skill located in the 'skills/new-skill/' directory.

Frequently Asked Questions about maestro-skill-author

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

FAQPage Schema
How do I structure a Maestro skill using SKILL.md and reference directories?

Structure a Maestro skill by defining the SKILL.md frontmatter, organizing the reference directory layout, and configuring step-file architecture to ensure proper build-time embedding and registry validation. This skill guides you through that exact directory structure and file formatting.

Why is my Maestro skill not being discovered by the CLI?

Skill discovery failures often stem from incorrect SKILL.md frontmatter validation or naming convention errors. This skill helps identify and resolve these loading issues by validating your frontmatter fields and ensuring your skill meets Maestro's registry requirements.

How do I debug reference file loading failures in Maestro skills?

Debug reference file loading failures by checking the reference directory structure and verifying build-time embedding paths. This skill assists in identifying access issues and resolving mismatches between your step-file architecture and the expected file layout.

Can I use maestro-skill-author to validate an existing skill directory?

Yes, you can validate an existing skill directory by pointing the skill at your target path, such as 'skills/new-skill/'. It checks the SKILL.md format, reference file organization, and overall structure to ensure your skill is functional and discoverable.

What is the correct format for SKILL.md frontmatter when building Maestro skills?

SKILL.md frontmatter requires specific fields for alias management and registry validation to ensure proper skill discovery. This skill provides clear instructions on formatting frontmatter correctly to prevent validation errors during the build process.

What are the limitations when updating Maestro built-in skills?

When updating Maestro skills, limitations arise from frontmatter validation rules, strict naming conventions, and build-time embedding requirements. This skill addresses these constraints by guiding you through alias management and reference file structure to prevent loading failures.