c-donnachie/skipper
Agent
Software architect. Reasons about layer separation, dependencies, module boundaries and folder structure. Applies the laws declared in CLAUDE.md (mandatory structure, anti-patterns). Can write structural refactors. Use for "is this structure ok?" or "where should this live?" questions.
c-donnachie/skipper
Agent
The analyst. Runs in an isolated subagent (context fork) when invoked by the update skill. Reads git diff, identifies documentable decisions and writes docs directly. Be conservative — when in doubt, don't write.
c-donnachie/skipper
Agent
Next.js 14+ App Router specialist. Knows RSC, Server Actions, the Container Pattern (Page→Container→presentational), layered architecture (app/actions/data/domain/presentation/global), Supabase SSR, standardized ServerActionResponse, react-hook-form+Zod. Applies the laws from a nextjs-fullstack or nextjs-supabase…
c-donnachie/skipper
Agent
Node.js backend specialist (Fastify + Zod + Drizzle). Knows layered architecture (routes → services → repositories), JWT with @fastify/jwt, global error handling, OpenAPI with fastify-type-provider-zod. Applies the laws from the node-api stack. Can write refactors and new endpoints. Use for Node API.
c-donnachie/skipper
Agent
React Native + Expo specialist. Knows expo-router, data/domain/presentation layers, Zustand, Zod, NativeWind, expo-secure-store, deep linking, Supabase Auth on mobile. Applies the laws from an expo-supabase or expo-node stack CLAUDE.md. Can write refactors and create features. Use for RN/Expo questions.
c-donnachie/skipper
Agent
React + Vite specialist. Knows features-first, TanStack Query, Zustand, react-router, Tailwind/shadcn, Zod. Applies the laws from a react-vite-supabase or react-vite-node stack CLAUDE.md. Can write refactors, extract hooks, create new features. Use for React SPA questions.
c-donnachie/skipper
Agent
The captain. Reads the project context (CLAUDE.md, diff, paths, user intent) and decides which specialist to invoke. Doesn't write code or docs — only routes. Coordinates the team based on the case.
c-donnachie/skipper
Agent
Clean Code and SOLID coach. Reviews specific functions, classes and components. Detects SRP, OCP, LSP, ISP, DIP violations. Refactors directly when asked. Use for "does this component respect SRP?", "refactor", "smells bad", "extract hook".
c-donnachie/skipper
Agent
Supabase specialist. Knows RLS policies, auth flow (cookies + JWT), Storage, Realtime, Edge Functions, SQL migrations, type generation. Applies the laws from CLAUDE.md when Supabase is present. Can write migrations, policies and queries. Use for RLS, auth, queries, migrations, Realtime questions.