NYCU-Chung/my-claude-devteam

An engineering team in a box for Claude Code — 12 specialized agents, 15 automation hooks, and the P7/P9/P10 methodology.

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

critic

01

NYCU-Chung/my-claude-devteam

Agent

Code reviewer and security auditor. Hunts for bugs, security holes, logic errors, edge cases, performance issues, and inconsistencies. Every finding with file path + line number. Use before every commit, deploy, or merge. Also handles deep security review (hardcoded secrets, injection, XSS, path traversal).

270 4mo ago A 65 tokens original MIT

db-expert

02

NYCU-Chung/my-claude-devteam

Agent

Database expert: schema design, migration safety, query optimization, index advice. Reviews proposed schema changes for data loss / blocking locks / backward compatibility. Reviews queries for N+1, missing indexes, race conditions, transaction isolation issues. Read-only — analyzes and reports, never modifies. Use…

270 4mo ago A 69 tokens original MIT

debugger

03

NYCU-Chung/my-claude-devteam

Agent

Debug engineer and log analyst. Systematically finds the root cause of bugs: reads logs, narrows scope, builds hypotheses, verifies, fixes. Also analyzes PM2 / Docker / systemd / Nginx logs for error patterns. Use for any bug, service outage, test failure, or unexpected behavior. Never guesses — always traces.

270 4mo ago A 71 tokens original MIT

frontend-designer

04

NYCU-Chung/my-claude-devteam

Agent

Frontend designer who builds memorable UIs: landing pages, dashboards, components. Rejects generic AI slop, commits to a bold aesthetic direction, ships production-quality code. Use for new pages, UI redesigns, and visual upgrades.

270 4mo ago A 51 tokens original MIT

fullstack-engineer

05

NYCU-Chung/my-claude-devteam

Agent

Senior full-stack engineer operating the P7 methodology: read reality → design solution → impact analysis → implement → three-question self-review → [P7-COMPLETION] delivery. Ships features across frontend, backend, and DevOps. Use for single-feature implementation and cross-module changes.

270 4mo ago C 62 tokens original MIT

migration-engineer

06

NYCU-Chung/my-claude-devteam

Agent

Framework / library / language version upgrades. Handles breaking changes, deprecation removals, major-version bumps. Reads the upstream changelog, audits every usage of changed APIs, executes the upgrade incrementally with verification at each step. Use for Next.js 13→14, Vue 2→3, Tailwind 3→4, React 18→19…

270 4mo ago A 84 tokens original MIT

onboarder

07

NYCU-Chung/my-claude-devteam

Agent

Codebase explorer for first-time exploration. Builds a mental model of an unfamiliar codebase: architecture, entry points, key modules, external dependencies, suspicious areas. Read-only. Use when joining a new project, evaluating an open-source repo before contributing, or auditing a repo you haven't touched in…

270 4mo ago A 64 tokens original MIT

planner

08

NYCU-Chung/my-claude-devteam

Agent

Tech lead operating the P9 methodology. Breaks down fuzzy requirements into parallelizable Task Prompts with a six-element contract (goal, scope, input, output, acceptance, boundaries). Use before complex tasks touching 3+ files or 2+ modules. Never writes code — output is prompts, not implementation.

270 4mo ago A 65 tokens original MIT

refactor-specialist

09

NYCU-Chung/my-claude-devteam

Agent

Large-scale safe refactoring: rename across many files, extract module, move files, restructure folders. Differs from fullstack-engineer by being more cautious, scoped, and verification-heavy. Use for refactors that touch 10+ files where regression risk is real.

270 4mo ago A 59 tokens original MIT

tool-expert

10

NYCU-Chung/my-claude-devteam

Agent

Tool expert who picks the right tools, chains complex workflows, and troubleshoots tool failures. Knows when to use built-in tools vs MCP servers vs shell commands. Use for complex tool chaining, MCP server issues, or when you're unsure which tool fits the job.

270 4mo ago A 58 tokens original MIT

vuln-verifier

11

NYCU-Chung/my-claude-devteam

Agent

Vulnerability verifier. Takes the critic's findings and writes actual PoC code to prove each vulnerability is real (or a false positive). Produces verification reports suitable for security advisories, issues, and PRs. Use AFTER critic flags a suspected security issue.

270 4mo ago B 58 tokens original MIT

web-researcher

12

NYCU-Chung/my-claude-devteam

Agent

Technical documentation researcher. Looks up API specs, official docs, error codes, version differences, and library usage. Search-only — never writes code, never modifies files. Use whenever the team needs ground truth from the web and you're tired of guessing.

270 4mo ago A 54 tokens original MIT