From rafayels-engineering
Set up a fresh clone for development. Run when node_modules/ is missing, git hooks are not configured, or after first clone.
npx claudepluginhub rafayelgardishyan/rafayels-marketplace --plugin rafayels-engineeringThis skill is limited to using the following tools:
Run all setup commands from the project root.
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.
Run all setup commands from the project root.
go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@latest
go install github.com/air-verse/air@latest
cd frontend && bun install
cd modules/chat/frontend && bun install
cd email && bun install
cd e2e && bun install
make build-modules
make build-emails
make dev-setup
make check
make docker-up # Start SurrealDB
make dev # Start file watchers (Air + chokidar + Vite)
After setup, make check must pass with 0 errors. If it fails:
make dev-setupIf make check still fails after all steps, run /fix to auto-fix lint issues, then re-run make check.