AbdulmalekAlshugaa/claude-agents-fullstack

2Stars on the repository
20Mods indexed here, across every type
5d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

code-reviewer

01

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.

2 5d ago A 48 tokens

data-layer-engineer

02

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.

2 5d ago A 66 tokens

db-designer

03

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.

2 5d ago A 43 tokens

debugger

04

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.

2 5d ago A 71 tokens

planner

05

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.

2 5d ago A 57 tokens

test-writer

06

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.

2 5d ago A 45 tokens