This skill should be used to design or run a task as a graph instead of a linear chain — fan out independent work across a fleet of subagents, verify findings, and converge. Trigger with "run this as a graph", "fan this out", "parallelize this", "orchestrate this with subagents", "audit every X", "sweep the codebase for Y", or any breadth job one context can't hold. Turns a straight-line agent into an execution graph (diamond / router / verifier / cycle) built on dynamic workflows.
$npx -y skills add giustopiedimonte/agentic-engineering-marketplace --skill graphInstalls into the current project.
Run `npx skills use "https://github.com/giustopiedimonte/agentic-engineering-marketplace" --skill "giustopiedimonte/agentic-engineering-marketplace/graph"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/giustopiedimonte/agentic-engineering-marketplace" that are relevant to the current task. Run `npx skills add "https://github.com/giustopiedimonte/agentic-engineering-marketplace"` and select the relevant skills, then follow their instructions.