// Comprehensive fullstack development skill for building complete web applications with React, Next.js, Node.js, GraphQL, and PostgreSQL. Includes project scaffolding, code quality analysis, architecture patterns, and complete tech stack guidance. Use when building new projects, analyzing code quality, implementing design patterns, or setting up development workflows.
| name | senior-fullstack |
| title | Senior Fullstack Skill Package |
| description | Comprehensive fullstack development skill for building complete web applications with React, Next.js, Node.js, GraphQL, and PostgreSQL. Includes project scaffolding, code quality analysis, architecture patterns, and complete tech stack guidance. Use when building new projects, analyzing code quality, implementing design patterns, or setting up development workflows. |
| domain | engineering |
| subdomain | fullstack-development |
| difficulty | advanced |
| time-saved | TODO: Quantify time savings |
| frequency | TODO: Estimate usage frequency |
| use-cases | ["Primary workflow for Senior Fullstack","Analysis and recommendations for senior fullstack tasks","Best practices implementation for senior fullstack","Integration with related skills and workflows"] |
| related-agents | [] |
| related-skills | [] |
| related-commands | [] |
| orchestrated-by | [] |
| dependencies | {"scripts":[],"references":[],"assets":[]} |
| compatibility | {"python-version":"3.8+","platforms":["macos","linux","windows"]} |
| tech-stack | ["Python 3.8+","Markdown"] |
| examples | [{"title":"Example Usage","input":"TODO: Add example input for senior-fullstack","output":"TODO: Add expected output"}] |
| stats | {"downloads":0,"stars":0,"rating":0,"reviews":0} |
| version | v1.0.0 |
| author | Claude Skills Team |
| contributors | [] |
| created | "2025-10-19T00:00:00.000Z" |
| updated | "2025-11-23T00:00:00.000Z" |
| license | MIT |
| tags | ["analysis","architecture","design","development","engineering","fullstack","senior"] |
| featured | false |
| verified | true |
Expert-level fullstack development skill with production-ready tools for modern web application development. Covers architecture patterns, tech stack mastery, and automated quality analysis.
This skill provides comprehensive fullstack development capabilities through three core automation tools and extensive reference documentation. Whether you're scaffolding a new project, analyzing code quality, or implementing complex architecture patterns, this skill delivers production-ready solutions.
Use this skill when:
Generate production-ready fullstack projects with complete infrastructure.
Features:
Usage:
python scripts/project_scaffolder.py my-project --type nextjs-graphql
cd my-project && docker-compose up -d
Supported Stacks:
Comprehensive code analysis with actionable recommendations.
Features:
Usage:
python scripts/code_quality_analyzer.py /path/to/project
python scripts/code_quality_analyzer.py /path/to/project --json
Rapid fullstack application generation with best practices built-in.
Usage:
python scripts/fullstack_scaffolder.py my-app --stack nextjs-graphql
Generate production-ready fullstack projects with complete infrastructure.
Key Features:
Common Usage:
# Create Next.js + GraphQL project
python scripts/project_scaffolder.py my-project --type nextjs-graphql
# React + REST API
python scripts/project_scaffolder.py my-app --type react-rest
# Start services
cd my-project && docker-compose up -d
# Help
python scripts/project_scaffolder.py --help
Use Cases:
Comprehensive code analysis with actionable recommendations.
Key Features:
Common Usage:
# Analyze project
python scripts/code_quality_analyzer.py /path/to/project
# JSON output for CI/CD
python scripts/code_quality_analyzer.py /path/to/project --json
# Focus on security
python scripts/code_quality_analyzer.py /path/to/project --security-only
# Help
python scripts/code_quality_analyzer.py --help
Use Cases:
Rapid fullstack application generation with best practices built-in.
Key Features:
Common Usage:
# Scaffold fullstack app
python scripts/fullstack_scaffolder.py my-app --stack nextjs-graphql
# Custom configuration
python scripts/fullstack_scaffolder.py my-app --frontend react --backend express --db postgresql
# Help
python scripts/fullstack_scaffolder.py --help
Use Cases:
See tech-stacks.md for comprehensive tool documentation.
Time: 30 minutes for complete setup
# Create project
python scripts/project_scaffolder.py my-app --type nextjs-graphql
cd my-app
cp .env.example .env
# Edit .env with configuration
docker-compose up -d
npm run migrate
npm run dev
See architecture-patterns.md for architecture guidance.
Time: 15-20 minutes for full analysis
python scripts/code_quality_analyzer.py ./
npm audit fix
npm run lint -- --fix
npm test
npm run build
python scripts/code_quality_analyzer.py ./ --json > quality-report.json
Time: 1-2 hours for initial deployment
npm test && npm run build
docker build -t my-app:latest .
docker-compose -f docker-compose.prod.yml up -d
Or deploy to Kubernetes:
kubectl apply -f k8s/
curl https://your-app.com/health
See best-practices.md for deployment best practices.
Detailed guides available in the references/ directory:
architecture-patterns.md - Comprehensive architecture guide covering:
tech-stacks.md - Complete technology reference including:
best-practices.md - Industry standards and guidelines for:
# 1. Generate project structure
python scripts/project_scaffolder.py my-app --type nextjs-graphql
# 2. Configure environment
cd my-app
cp .env.example .env
# Edit .env with your configuration
# 3. Start development services
docker-compose up -d
# 4. Run database migrations
npm run migrate
# 5. Start development server
npm run dev
# 1. Run comprehensive analysis
python scripts/code_quality_analyzer.py ./
# 2. Review recommendations and fix issues
npm audit fix # Security vulnerabilities
npm run lint -- --fix # Linting errors
npm test # Run test suite
# 3. Build for production
npm run build
# 4. Re-analyze to verify improvements
python scripts/code_quality_analyzer.py ./ --json
# 1. Ensure quality checks pass
npm test && npm run build
# 2. Build Docker image
docker build -t my-app:latest .
# 3. Deploy with Docker Compose
docker-compose -f docker-compose.prod.yml up -d
# Or deploy to Kubernetes
kubectl apply -f k8s/
# 4. Verify deployment
curl https://your-app.com/health
Frontend: React, Next.js, TypeScript, Tailwind CSS Backend: Node.js, Express, GraphQL, REST APIs Database: PostgreSQL, Prisma ORM, NeonDB, Supabase DevOps: Docker, Kubernetes, Terraform, GitHub Actions Cloud: AWS, GCP, Azure, Vercel Testing: Jest, React Testing Library, Cypress
For detailed technology guides, see tech-stacks.md.
1. E-commerce Platform
2. SaaS Dashboard
3. Mobile + Web App
4. Content Management System
scripts/ directory--help flagVersion: 1.0.0 Last Updated: 2025-11-08 Documentation Structure: Progressive disclosure with references/