By hungrytech
Micro-agent system for engineering architecture decisions — DB, BE, IF, SE domains
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 engineering-workflowTeam 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
Thinking partner for design decisions and architecture brainstorming. Transforms Claude from a solution-provider into a senior engineer thinking partner.
Master architectural decision-making: ADRs, technology selection, build-vs-buy analysis, proof of concepts, and migration planning.
Editorial "Architecture & Design" bundle for Claude Code from Antigravity Awesome Skills.
5 toxic senior engineers trapped in one plugin. Viktor draws boxes, Max ships, Dennis codes, Sasha breaks, Lena asks why. They argue, roast each other, and somehow deliver excellent technical decisions. Two memory systems: Billy Memory (local ~/.claude/, informal team chaos) + Project ADRs (formal docs/adr/, professional records for git). Team memory never leaks into ADRs. ADRs work without Billy.
Cross-cutting specialist agents — architects, researchers, performance engineers
Architecture paradigm selection and implementation planning for software systems