By paulbrittain
Team workflows for CI, code review, shipping, control-cli, control-ui, verify-this, test reliability, code cleanup, and work summaries. No third-party service integrations required.
Watch PR CI for the current branch and report pass/fail with relevant failure links. Use when waiting for CI results or CI has failed. Use proactively to monitor branch CI.
Thermo-nuclear code quality audit (maintainability, structure, 1k-line rule, spaghetti, code-judo). Invoked via Task after a parent gathers diff and file contents. Loads the rubric from the `thermo-nuclear-code-quality-review` skill in the claude-team-kit plugin.
Run compile and type-check commands and report failures
Build or adapt a local harness to drive, inspect, and profile an interactive CLI or TUI without external services. Use for CLI UX checks, startup regressions, memory leaks, hangs, prompt flows, or terminal demos.
Build or adapt a local browser/CDP harness to drive and inspect a web, IDE, or Electron UI. Use for local UI verification, screenshots, accessibility snapshots, perf profiles, visual diffs, or reproducing UI bugs.
Remove AI-generated code slop and clean up code style
Find failing PR checks, inspect logs or external check links, and apply focused fixes
Uses power tools
Uses Bash, Write, or Edit tools
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.
Team workflows for CI, code review, shipping, and test reliability — packaged as a Claude Code plugin. Plug-and-play; no third-party service integrations required.
Original: https://github.com/cursor/plugins/tree/main/cursor-team-kit
In Claude Code, add this directory as a local marketplace and install:
/plugin marketplace add /Users/paul/git/claude-team-plugin
/plugin install claude-team-kit
Push this directory to a git repo, then teammates run:
/plugin marketplace add <owner>/<repo>
/plugin install claude-team-kit
Once installed, skills auto-activate based on their descriptions, agents are invocable via the Agent tool, and the rule-style skills (no-inline-imports, typescript-exhaustive-switch) kick in when relevant code is edited.
| Skill | Description |
|---|---|
loop-on-ci | Watch CI runs and iterate on failures until checks pass |
review-and-ship | Run a structured review, commit changes, and open a PR |
pr-review-canvas | Generate an interactive HTML PR walkthrough with annotated, categorized diffs |
verify-this | Prove or disprove claims with baseline/treatment artifacts and a clear verdict |
control-cli | Build or adapt a local harness to drive and profile interactive CLIs or TUIs |
control-ui | Build or adapt a local browser/CDP harness for web or Electron UIs |
make-pr-easy-to-review | Clean noisy PR history, improve descriptions, and add reviewer guidance |
run-smoke-tests | Run Playwright smoke tests and triage failures |
fix-ci | Find failing CI jobs, inspect logs, and apply focused fixes |
new-branch-and-pr | Create a fresh branch, complete work, and open a pull request |
get-pr-comments | Fetch and summarize review comments from the active pull request |
check-compiler-errors | Run compile and type-check commands and report failures |
what-did-i-get-done | Summarize authored commits over a given time period into a concise status update |
weekly-review | Generate a weekly recap of shipped work with bugfix/tech-debt/net-new highlights |
fix-merge-conflicts | Resolve merge conflicts, validate build/tests, and summarize decisions |
deslop | Remove AI-generated code slop and clean up code style |
workflow-from-chats | Extract durable working preferences from chats into skills or docs |
thermo-nuclear-code-quality-review | Run an unusually strict maintainability review (code-judo, 1k-line rule, spaghetti, boundaries) |
no-inline-imports | Enforce module-top imports; flag inline require/import in function bodies |
typescript-exhaustive-switch | Enforce never-checked default case for switches over unions/enums |
| Agent | Description |
|---|---|
ci-watcher | Monitor GitHub Actions runs and return concise pass/fail summaries |
thermo-nuclear-code-quality-review | Task subagent that runs the thermo-nuclear rubric against a diff |
Converted from a Cursor team kit. Changes from the Cursor source:
.cursor-plugin/plugin.json → .claude-plugin/plugin.json, manifest reshaped to Claude Code's schema.model: fast, is_background: true) replaced with Claude's model: and tools: fields.rules/*.mdc (which auto-applied via Cursor's rules engine) became skills with triggering descriptions. Claude Code plugins have no native rules concept; for hard enforcement, prefer project-level CLAUDE.md guidance or hooks.MIT
npx claudepluginhub paulbrittain/claude-team-kit --plugin claude-team-kitComprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.