skill-generator

Generate standards-compliant Claude Code skill packages with configurable execution modes.

76|5|Updated Jul 7, 2026
One-click install
npx skills add https://github.com/catlog22/pi-maestro-flow --skill skill-generator-catlog22
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-generator
Source: https://github.com/catlog22/pi-maestro-flow/tree/main/.pi/skills/skill-generator
Command: npx skills add https://github.com/catlog22/pi-maestro-flow --skill skill-generator-catlog22

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill solves the problem of creating new Claude Code skills without handcrafting every file, phase, and specification from scratch.

Core Features & Use Cases

  • Skill Scaffolding: Generates the full skill directory structure, entry file, phases, specs, templates, and validation artifacts.
  • Workflow Design: Supports both sequential and autonomous execution modes for different workflow styles.
  • Use Case: A developer wants to create a reusable skill for document generation, code analysis, or workflow automation and needs a consistent, standards-compliant package.

Quick Start

Use the skill-generator skill to create a new Claude Code skill for a workflow you describe.

Frequently Asked Questions about skill-generator

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

FAQPage Schema
How do I generate Claude Code skills from a specification?

You can scaffold a complete Claude Code skill by providing your workflow requirements to the skill-generator. It reads the specifications and automatically produces a full directory structure with frontmatter, phases, templates, and validation artifacts.

What is the best way to create reusable agent workflows for Claude Code?

Creating reusable agent workflows for Claude Code involves generating standards-compliant skill packages. The skill-generator scaffolds the necessary directory structure, phases, and specifications to ensure your automation workflow is fully validated and reusable.

Does Claude Code skill scaffolding support autonomous execution modes?

Claude Code skill scaffolding supports both sequential and autonomous execution modes. You can configure your generated skill package to match your specific workflow design requirements and automation preferences.

How do I structure phase generation and specifications for workflow automation?

Structuring phase generation and specifications for workflow automation requires generating a complete skill package. The skill-generator handles this by reading your execution rules and producing the necessary phases, specs, and validation artifacts for your workflow.

What files are included when scaffolding a Claude Code skill package?

Scaffolding a Claude Code skill package generates a full directory structure including the entry file, phases, specifications, templates, and validation artifacts. This ensures your generated skill is complete and ready for immediate use.