From rafayels-engineering
Auto-fix lint and formatting issues in Go and frontend code. Use when /check reports fixable violations or after writing new code.
npx claudepluginhub rafayelgardishyan/rafayels-marketplace --plugin rafayels-engineeringThis skill is limited to using the following tools:
```bash
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.
# Go
golangci-lint run --fix . ./data/... ./llm/... ./modules/... ./auth/... ./email/...
# Frontend
cd frontend && bun run lint:fix
cd modules/chat/frontend && bun run lint:fix
make check to verify all issues are resolved