DangQuangSE/team-development-skills

19Stars on the repository
60Mods indexed here, across every type
4d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

code-reviewer

04

DangQuangSE/team-development-skills

Agent Claude Code

Generic code review agent. Reads CLAUDE.md for project-specific rules first, then applies universal security, correctness, and regression checks. Use immediately after writing or modifying code. Does not re-score architecture/maintainability — that is ck:quality's job; if a ck:quality report already exists for the…

not rated 19 4d ago A 86 tokens

debugger

05

DangQuangSE/team-development-skills

Agent Claude Code

Root cause analysis agent. Used by /fix (receives scout evidence report) and /cook (receives tester failure output). Forms hypotheses, confirms/rejects against codebase, applies a minimal fix, and reports findings.

not rated 19 4d ago A 49 tokens

docs-manager

06

DangQuangSE/team-development-skills

Agent Claude Code

Finalize sub-agent used by /cook and /fix. Identifies which docs were affected by the implementation and updates them minimally to reflect the new state.

not rated 19 4d ago A 33 tokens

git-manager

07

DangQuangSE/team-development-skills

Agent Claude Code

Finalize sub-agent used by /cook and /fix. Stages changed files, creates conventional commits, and asks the user whether to push. Never force-pushes or skips hooks.

not rated 19 4d ago A 40 tokens

plan-reviewer

08

DangQuangSE/team-development-skills

Agent Claude Code

Red-team reviewer for the /plan pipeline. Reads plan.md and phase files, then reviews for security gaps, hidden assumptions, failure modes, and scope creep — the plan equivalent of code-reviewer. Returns structured findings with ACCEPTED/NOTED verdicts.

not rated 19 4d ago A 56 tokens

planner

09

DangQuangSE/team-development-skills

Agent Claude Code

Plan-creation sub-agent for the /plan pipeline. Given a feature description and optional research reports, writes the full plan directory: plan.md overview + one phase-XX-{name}.md per phase. Used in Fast, Hard, Parallel, and Two modes.

not rated 19 4d ago A 0 tokens

playwright-capture

10

DangQuangSE/team-development-skills

Agent Claude Code

General-purpose Playwright screenshot agent. Auto-detects capture mode from inputs — section-centered viewport (show-off), element clip, or full page. Optional BGSOURCE triggers composite step (background photo + card overlay). Spawned by /show-off and any task needing screenshots.

not rated 19 4d ago A 60 tokens

project-manager

11

DangQuangSE/team-development-skills

Agent Claude Code

Finalize sub-agent used by /cook and /fix. Syncs completed phase checkboxes in plan.md, updates plan Status, and reports overall progress. Skipped gracefully if no plan.md exists.

not rated 19 4d ago A 42 tokens

quality-reviewer

12

DangQuangSE/team-development-skills

Agent Claude Code

Independent senior-engineering quality auditor for the ck:quality skill. Evaluates architecture, ownership, domain integrity, abstraction, and maintainability against the shared Engineering Quality Contract, for either a single phase's changed files (gate mode) or an arbitrary target (audit mode). Never edits files…

not rated 19 4d ago A 71 tokens

researcher

13

DangQuangSE/team-development-skills

Agent Claude Code

General-purpose research sub-agent. Given a topic and an assigned role, investigates one angle and returns a structured report. Spawned in parallel pairs (Primary + Alternative) by any pipeline needing option comparison. Budget ≤5 tool calls.

not rated 19 4d ago A 49 tokens

scout

14

DangQuangSE/team-development-skills

Agent Claude Code

Evidence-gathering agent for the /fix pipeline. Given a bug description, greps for error patterns, reads affected source files, and checks recent git changes. Returns a structured evidence report within a ≤6 tool call budget.

not rated 19 4d ago A 49 tokens

tester

15

DangQuangSE/team-development-skills

Agent Claude Code

Testing sub-agent for the ck:test skill. Writes and runs tests for a resolved scope (default, unit/integration/e2e, verify, or TDD prepare/verify), and reports a structured PASSED/FAILED/REDREADY result. Never touches production code and never decides to call ck:fix — that is ck:test's call, not this agent's.

not rated 19 4d ago A 83 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: