prgilabert

21 mods across 1 repository, 8 stars between them.

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.

8 4mo ago A tokens not measured original MIT

ecosystem-builder

03

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.

8 4mo ago A 63 tokens original MIT

ecosystem-validator

04

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.

8 4mo ago A 53 tokens original MIT

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.

8 4mo ago A 51 tokens original MIT

pr-review-trio

07

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.

8 4mo ago A tokens not measured original MIT

github

08

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.

8 4mo ago A tokens not measured original MIT

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…

8 4mo ago A 87 tokens original MIT

security-reviewer

10

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.…

8 4mo ago A 76 tokens original MIT

test-reviewer

11

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.

8 4mo ago A 68 tokens original MIT

review-pr

12

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.

8 4mo ago A 62 tokens original MIT

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…

8 4mo ago A 75 tokens original MIT

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.

8 4mo ago A tokens not measured original MIT

astronaut-voice

15

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…

8 4mo ago A 83 tokens original MIT

dialogue-reviewer

16

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…

8 4mo ago A 127 tokens original MIT

plot-writer

17

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…

8 4mo ago A 100 tokens original MIT

robot-voice

18

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…

8 4mo ago A 78 tokens original MIT

escribe-dialogo

19

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.

8 4mo ago A 53 tokens original MIT

PostToolUse

20

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.

8 4mo ago A tokens not measured original MIT

ecosystem-generator

21

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…

8 4mo ago A 84 tokens original MIT