zevtos/agentpipe

Gated pipeline orchestration for Claude Code and Codex CLI: 9 specialist agents, 15 multi-agent workflows, skills, and a release-zip system. Multi-vendor — same skills work in both clients.

11Stars on the repository
29Mods indexed here, across every type
2mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

audit

01

zevtos/agentpipe

Command

Full security audit of the project or a specific area. Runs threat modeling, code audit, dependency scan, and produces a prioritized findings report.

11 2mo ago A 28 tokens original MIT

db

02

zevtos/agentpipe

Command

Database change workflow: design → migration → review → test. Handles schema changes with zero-downtime safety.

11 2mo ago A 22 tokens original MIT

deploy

03

zevtos/agentpipe

Command

Full deployment preparation: pre-flight checks, security scan, dependency audit, changelog, and deployment readiness gate.

11 2mo ago A 22 tokens original MIT

docs

04

zevtos/agentpipe

Command

Generate or update project documentation: API docs, README, ADRs, runbooks, and architecture docs. Verifies everything against actual code.

11 2mo ago A 28 tokens original MIT

feature

05

zevtos/agentpipe

Command

End-to-end feature development: spec → design → implement → review → test → docs. Pass a feature description and the orchestrator handles everything.

11 2mo ago A 29 tokens original MIT

fix

06

zevtos/agentpipe

Command

Bug investigation and fix workflow: investigate → diagnose → fix → review → regression test. Handles the full lifecycle from symptom to verified fix.

11 2mo ago A 27 tokens original MIT

kickoff

07

zevtos/agentpipe

Command

Full project kickoff from an idea. Orchestrates pm → architect → dba → devops to produce specs, architecture, schema, and project scaffold.

11 2mo ago A 31 tokens original MIT

next

08

zevtos/agentpipe

Command

Strategic advisor: analyzes full project state and recommends the most impactful next steps. Use when you're unsure what to work on next.

11 2mo ago A 26 tokens original MIT

onboard

09

zevtos/agentpipe

Command

Project orientation: understand a codebase's architecture, conventions, tech stack, and current state. Use when entering a new project or returning after a break.

11 2mo ago A 31 tokens original MIT

plan

10

zevtos/agentpipe

Command

Architecture planning for a feature or system change. Use /kickoff for new projects, /feature for full end-to-end development.

11 2mo ago A 26 tokens original MIT

refactor

11

zevtos/agentpipe

Command

Safe refactoring workflow: detect smells → plan → characterization tests → refactor → verify. Ensures refactors don't break existing behavior.

11 2mo ago A 27 tokens original MIT

release

12

zevtos/agentpipe

Command

Cut a release: version bump, changelog generation, tag creation, and deployment preparation. Handles the full release lifecycle.

11 2mo ago A 24 tokens original MIT

review

13

zevtos/agentpipe

Command

Comprehensive multi-agent code review: parallel reviewer + security audit on all changes, with actionable fix list and quality gate.

11 2mo ago A 24 tokens original MIT

sprint

14

zevtos/agentpipe

Command

Iterative issue-by-issue development: plan → implement → self-review loop → fix → PR to default branch. Works through all open issues one by one until each has a clean PR.

11 2mo ago A 38 tokens original MIT

test

15

zevtos/agentpipe

Command

Comprehensive test strategy and implementation: analyzes codebase, identifies coverage gaps, writes tests, and validates quality with mutation testing.

11 2mo ago A 25 tokens original MIT

tidy

16

zevtos/agentpipe

Command

Repository tidy-up: revalidate docs against the real repo and prune cruft, with git as the safety net — one reviewable commit, recoverable removals, never an irreversible delete. Hygiene only; code smells go to /refactor.

11 2mo ago A 49 tokens original MIT