gerador-de-agentes

Generates multi-agent execution pipelines and per-agent Markdown manifests from a task description.

12|1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/marioluciofjr/skills --skill gerador-de-agentes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gerador-de-agentes
Source: https://github.com/marioluciofjr/skills/tree/main/gerador-de-agentes
Command: npx skills add https://github.com/marioluciofjr/skills --skill gerador-de-agentes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

Transforms a user's high-level task, agent count, and allowed tools into a concrete, ordered multi-agent execution pipeline and per-agent specifications, removing ambiguity and manual orchestration effort.

Core Features & Use Cases

  • Pipeline Design: Decomposes complex tasks into a logical sequence or parallel stages assigned to specialized agents.
  • Agent Specifications: Generates per-agent Markdown manifests that follow a fixed template and include persona, goals, tools and skills.
  • Governance & Constraints: Enforces the exact number of agents requested and ensures seamless handoffs between agents.
  • Use Cases: Automating scheduled blog posting with content, SEO and publishing agents; designing ETL + analysis pipelines; creating customer-support triage and resolution flows.

Quick Start

Generate a 3-agent pipeline to automate weekly blog posts using an RSS fetcher, WordPress API, and SEO checker.

Frequently Asked Questions about gerador-de-agentes

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

FAQPage Schema
How do I design a multi-agent pipeline for complex task orchestration?

Designing a multi-agent pipeline requires decomposing a complex task into ordered stages. This skill generates a logical execution pipeline and per-agent Markdown manifests by taking a task description, desired agent count, and permitted tools to coordinate specialized agents.

What is multi-agent orchestration and how do agent manifests work?

Multi-agent orchestration coordinates specialized agents to execute complex tasks sequentially or in parallel. Agent manifests are Markdown files defining each agent's persona, goals, tools, and skills, ensuring structured handoffs and strict adherence to the requested agent count.

Can I generate a specific number of agents for an ETL and analysis pipeline?

Yes, you can generate a specific number of agents for an ETL and analysis pipeline. By providing your task description and exact agent count, the generator enforces this constraint and produces per-agent specifications with the permitted tools.

What's the best way to automate scheduled blog posting with multiple agents?

Automating scheduled blog posting is achieved by designing a multi-agent pipeline with specialized roles. You provide a task description, agent count, and tools like an RSS fetcher or SEO checker to generate a coordinated execution flow and agent manifests.

Do I need to provide specific tools to generate an agent pipeline?

Yes, you need to provide permitted tools or skills when generating an agent pipeline. The generated per-agent Markdown manifests explicitly include these allowed tools to define agent capabilities and ensure seamless handoffs within the execution pipeline.

How do agent specifications handle handoffs in a multi-agent pipeline?

Agent specifications handle handoffs by defining a logical execution pipeline that ensures seamless transitions between agents. The generated Markdown manifests enforce the exact agent count and describe interactions to coordinate the decomposed task stages effectively.