zevtos

29 mods across 1 repository, 11 stars between them.

agentpipe CLAUDE.md

01

zevtos/agentpipe

Instructions file

Instructions for zevtos/agentpipe, covering agentpipe, commands, structure, agent format (agents/.md) and command format (commands/.md).

11 2mo ago A 3,319 tokens original MIT

architect

02

zevtos/agentpipe

Agent

System architect for designing production-grade software. MUST BE USED when designing new systems, planning major features, evaluating tech stacks, making architectural decisions, designing APIs, modeling data, or decomposing monoliths. Use PROACTIVELY before any significant implementation work.

11 2mo ago A 54 tokens original MIT

dba

03

zevtos/agentpipe

Agent

Database architect and engineer. MUST BE USED when designing schemas, writing migrations, optimizing queries, planning indexes, reviewing database changes, or troubleshooting performance issues. Use PROACTIVELY before any schema change reaches production.

11 2mo ago A 45 tokens original MIT

devops

04

zevtos/agentpipe

Agent

DevOps engineer for CI/CD, containerization, observability, deployment, and infrastructure. MUST BE USED when setting up CI/CD pipelines, writing Dockerfiles, configuring monitoring/logging, designing deployment strategies, or setting up security scanning. Use PROACTIVELY before first deployment and when…

11 2mo ago A 63 tokens original MIT

docs

05

zevtos/agentpipe

Agent

Documentation engineer for API docs, ADRs, runbooks, changelogs, and technical writing. MUST BE USED when creating API documentation, writing runbooks for operations, generating changelogs, documenting architecture decisions, or setting up documentation infrastructure.

11 2mo ago A 51 tokens original MIT

pm

06

zevtos/agentpipe

Agent

Product/project manager for requirements engineering. MUST BE USED when starting a new feature, breaking down a project, writing specs, defining acceptance criteria, or turning vague requirements into precise implementable specifications.

11 2mo ago A 40 tokens original MIT

refactorer

07

zevtos/agentpipe

Agent

Refactoring engineer for code and test quality improvement. MUST BE USED when detecting code smells, eliminating duplication, simplifying test suites, removing unnecessary complexity, or improving codebase scalability. Use PROACTIVELY on any codebase that has grown organically and needs structural cleanup.

11 2mo ago A 57 tokens original MIT

reviewer

08

zevtos/agentpipe

Agent

Code reviewer for quality, correctness, and production-readiness. MUST BE USED before merging any significant code change. Use PROACTIVELY after implementing features, fixing bugs, or refactoring. Focuses on correctness, error handling, edge cases, performance, and convention compliance.

11 2mo ago A 58 tokens original MIT

security

09

zevtos/agentpipe

Agent

Security engineer for threat modeling and vulnerability analysis. MUST BE USED when reviewing authentication/authorization code, handling cryptographic operations, processing sensitive data, designing security architecture, or before any deployment of security-critical features. Use PROACTIVELY on any code handling…

11 2mo ago A 64 tokens original MIT

tester

10

zevtos/agentpipe

Agent

Test engineer for comprehensive testing strategies. MUST BE USED when designing test strategy for new features, writing tests for critical code, analyzing test coverage, or setting up testing infrastructure. Use PROACTIVELY after implementation to ensure adequate coverage.

11 2mo ago A 48 tokens original MIT

audit

11

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

12

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

13

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

14

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

15

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

16

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

17

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

18

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

19

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

20

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

21

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

22

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

23

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

24

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