generate

Coordinate multiple @landonschropp/generate generators in canonical order with deduplicated flags.

1|Updated Sep 1, 2025
One-click install
npx skills add https://github.com/LandonSchropp/agent-toolkit --skill generate-landonschropp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate
Source: https://github.com/LandonSchropp/agent-toolkit/tree/main/skills/generate
Command: npx skills add https://github.com/LandonSchropp/agent-toolkit --skill generate-landonschropp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate the execution of one or more generators from @landonschropp/generate in a single, guided workflow to save time and reduce manual steps.

Core Features & Use Cases

  • Orchestrates multiple generators in a predefined canonical order to ensure predictable results.
  • Aggregates and deduplicates flags by inspecting each generator's --help output before execution.
  • Provides a consolidated user prompt to select generators and confirm options prior to running any commands.

Quick Start

Choose the generators to run, and I will collect their flags, confirm options, and execute them in the canonical order.

Frequently Asked Questions about generate

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

FAQPage Schema
How do I run multiple CLI generators in a specific order without executing them individually?

Orchestrating multiple CLI generators in a predefined canonical order ensures predictable results. This Skill coordinates execution by collecting every flag upfront, deduplicating overlapping options, and running each chosen generator sequentially with --flag=value syntax.

What is the best way to consolidate and deduplicate flags when orchestrating workflow generators?

Consolidating and deduplicating flags for workflow generators requires inspecting each generator's --help output before execution. This Skill aggregates overlapping flags upfront and provides a single consolidated prompt to confirm options, preventing redundant or conflicting inputs.

Can I select which devtools generators to run and confirm all options before any execution starts?

Yes, you can select devtools generators and confirm all options before execution starts. The Skill prompts you to choose generators upfront, collects their respective flags, and waits for your final confirmation before running any commands in sequence.

How does guided prompt orchestration handle overlapping inputs across multiple coding generators?

Guided prompt orchestration handles overlapping inputs by deduplicating flags across multiple coding generators. It inspects each generator's available options, merges overlapping inputs into a single consolidated prompt, and passes the resolved values to each generator during sequential execution.

Do I need to manually specify the execution sequence when automating workflows with multiple generators?

No, you do not need to manually specify the execution sequence when automating workflows. The Skill automatically adheres to a canonical generator order listed in its source documentation, ensuring each generator runs in the correct sequence without manual intervention.