Skill Generator
Skill Generator is a meta-skill that creates new Claude Code skills from user specifications, supporting both sequential (fixed-order phases) and autonomous (dynamic routing) execution patterns. It scaffolds complete skill packages including directory structure, phase files, specifications, and templates while enforcing design standards.
Skill Generator creates new Claude Code skills with configurable sequential or autonomous execution modes.
AI-generated summary based on this skill's SKILL.md
Install
catlog22/maestro-flow/skill-generator · repository language: TypeScript
git clone https://github.com/catlog22/maestro-flow
cp -r maestro-flow ~/.claude/skills/skill-generatorgenerated, unverified - the skill's exact subdirectory could not be determined; check the repository on GitHub
Frequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I generate skills with Skill Generator?
Skill Generator creates new Claude Code skills from your specifications. You provide requirements, and Skill Generator scaffolds complete skill packages including directory structure, phase files, specifications, and templates while enforcing design standards. It supports both sequential execution (fixed-order phases) and autonomous routing (dynamic phase selection) patterns.
Can Skill Generator create custom agent skills?
Yes. Skill Generator builds custom capabilities for Claude and other AI agents by automating the entire skill creation workflow. It generates reusable skill packages with all necessary components—directories, phase implementations, configuration specs, and boilerplate code—so you can deploy new agent capabilities without manual scaffolding.
What execution patterns does Skill Generator support?
Skill Generator supports two execution patterns: sequential (where phases run in a fixed, predetermined order) and autonomous (where the agent dynamically routes between phases based on context). This flexibility lets you design skills that either follow strict workflows or adapt their behavior during execution.
How does Skill Generator streamline agent skill scaffolding?
Skill Generator automates skill creation and development by handling all scaffolding tasks at once. Instead of manually building directory structures, writing phase files, creating specifications, and generating templates, Skill Generator produces a complete, standards-compliant skill package ready for deployment and customization.
What does a Skill Generator output package include?
Skill Generator outputs comprehensive skill packages containing organized directory structures, individual phase files for each execution step, formal skill specifications, and template code. All components follow design standards and are ready for integration into Claude Code or other agent frameworks.