Claude Code Plugin Management Project
This repository manages custom plugins for Claude Code.
Compatibility
This plugin collection is designed for Claude Code CLI and follows the official plugin marketplace specification. Compatible with Claude Code version 1.0.0 and above.
📁 Project Structure
fullstack-dev/
├── .claude-plugin/
│ └── marketplace.json # Claude Code configuration
└── plugins/
├── frontend/ # Frontend development plugin
├── backend/ # Backend development plugin
├── onboarding/ # Project onboarding plugin
└── development/ # Development workflow plugin
🔌 Plugins Overview
1. Frontend Plugin
Specialized agents for frontend development and UI engineering.
Included Agents (4):
react-specialist - React 19, Next.js 15, and modern frontend architecture expert
typescript-specialist - Advanced TypeScript type system and strict type safety expert
tailwind-specialist - Tailwind CSS design systems and performance optimization expert
graphql-architect - GraphQL architecture, federation, and schema design expert
2. Backend Plugin
Specialized agents for backend development, infrastructure, and data engineering.
Included Agents (14):
backend-architect - Backend architecture and microservices design
go-specialist - Go language development with modern patterns and concurrency
k8s-specialist - Kubernetes operations and cloud-native platform engineering
terraform-specialist - Terraform/OpenTofu IaC automation expert
grpc-specialist - gRPC service design and streaming systems
security-specialist - Security, DevSecOps, and compliance frameworks
sql-specialist - SQL database optimization and query tuning
cicd-specialist - CI/CD pipelines and deployment automation
cloud-architect - AWS/Azure/GCP multi-cloud infrastructure and FinOps
data-engineer - Data pipelines, warehouses, and streaming architectures
postgres-specialist - PostgreSQL database design and performance optimization
database-architect - Database technology selection and schema design
sre-specialist - Production monitoring, observability, and SRE practices
graphql-architect - GraphQL architecture, federation, and schema design expert (also in frontend)
3. Onboarding Plugin
Tools for project analysis and team onboarding.
Commands (1):
/onboard-project - Analyze a project directory and generate comprehensive onboarding report. Dynamically detects technologies and applies relevant skills (Go, React, GraphQL, gRPC, etc.)
Skills (7):
go-project - Comprehensive Go project analysis for onboarding. Analyzes architecture patterns, dependencies, package organization, and generates onboarding documentation.
go-rest-api - Go REST API project analysis using Echo, Gin, Chi, Fiber, or net/http. Analyzes routing patterns, middleware chains, handler implementations, authentication patterns, and generates API endpoint documentation.
go-graphql - Go GraphQL project analysis using gqlgen. Analyzes schema design, resolver implementations, directive usage, dataloaders, N+1 query patterns, and generates GraphQL API documentation.
go-grpc - Go gRPC project analysis using Protocol Buffers. Analyzes proto definitions, service implementations, interceptors, streaming patterns, and generates gRPC API documentation.
database-schema - Database schema and migration analysis. Supports Go-based migration tools (golang-migrate, goose, sql-migrate, atlas), identifies table relationships, and generates ER diagrams.
react-project - React/Next.js project analysis. Analyzes component structure, page counts, UI patterns, custom hooks, state management, and routing structure.
review-project - Project health analysis covering structural issues, security vulnerabilities, performance concerns, and code stability metrics. Generates comprehensive health reports with scores and actionable recommendations.
4. Development Plugin
Comprehensive plugin supporting overall development workflows, code quality, and project management.
Components:
- Agents (7) - Specialized development agents
code-reviewer - AI-powered code analysis and security scanning
debug-specialist - Error analysis and debugging expert
documentation-architect - Technical documentation and architecture guides
context-orchestrator - Context management and AI orchestration
codebase-analyzer - Architectural analysis, code redundancy, and complexity assessment
project-analyzer - Comprehensive project onboarding and architecture audits
claude-code-architect - Claude Code architecture understanding and dynamic component generation