Plugin Claude Code
Plugin marketplace listing 1 plugin: devteam.
Plugin Claude Code
Plugin marketplace listing 1 plugin: devteam.
Plugin Claude Code
An engineering team in a box for Claude Code. 12 specialized subagents (planner, fullstack-engineer, refactor-specialist, migration-engineer, frontend-designer, critic, vuln-verifier, debugger, db-expert, onboarder, tool-expert, web-researcher) plus 15 automation hooks (pre-commit secret scan, MCP health tracking…
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).
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…
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.
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.
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.
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…
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…
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.
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.
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.
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.
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.
Hook
Runs before the agent uses a tool for Bash, Write, Edit, mcp__.* and Read tool calls, executing branch-protection.js, commit-quality.js, config-protection.js, suggest-compact.js, mcp-health.js and large-file-warner.js via node with --no-verify (10 commands). From NYCU-Chung/my-claude-devteam.
Hook
Runs after a tool call finishes for Bash, Write and Edit tool calls, executing log-error.sh, audit-log.js, accumulator.js, design-quality.js and test-runner.js via bash (5 commands). From NYCU-Chung/my-claude-devteam.
Hook
Runs when a tool call fails for mcp__.* tool calls, executing mcp-health.js via node. From NYCU-Chung/my-claude-devteam.
Hook
Runs when the agent finishes a response, executing batch-format.js, check-console.js, cost-tracker.js and session-summary.js via node (4 commands). From NYCU-Chung/my-claude-devteam.
Hook
Runs when a session starts on startup and resume, running an inline shell check. From NYCU-Chung/my-claude-devteam.
Plugin Claude Code
Plugin marketplace listing 1 plugin: cc-statusline.
Plugin Claude Code
A comprehensive statusline dashboard for Claude Code — session summary, quota bars, agent tracker, MCP health, message history, and more. All at a glance, no slash commands needed.
Command
Configure which rows cc-statusline shows (or turn it off entirely).
Hook
Runs when a subagent starts, executing subagent-tracker.js via node. From NYCU-Chung/cc-statusline.
Hook
Runs when a subagent finishes, executing subagent-tracker.js via node. From NYCU-Chung/cc-statusline.