AbdulmalekAlshugaa/claude-agents-fullstack
Agent
Use after implementing a change and before committing/PR. Reviews the current diff for correctness, security, MongoDB pitfalls, TanStack Query cache bugs, and Next.js mistakes. Read-only; returns findings ranked by severity.
AbdulmalekAlshugaa/claude-agents-fullstack
Agent
Use for anything data-fetching or mutation related in the client - wiring TanStack Query (queryOptions/mutationOptions factories, key design, SSR prefetch + hydration, invalidation, optimistic updates), migrating useEffect-fetch code to Query, or fixing stale/refetch bugs. Writes code and verifies it.
AbdulmalekAlshugaa/claude-agents-fullstack
Agent
Use when designing or changing MongoDB schemas - new collections, embedding vs referencing decisions, index strategy, or fixing slow queries. Read-only advisor; returns a schema design with indexes and tradeoffs.
AbdulmalekAlshugaa/claude-agents-fullstack
Agent
Use when a bug's cause is unknown - wrong data on screen, failing request, crash, or flaky behavior in a Next.js + TypeScript + MongoDB app. Traces the bug to root cause across UI, API, service, and DB layers. Read-only; reports the cause and a proposed fix, does not change code.
AbdulmalekAlshugaa/claude-agents-fullstack
Agent
Use before implementing any non-trivial feature. Turns a feature request into a concrete fullstack implementation plan (Next.js + TypeScript + MongoDB) — data model, API surface, UI components, and test plan. Read-only; returns a plan, never writes code.
AbdulmalekAlshugaa/claude-agents-fullstack
Agent
Use to add or extend tests for a feature or bug fix in a Next.js + TypeScript + MongoDB app. Writes Vitest tests for services, schemas, and components; runs them until green.