npx skills add ...
npx skills add davila7/claude-code-templates --skill senior-backend
npx skills add davila7/claude-code-templates --skill senior-backend
Comprehensive backend development skill for building scalable backend systems using NodeJS, Express, Go, Python, Postgres, GraphQL, REST APIs. Includes API scaffolding, database optimization, security implementation, and performance tuning. Use when designing APIs, optimizing database queries, implementing business logic, handling authentication/authorization, or reviewing backend code.
Complete toolkit for senior backend with modern tools and best practices.
This skill provides three core capabilities through automated scripts:
Automated tool for api scaffolder tasks.
Features:
Usage:
Comprehensive analysis and optimization tool.
Features:
Usage:
Advanced tooling for specialized tasks.
Features:
Usage:
Comprehensive guide available in references/api_design_patterns.md:
Complete workflow documentation in references/database_optimization_guide.md:
Technical reference guide in references/backend_security_practices.md:
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
Follow the patterns and practices documented in:
references/api_design_patterns.mdreferences/database_optimization_guide.mdreferences/backend_security_practices.mdCheck the comprehensive troubleshooting section in references/backend_security_practices.md.
references/api_design_patterns.mdreferences/database_optimization_guide.mdreferences/backend_security_practices.mdscripts/ directorypython scripts/database_migration_tool.py <target-path> [--verbose]python scripts/api_load_tester.py [arguments] [options]# Install dependencies
npm install
# or
pip install -r requirements.txt
# Configure environment
cp .env.example .env# Use the analyzer script
python scripts/database_migration_tool.py .
# Review recommendations
# Apply fixes# Development
npm run dev
npm run build
npm run test
npm run lint
# Analysis
python scripts/database_migration_tool.py .
python scripts/api_load_tester.py --analyze
# Deployment
docker build -t app:latest .
docker-compose up -d
kubectl apply -f k8s/