Pipeline
Skill iabhisekbosepm/claude-god-setup/.claude/skills/pipeline
Multi-agent orchestration system with 21 specialized agents, automated workflows, and cost-optimized model routing.
npx -y skills add iabhisekbosepm/claude-god-setup --skill pipelineAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Run the full feature development pipeline: explore → architect → plan → build → review → security → test → docs.
SKILL.md
1.1 KB, as published. Nobody here has run it
/pipeline — Full Feature Pipeline
Build: $ARGUMENTS
- Understand —
agents/code-explorer.md: trace related code, map architecture, identify patterns - Design —
agents/architect.md: trade-offs, component structure, architecture decisions - Plan —
agents/planner.md: phased steps, dependencies, risks, success criteria - Build — Implement the plan following existing patterns. Handle all states.
- Fix build —
agents/build-error-resolver.md: fix type/build errors, minimal diffs - Review —
agents/code-reviewer.md+ language-specific reviewer - Security —
agents/security-reviewer.md: OWASP, secrets, input validation - Test —
agents/e2e-runner.md: E2E tests for critical paths - Document —
agents/doc-updater.md: update codemaps and README