npx claudepluginhub adelabdelgawad/fullstack-agentsUnified fullstack development toolkit with 28 AI agents, 8 commands, and 15 skill domains for FastAPI, Next.js, Docker, Celery, WebSocket, and more. Auto-triggers via SessionStart hook. Features intelligent code generation with interactive dialogue, pattern detection, and multi-agent orchestration.
A Claude Code plugin that brings intelligent, pattern-aware code generation to fullstack projects. Instead of static templates, it reads your codebase, asks the right questions, and generates code that fits—first time.
/plugin marketplace add https://github.com/adelabdelgawad/fullstack-agents
/plugin install fullstack-agents
/generate, /review, /analyze, /scaffold, /debug, /optimize, /validate, /status)/generate fullstack order coordinates backend, API routes, and frontend in one shot/status # Detect your stack and available actions
/generate entity product # Generate FastAPI entity with full CRUD
/generate data-table products # Generate Next.js management table
/generate fullstack order # Generate complete fullstack feature
/review patterns src/ # Validate code follows your architecture
/analyze codebase # Get a full project health overview
Agents follow a structured lifecycle: they detect your project type and existing patterns, ask clarifying questions, show a plan for approval, then generate. Every output is grounded in your actual codebase—not assumptions.
/generate entity product
> Analyzing codebase...
> Detected: bilingual fields (name_en/name_ar), soft delete (is_active), audit fields
>
> What relationships should this entity have?
| Layer | Technologies |
|---|---|
| Backend | FastAPI, SQLAlchemy 2.0, Pydantic, Celery, APScheduler |
| Frontend | Next.js 15+, React 19, TanStack Table, SWR, Tailwind |
| Infrastructure | Docker, Docker Compose, PostgreSQL, Redis, Nginx |
Compounding Engineering: each unit of work should make the next unit easier.
This plugin embodies that by detecting your patterns, building on existing work instead of replacing it, and suggesting what to do next after every generation.
MIT