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-engineeringThis skill is limited to using the following tools:
Run all setup commands from the project root.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
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.