npx claudepluginhub adelabdelgawad/full-stackChecks that service methods include audit logging for mutations
Enforces CamelModel inheritance for all Pydantic schemas to ensure camelCase JSON serialization
Enforces the mandatory async event loop handling pattern for Celery tasks to prevent 'Event loop is closed' production crashes
Enforce FastAPI + SQLAlchemy + Pydantic patterns for consistent backend development
Enforces proper separation of concerns between routers, services, and repositories
Checks React/Next.js components for RTL layout issues that break Arabic layouts
Checks for proper database session lifecycle management in FastAPI endpoints and services
Generate production-ready Docker configurations for full-stack applications with multi-environment support, monitoring, and load balancing
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.
A comprehensive collection of Claude Code plugins and skills for full-stack development with FastAPI, SQLAlchemy, Celery, React/Next.js, and more.
/plugin marketplace add adelabdelgawad/full-stack
After adding the marketplace, install the plugins you need:
# Install all plugins
/plugin install audit-logging@full-stack
/plugin install camelmodel-enforcement@full-stack
/plugin install celery-async-pattern@full-stack
/plugin install fastapi-patterns@full-stack
/plugin install repository-pattern@full-stack
/plugin install rtl-safety@full-stack
/plugin install session-management@full-stack
Or install them individually as needed.
Enforce FastAPI + SQLAlchemy + Pydantic patterns for consistent backend development.
Features:
Install: /plugin install fastapi-patterns@full-stack
Enforces proper separation of concerns between layers (routes, services, repositories).
Features:
Install: /plugin install repository-pattern@full-stack
Checks for proper database session lifecycle management.
Features:
Install: /plugin install session-management@full-stack
Enforces async event loop handling pattern for Celery tasks.
Features:
_run_async() helper for gevent compatibilityInstall: /plugin install celery-async-pattern@full-stack
Checks that service methods include audit logging for mutations.
Features:
Install: /plugin install audit-logging@full-stack
Generate production-ready Docker configurations with monitoring and load balancing.
Features:
Install: /plugin install docker-stack@full-stack
Enforces CamelModel inheritance for all Pydantic schemas.
Features:
Install: /plugin install camelmodel-enforcement@full-stack
Checks React/Next.js components for RTL (Right-to-Left) layout issues.
Features:
Install: /plugin install rtl-safety@full-stack
Skills are specialized knowledge modules that Claude Code automatically activates when working on specific tasks. Think of them as expert guides for common development patterns.
How They Work:
See the skills/README.md for detailed information about each skill.