yosemitecrew
- 13 skills
- 0 followers
- 4 hours ago last updated
- ▌ Agent Loop 2 · yosemitecrewUse at the START of any non-trivial task, before delegating to subagents or fanning out, and for any recurring or scheduled autonomous run in this repo. The robust agent work loop - how to orient, plan, act in small batches, verify before calling anything done, coordinate safely across ephemeral worktrees, and stop or hand off cleanly. Applies to every agent (Claude Code, Codex, or any compatible agent).
- ▌ Monorepo Ops 2 · yosemitecrew bundleUse for monorepo-level work — running pnpm and turbo scripts, adding dependencies, changing shared packages, or cross-app changes. Covers workspace layout, filters, and build and validation order.
- ▌ Desktop Sonar 2 · yosemitecrewUse when fixing SonarCloud issues in apps/desktop or writing Sonar-clean Electron and renderer code. Covers the enforced rule categories, the accepted role=dialog deferral, CSP and page-asset rules, and links the live SonarCloud project.
- ▌ Agent Loop · yosemitecrewUse at the START of any non-trivial task, before delegating to subagents or fanning out, and for any recurring or scheduled autonomous run in this repo. The robust agent work loop - how to orient, plan, act in small batches, verify before calling anything done, coordinate safely across ephemeral worktrees, and stop or hand off cleanly. Applies to every agent (Claude Code, Codex, or any compatible agent).
- ▌ Code Review · yosemitecrewUse when reviewing code, auditing a PR, or doing an adversarial review of a change. Runs quality, security, accessibility, and convention checks specific to this codebase.
- ▌ Monorepo Ops · yosemitecrew bundleUse for monorepo-level work — running pnpm and turbo scripts, adding dependencies, changing shared packages, or cross-app changes. Covers workspace layout, filters, and build and validation order.
- ▌ React Doctor · yosemitecrewUse when finishing a feature, fixing a bug, before committing React code, or when the user types `/doctor`, asks to scan, triage, or clean up React diagnostics. Covers lint, accessibility, bundle size, architecture. Includes a regression check and a full local-triage workflow that fetches the canonical playbook.
- ▌ Desktop Sonar · yosemitecrewUse when fixing SonarCloud issues in apps/desktop or writing Sonar-clean Electron and renderer code. Covers the enforced rule categories, the accepted role=dialog deferral, CSP and page-asset rules, and links the live SonarCloud project.
- ▌ Frontend Sonar · yosemitecrewUse when fixing SonarQube issues in apps/frontend or writing Sonar-clean code. Contains the full enforced rule set with examples and quick fixes.
- ▌ Frontend Design · yosemitecrew bundleUse when building or changing UI in apps/frontend. Covers the custom design system, component library (Button, Card, Badge, and more), design tokens, and styling conventions so UI stays consistent and on-brand.
- ▌ Mobile Patterns · yosemitecrewUse when working in apps/mobileAppYC. Covers React Native architecture, navigation, Redux Toolkit state management, and mobile-specific conventions.
- ▌ Backend Patterns · yosemitecrewUse when working in apps/backend — new endpoints, controllers, services, models, queues/workers, or integrations. Covers the Router to Controller to Service to Model architecture, Zod validation, Prisma/PostgreSQL data access, Winston logging, BullMQ jobs, and FHIR/IDEXX/Merck integrations.
- ▌ Frontend Testing · yosemitecrewUse when writing or fixing tests in apps/frontend. Covers Jest and React Testing Library conventions, targeted test runs, the coverage mandate, Zustand mocking, and common pitfalls.