prgilabert/agent-ecosystem-generator
Plugin Claude Code
Plugin marketplace listing 1 plugin: agent-ecosystem-generator.
prgilabert/agent-ecosystem-generator
Plugin Claude Code
Plugin marketplace listing 1 plugin: agent-ecosystem-generator.
prgilabert/agent-ecosystem-generator
Plugin Claude Code
Generate a validated Claude Code ecosystem (orchestrator + N subagents + M skills + MCPs) from a brief. Use when the user asks to scaffold, bootstrap, or design a multi-agent system, agent team, or orchestration plugin.
prgilabert/agent-ecosystem-generator
Agent
Materializes the files of a Claude Code ecosystem (orchestrator + sub-agents + skills + MCPs) from plan.md. Use when the orchestrator has an approved plan and a chosen output mode. Use PROACTIVELY after Phase 3 of /generate-ecosystem completes.
prgilabert/agent-ecosystem-generator
Agent
Runs semantic + structural validation on a generated Claude Code ecosystem and produces a validation.json with pass/fail per rule. Use when /generate-ecosystem has just produced or updated an output. Use PROACTIVELY after every ecosystem-builder run.
prgilabert/agent-ecosystem-generator
Agent
Interviews the user about the agent ecosystem they want to build and produces a structured spec.json. Use when the orchestrator needs requirements gathered in an isolated context. Do not use for architecture decisions — that is the orchestrator's job.
prgilabert/agent-ecosystem-generator
Command
Generate a validated Claude Code ecosystem (orchestrator + N sub-agents + M skills + MCPs) from a brief.
prgilabert/agent-ecosystem-generator
Plugin Claude Code
Reviews pull requests with three independent checkers (security, performance, tests) and aggregates findings into a single structured comment. Use when the user says "review PR", "audit diff", or "ship this", or whenever a GitHub PR URL is pasted. Does NOT modify code — it only reports findings.
prgilabert/agent-ecosystem-generator
MCP server Claude CodeCodexCursor +2
Lets the agent work with GitHub: search code, read and create issues and pull requests, and manage repositories through the GitHub API. Runs locally from the @modelcontextprotocol/server-github npm package. Needs 1 environment variable to run.
prgilabert/agent-ecosystem-generator
Agent
Reviews pull request diffs for performance problems: N+1 query patterns, unnecessary loops, allocation hotspots, blocking calls in async paths, missing indexes on new queries. Use PROACTIVELY on diffs or when the user says "perf check", "any N+1 here", or "is this hot path slow". Bash is needed because it runs gh pr…
prgilabert/agent-ecosystem-generator
Agent
Reviews pull request diffs for security vulnerabilities including SQL injection, XSS, leaked secrets, insecure authentication flows, and missing input validation. Use PROACTIVELY whenever a diff is visible or the user asks to check security, audit a PR, or scan for secrets. Bash is needed because it runs gh pr diff.…
prgilabert/agent-ecosystem-generator
Agent
Checks that every changed source module has a corresponding test touching the new behaviour. Use PROACTIVELY on diffs and whenever the user asks "is this tested", "do we have coverage", or "missing tests". Bash is needed because it runs gh pr diff and rg. Does NOT cover security or performance review.
prgilabert/agent-ecosystem-generator
Command
Reviews pull requests with three independent checkers (security, performance, tests) and aggregates findings into a single structured comment. Use when the user says "review PR", "audit diff", or "ship this", or whenever a GitHub PR URL is pasted. Does NOT modify code — it only reports findings.
prgilabert/agent-ecosystem-generator
Skill Claude CodeCodex
Formats aggregated reviewer findings into a single structured PR comment with collapsed sections per checker, severity icons, and a top summary. Use when aggregating security, performance, or test findings for a PR, or when the orchestrator assembles a final report. Does NOT fetch diffs or call the GitHub API — that…
prgilabert/agent-ecosystem-generator
Plugin Claude Code
Generates short dramatic-comedy dialogue stories between a fixed astronaut and a robot assistant from a user prompt, saved as a Markdown file. Use when the user invokes /escribe-dialogo or asks to write a space dialogue, relato, or historia with two characters.
prgilabert/agent-ecosystem-generator
Agent
Emotionally volatile, exclamatory, and prone to dramatic overreaction: generates all astronaut-character dialogue lines for a dramatic-comedy space script, channeling mission-jargon panic and heartfelt heroics for each plot beat. Use PROACTIVELY once plot-writer returns an outline. Returns a numbered list of astronaut…
prgilabert/agent-ecosystem-generator
Agent
Interleaves astronaut-voice and robot-voice output into a cohesive dramatic-comedy dialogue, applies tone polish, formats the result as a well-structured Markdown document with title and labeled character turns, and saves it as dialogue- - .md in the current working directory. Bash is needed because ls is used for…
prgilabert/agent-ecosystem-generator
Agent
Generates a structured dramatic-comedy story outline — scene beats, emotional arc, and key comedic/dramatic moments — from a short user-provided space scenario prompt. Use PROACTIVELY as the first step when /escribe-dialogo is invoked or the user asks to write a space story, dialogo, or relato. Outputs a plain-text…
prgilabert/agent-ecosystem-generator
Agent
Deadpan, hyper-logical, and literal to a fault: generates all robot-character dialogue lines for a dramatic-comedy space script, interpreting each plot beat through cold technical jargon and oblivious precision. Use PROACTIVELY once plot-writer returns an outline. Returns a numbered list of robot lines keyed to…
prgilabert/agent-ecosystem-generator
Command
Generates short dramatic-comedy dialogue stories between a fixed astronaut and a robot assistant from a user prompt, saved as a Markdown file. Use when the user invokes /escribe-dialogo or asks to write a space dialogue, relato, or historia with two characters.
prgilabert/agent-ecosystem-generator
Hook
Runs after a tool call finishes for Write, Edit and MultiEdit tool calls, executing _post_write_hook.py via python. From prgilabert/agent-ecosystem-generator.
prgilabert/agent-ecosystem-generator
Skill Claude CodeCodex
Scaffolds and validates a Claude Code ecosystem — one orchestrator command, N sub-agents, M skills, and custom or referenced MCPs — from a brief. Use when the user asks to design, scaffold, bootstrap, or plan a multi-agent system, agent team, agent orchestrator, or multi-skill plugin. Covers both portable-plugin and…