From rtl-agent-team
Provides passive lint profiles for Verilator, Verible, Slang, and Spyglass tools with unified error/warning report normalization for RTL and testbench verification.
npx claudepluginhub babyworm/rtl-agent-team --plugin rtl-agent-teamThis skill uses the workspace's default tool permissions.
- Prefer wrapper: `lint/scripts/run_lint.sh`
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.sherrors, warnings, tool, log_path, replay_patherrors == 0verilator:
lint/scripts/run_lint.sh --tool verilator -f rtl/filelist_top.f --outdir lint/lintverible:
lint/scripts/run_lint.sh --tool verible -f rtl/filelist_top.f --outdir lint/lintslang:
lint/scripts/run_lint.sh --tool slang -f rtl/filelist_top.f --outdir lint/lintrtl/): runs with -Weverything for maximum strictness — catches always_ff multi-driver violations (VCS ICPD), uninitialized variables, width mismatches, etc.sim/): runs with --allow-dup-initial-drivers — permits initial + always_ff on same signal (common testbench pattern)spyglass (binary: sg_shell, config key: sg_shell, script flag: --tool spyglass):
lint/scripts/run_lint.sh --tool spyglass --top <top> -f rtl/filelist_top.f --outdir lint/lintrat_config.json uses sg_shell as tool key; runner scripts accept --tool spyglasserror/fatal -> normalized errorwarning -> normalized warning