By hungrytech
DevOps/CI-CD agent for IaC, pipeline design, containerization, and deployment strategies
Modifies files
Hook triggers on file write and edit operations
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A curated collection of 12 Claude Code plugins that form a complete software engineering team. Each plugin is a specialized expert agent — no runtime build system, just shell scripts and SKILL.md prompts.
User Request
│
▼
sub-team-lead (classify & route)
├── Single domain → Direct delegation to one expert
├── Multi domain → Sequential/parallel multi-expert dispatch
├── Existing skill → Pass-through to matching skill
└── Ambiguous → Ask user for clarification
| # | Expert | Command | Role |
|---|---|---|---|
| 1 | sub-team-lead | /sub-team-lead | Team orchestrator — classifies requests, routes to experts |
| 2 | sub-kopring-engineer | /sub-kopring-engineer | Kotlin/Java Spring Boot development (Hexagonal Architecture) |
| 3 | sub-test-engineer | /sub-test-engineer | Type-driven test generation (Java/Kotlin/TypeScript/Go) |
| 4 | sub-api-designer | /sub-api-designer | Contract-first API design (OpenAPI 3.1) |
| 5 | sub-code-reviewer | /sub-code-reviewer | Code review & refactoring (SOLID, code smells, tech debt) |
| 6 | sub-devops-engineer | /sub-devops-engineer | DevOps/CI-CD (Docker, GitHub Actions, K8s, Terraform) |
| 7 | sub-performance-engineer | /sub-performance-engineer | Performance analysis & optimization (JVM, DB, load testing) |
| 8 | engineering-workflow | /engineering-workflow | Architecture decisions across DB/BE/IF/SE domains |
| 9 | numerical | /numerical | Numerical computing verification (Python/Dart) |
| 10 | plugin-introspector | /plugin-introspector | Plugin monitoring & self-improvement |
| 11 | claude-autopilot | /claude-autopilot | Time-bounded autonomous task orchestration |
| 12 | sub-frontend-engineer | /sub-frontend-engineer | React/Vite frontend development (components, state, build) |
You don't need all 12 experts. Install only the ones that match your workflow.
| If you are... | Recommended experts | Install |
|---|---|---|
| Backend developer (Kotlin/Java) | kopring + test + code-reviewer | 3 plugins |
| Backend + API design | kopring + test + api-designer + code-reviewer | 4 plugins |
| Full-stack team | team-lead + kopring + test + api-designer + code-reviewer + devops + frontend | 7 plugins |
| Performance-focused | kopring + test + performance | 3 plugins |
| Architecture/decision-making | engineering-workflow + code-reviewer | 2 plugins |
| Everything | All 12 | 12 plugins |
Every expert works independently. There are no required dependencies between plugins.
# Example: Install only code-reviewer and test-engineer
/plugin install sub-code-reviewer@hungrytech-plugins
/plugin install sub-test-engineer@hungrytech-plugins
sub-team-lead is useful when you have 3+ experts installed — it auto-routes your requests. With 1-2 experts, just call them directly.
When multiple experts are installed, they can hand off work to each other. This is automatic — no configuration needed. If a sister skill isn't installed, the expert simply skips the handoff and continues on its own.
sub-api-designer ──design──→ sub-kopring-engineer ──implement──→ sub-test-engineer
│ │
└── works fine alone works fine alone
sub-api-designer ──spec──→ sub-frontend-engineer ──UI──→ sub-devops-engineer
│ │ │
└── works fine alone └── works fine alone └── works fine alone
Marketplace:
/plugin marketplace add hungrytech/hungrytech-claude-skills
/plugin install <skill-name>@hungrytech-plugins
Manual (single plugin):
git clone https://github.com/hungrytech/hungrytech-claude-skills.git
cp -r plugins/<skill-name>/skills/<skill-name> /path/to/project/.claude/skills/
Manual (multiple plugins):
git clone https://github.com/hungrytech/hungrytech-claude-skills.git
for skill in sub-kopring-engineer sub-test-engineer sub-code-reviewer; do
cp -r plugins/$skill/skills/$skill /path/to/project/.claude/skills/
done
Every plugin shares the same core pattern:
npx claudepluginhub hungrytech/hungrytech-claude-skills --plugin sub-devops-engineerTeam orchestrator that classifies requests and routes to appropriate expert skills
Time-bounded autonomous Claude Code orchestration — executes user-defined directives until deadline
Kotlin/Java Spring Boot workflow agent with convention verification
Numerical computing verification and optimization agent for Python/Dart ndarray, tensor, and scientific computing codebases
Type-aware testing workflow agent for Java/Kotlin/TypeScript backends
Deployment engineering with Terraform and infrastructure as code
Deployment automation with Dockerfile generation, CI/CD pipelines, and infrastructure as code
Use this agent when setting up CI/CD pipelines, configuring Docker containers, deploying applications to cloud platforms, setting up Kubernetes clusters, implementing infrastructure as code, or automating deployment workflows. Examples: <example>Context: User is setting up a new project and needs deployment automation. user: "I've built a FastAPI application and need to deploy it to production with proper CI/CD" assistant: "I'll use the deployment-engineer agent to set up a complete deployment pipeline with Docker, GitHub Actions, and production-ready configurations."</example> <example>Context: User mentions containerization or deployment issues. user: "Our deployment process is manual and error-prone. We need to automate it." assistant: "Let me use the deployment-engineer agent to design an automated CI/CD pipeline that eliminates manual steps and ensures reliable deployments."</example>
CI/CD pipeline design, containerization, deployment strategies, monitoring, feature flags, IaC, and alerting.
Cloud infrastructure agents — cloud, container, SRE specialists
DevOps and containerization expertise