rockcookies
@rockcookies
Public Skills
turborepo
by rockcookies
Turborepo monorepo build system guidance. Triggers on: turbo.json, task pipelines, dependsOn, caching, remote cache, the "turbo" CLI, --filter, --affected, CI optimization, environment variables, internal packages, monorepo structure/best practices, and boundaries. Use when user: configures tasks/workflows/pipelines, creates packages, sets up monorepo, shares code between apps, runs changed/affected packages, debugs cache, or has apps/packages directories.
tsdown
by rockcookies
Bundle TypeScript and JavaScript libraries with blazing-fast speed powered by Rolldown. Use when building libraries, generating type declarations, bundling for multiple formats, or migrating from tsup.
node-dev
by rockcookies
Modern JavaScript/TypeScript runtime development conventions and tooling. Use when setting up JS/TS projects with Node, Bun, or Deno, configuring ESLint, pnpm workspaces, monorepos, library publishing, or npm package development.
evo-brainstorming
by rockcookies
"You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation."
evo-writing-plans
by rockcookies
Use when you have a spec or requirements for a multi-step task, before touching code
git-master
by rockcookies
Git expert for atomic commits, rebasing, and history management with style detection
evo-archiving
by rockcookies
Use after completing implementation to archive changes, update docs/architecture.md and docs/ledger.jsonl for AI context continuity
evo-executing-plans
by rockcookies
Use when you have a written implementation plan to execute in a separate session with review checkpoints
vueuse-functions
by rockcookies
Apply VueUse composables where appropriate to build concise, maintainable Vue.js / Nuxt features.