From rtl-agent-team
Refactors RTL code for improved readability, maintainability, and lint compliance without behavioral changes. Applies naming conventions and verifies equivalence.
npx claudepluginhub babyworm/rtl-agent-team --plugin rtl-agent-teamThis skill uses the workspace's default tool permissions.
<Purpose>
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.
<Use_When>
<Do_Not_Use_When>
<Why_This_Exists> Refactoring RTL is risky without equivalence verification — a "cosmetic" rename can break a signal connection. Combining rtl-architect analysis with lint-checker verification provides safety. </Why_This_Exists>
The orchestrator handles structural analysis, refactoring implementation, lint verification, and equivalence checking.All policies, checklists, naming convention rules, and escalation rules are defined in the rtl-p4s-refactor-policy skill (loaded via the orchestrator's skills: field).
Task(subagent_type="rtl-agent-team:p4s-refactor-orchestrator", prompt="Execute RTL refactoring cycle. Target: $ARGUMENTS")
Do not perform any work directly. The orchestrator agent manages the full analyze → refactor → lint → equivalence cycle.