From dm-team
Collaborative code review using Agent Teams where reviewers discuss findings, challenge each other, and converge on a unified assessment. Evolves dm-work:review from isolated parallel reviewers to a review team.
npx claudepluginhub rbergman/dark-matter-marketplace --plugin dm-teamThis skill uses the workspace's default tool permissions.
Team-based collaborative code review using Agent Teams.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Team-based collaborative code review using Agent Teams.
Current /dm-work:review spawns 3 isolated subagents that report back independently. Findings may conflict, duplicate, or miss connections between concerns. With Agent Teams, reviewers can:
| Role | Teammate | Model | Skills to inject |
|---|---|---|---|
| Architecture | Teammate 1 | opus | dm-arch:solid-architecture, dm-arch:data-oriented-architecture |
| Code Quality | Teammate 2 | opus | Language-specific dm-lang:*-pro skill |
| Security | Teammate 3 | opus | (none — general security knowledge) |
| Lead | You | opus | Synthesis and final assessment |
Code reviewer may split by domain (same as dm-work:review) for large reviews.
Still uses a haiku Explore subagent (not a teammate — too small for team overhead). Scout categorizes files, detects patterns, identifies hotspots, splits review domains.
Compatible with dm-work:review:
## Review: <scope> (<N> commits, <LOC> across <M> files)
### Verdict: <emoji> <summary>
**Critical** (<count>)
1. `file:line` - <description> [Consensus: arch+security agreed]
**High** (<count>)
...
**Architecture**: <verdict + summary>
**Code Quality**: <verdict + summary>
**Security**: <verdict + summary>
### Review Discussion Notes
[Key debates between reviewers and resolutions]
New addition: "Review Discussion Notes" section captures inter-reviewer debates and resolutions — this is the unique value of team review over subagent review.
--pr N for PR mode (GitHub review comments)--commits <range> for explicit scope--only <acs> to filter reviewer types--min-severity <level> to filter output--skip-beads for local mode without bead creation