Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Unified 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.
npx claudepluginhub adelabdelgawad/fullstack-agents --plugin fullstack-agentsAnalyze codebase, architecture, dependencies, or patterns
Debug errors, analyze logs, or profile performance
Generate code with intelligent pattern detection and interactive dialogue
Optimize code for performance, cleanliness, or maintainability
Review code for quality, security, performance, or patterns
All agents in this plugin follow these core patterns for consistent behavior.
Patterns for detecting project type, existing code, and codebase state.
Interactive dialogue templates for gathering information from users.
Patterns for coordinating multiple agents to complete complex tasks.
Analyze system architecture, component relationships, data flow, and architectural patterns.
Resolve runtime and compile-time errors as a batch operation, not iteratively.
Production-ready Celery worker configuration for distributed task processing.
Dynamically detect project patterns and coding style before code generation. MANDATORY before first generation in any session.
Create Next.js data table pages with SSR initial load, simplified state management, and server-response-based UI updates. Use when asked to create a new data table page, entity management page, CRUD table, or admin list view. Generates page.tsx (SSR), table components, columns, context, actions, and API routes following a proven architecture with centralized reusable data-table component.
Use when encountering any bug, error, or unexpected behavior in a fullstack project — enforces root-cause-first debugging discipline before any fix attempts
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Complete fullstack development toolkit: React, Express/FastAPI, PostgreSQL scaffolding with AI agents
Full-stack web development with app scaffolding and page generation
Full-stack agents — frontend, backend, API, DevOps architects
Your AI development team. 36 agents and 32 skills for building, reviewing, debugging, and shipping production code. Supports Vue, React, Next.js, SvelteKit, Angular, Astro, and Nuxt.
15 specialized agents and 22 skills for TypeScript fullstack development with Fastify, Next.js, PostgreSQL, Redis, and more.
Claude Code plugin that uses skill architecture to intercept vague prompts, ask clarifying questions, and return structured framework-aware prompts that has credit saving patterns built in.
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