From rtl-agent-team
Defines minimum re-verification matrix for RTL changes by type (style, logic refactor, interface, synthesis-impact), specifying lint, CDC, functional regression, synthesis, equivalence checks with commands and pass/fail criteria.
npx claudepluginhub babyworm/rtl-agent-team --plugin rtl-agent-teamThis skill uses the workspace's default tool permissions.
- Style-only change: lint
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.
lint/scripts/run_lint.sh --tool verilator -f rtl/filelist_top.f --outdir lint/lintlint/scripts/run_cdc.sh --tool structural --top <top> -f rtl/filelist_top.f --outdir lint/cdcscripts/run_sim.sh --sim verilator --top <tb_top> -f rtl/filelist_top.f --outdir sim/reportsbash skills/rtl-p5s-func-verify/scripts/run_regression.sh --mode local --seeds "1 42 123 1337 65536" --sim verilatorsyn/scripts/run_syn.sh --tool yosys --top <top> -f rtl/filelist_top.fsyn/scripts/run_sta.sh --tool opensta --top <top> --outdir syn/rptreference=<pre-change>, implementation=<post-change>)reference=rtl, implementation=syn/netlist.v)lint: zero errorscdc: no unwaived VIOLATIONfunctional: all must-pass scenarios greenregression: all required seeds pass (or documented waiver)synthesis/timing: run completes with no fatal tool errorequivalence: no unresolved non-equivalent points (counterexamples must be resolved or approved as intentional deltas)# Recheck Report
- Change Type: [style|logic|interface|constraint]
- Verdict: PASS | FAIL
## Executed Checks
| Check | Command | Result | Artifact |
|---|---|---|---|
## Failures and Escalation
- [if any]