# senior-fullstack > 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. - Author: salomonsv81 - Repository: salomonsv81/mis_skills_antigravity - Version: 20260201224406 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/salomonsv81/mis_skills_antigravity - Web: https://mule.run/skillshub/@@salomonsv81/mis_skills_antigravity~senior-fullstack:20260201224406 --- --- name: senior-fullstack 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. --- # Senior Fullstack Complete toolkit for senior fullstack with modern tools and best practices. ## Tech Stack **Languages:** TypeScript, JavaScript, Python, Go, Swift, Kotlin **Frontend:** React, Next.js, React Native, Flutter **Backend:** Node.js, Express, GraphQL, REST APIs **Database:** PostgreSQL, Prisma, NeonDB, Supabase **DevOps:** Docker, Kubernetes, Terraform, GitHub Actions, CircleCI **Cloud:** AWS, GCP, Azure ## Core Capabilities ### 1. Fullstack Scaffolder - Automated scaffolding - Best practices built-in - Configurable templates - Quality checks ### 2. Project Scaffolder - Deep analysis - Performance metrics - Recommendations - Automated fixes ### 3. Code Quality Analyzer - Expert-level automation - Custom configurations - Integration ready - Production-grade output ## Best Practices Summary ### Code Quality - Follow established patterns - Write comprehensive tests - Document decisions - Review regularly ### Performance - Measure before optimizing - Use appropriate caching - Optimize critical paths - Monitor in production ### Security - Validate all inputs - Use parameterized queries - Implement proper authentication - Keep dependencies updated ### Maintainability - Write clear code - Use consistent naming - Add helpful comments - Keep it simple ## Common Commands ```bash # Development npm run dev npm run build npm run test npm run lint # Deployment docker build -t app:latest . docker-compose up -d kubectl apply -f k8s/ ```