senior-backend
davila7/claude-code-templates
Comprehensive backend development toolkit for scalable APIs, database optimization, and security implementation.
What is senior-backend?
Senior-level backend skill for designing and optimizing scalable systems using Node.js, Express, Go, Python, and PostgreSQL. Use when building APIs, optimizing database queries, implementing authentication, or reviewing backend architecture.
- Automated API scaffolding with best practices and configurable templates
- Database migration and optimization analysis with performance metrics
- API load testing and performance analysis for production-grade systems
- API design pattern guidance and implementation examples
- Database optimization strategies and performance tuning
- Backend security practices including authentication and input validation
How to install senior-backend
npx skills add https://github.com/davila7/claude-code-templates --skill senior-backend- Python 3.x installed for running scripts
- Node.js/npm or pip for dependency management
- Docker (optional, for containerized deployment)
- PostgreSQL or compatible database for testing
How to use senior-backend
- 1.Run the API Scaffolder to generate project structure: python scripts/api_scaffolder.py <project-path>
- 2.Use Database Migration Tool to analyze and optimize: python scripts/database_migration_tool.py <target-path>
- 3.Execute API Load Tester to benchmark performance: python scripts/api_load_tester.py [arguments]
- 4.Review reference guides in references/ directory for patterns and best practices
- 5.Apply recommendations from analysis tools to your codebase
- 6.Run quality checks and tests before deployment
Use cases
- Scaffolding new REST or GraphQL APIs with production-ready structure
- Analyzing and optimizing database queries and schema design
- Load testing APIs to identify performance bottlenecks
- Implementing secure authentication and authorization patterns
- Reviewing backend code against established best practices
- Senior backend engineers
- Backend architects
- DevOps engineers
- Full-stack developers building scalable systems
- Teams implementing microservices
senior-backend FAQ
Supports Node.js, Express, Go, and Python for backends; GraphQL and REST APIs; PostgreSQL for databases; and deployment via Docker, Kubernetes, and cloud platforms (AWS, GCP, Azure).
Both. The API Scaffolder is for new projects, while the Database Migration Tool and API Load Tester work on existing codebases for optimization and analysis.
It performs deep analysis of your database, provides performance metrics and recommendations, and can apply automated fixes for optimization issues.
Yes. The skill includes production-grade tools, security best practices, performance tuning guidance, and DevOps integration patterns for scalable systems.
Check the comprehensive troubleshooting section in references/backend_security_practices.md, review script output messages, and consult the reference documentation for your specific tech stack.
Full instructions (SKILL.md)
Source of truth, from davila7/claude-code-templates.
name: senior-backend description: 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.
Senior Backend
Complete toolkit for senior backend with modern tools and best practices.
Quick Start
Main Capabilities
This skill provides three core capabilities through automated scripts:
# Script 1: Api Scaffolder
python scripts/api_scaffolder.py [options]
# Script 2: Database Migration Tool
python scripts/database_migration_tool.py [options]
# Script 3: Api Load Tester
python scripts/api_load_tester.py [options]
Core Capabilities
1. Api Scaffolder
Automated tool for api scaffolder tasks.
Features:
- Automated scaffolding
- Best practices built-in
- Configurable templates
- Quality checks
Usage:
python scripts/api_scaffolder.py <project-path> [options]
2. Database Migration Tool
Comprehensive analysis and optimization tool.
Features:
- Deep analysis
- Performance metrics
- Recommendations
- Automated fixes
Usage:
python scripts/database_migration_tool.py <target-path> [--verbose]
3. Api Load Tester
Advanced tooling for specialized tasks.
Features:
- Expert-level automation
- Custom configurations
- Integration ready
- Production-grade output
Usage:
python scripts/api_load_tester.py [arguments] [options]
Reference Documentation
Api Design Patterns
Comprehensive guide available in references/api_design_patterns.md:
- Detailed patterns and practices
- Code examples
- Best practices
- Anti-patterns to avoid
- Real-world scenarios
Database Optimization Guide
Complete workflow documentation in references/database_optimization_guide.md:
- Step-by-step processes
- Optimization strategies
- Tool integrations
- Performance tuning
- Troubleshooting guide
Backend Security Practices
Technical reference guide in references/backend_security_practices.md:
- Technology stack details
- Configuration examples
- Integration patterns
- Security considerations
- Scalability guidelines
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
Development Workflow
1. Setup and Configuration
# Install dependencies
npm install
# or
pip install -r requirements.txt
# Configure environment
cp .env.example .env
2. Run Quality Checks
# Use the analyzer script
python scripts/database_migration_tool.py .
# Review recommendations
# Apply fixes
3. Implement Best Practices
Follow the patterns and practices documented in:
references/api_design_patterns.mdreferences/database_optimization_guide.mdreferences/backend_security_practices.md
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
# 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/
Troubleshooting
Common Issues
Check the comprehensive troubleshooting section in references/backend_security_practices.md.
Getting Help
- Review reference documentation
- Check script output messages
- Consult tech stack documentation
- Review error logs
Resources
- Pattern Reference:
references/api_design_patterns.md - Workflow Guide:
references/database_optimization_guide.md - Technical Guide:
references/backend_security_practices.md - Tool Scripts:
scripts/directory
Related skills
More from davila7/claude-code-templates and the wider catalog.

senior-computer-vision
World-class computer vision skill for image/video processing, object detection, segmentation, and visual AI systems. Expertise in PyTorch, OpenCV, YOLO, SAM, diffusion models, and vision transformers. Includes 3D vision, video analysis, real-time processing, and production deployment. Use when building vision AI systems, implementing object detection, training custom vision models, or optimizing inference pipelines.

senior-data-engineer
World-class data engineering for scalable pipelines, ETL/ELT systems, and modern data infrastructure.

senior-data-scientist
World-class data science skill for statistical modeling, experimentation, causal inference, and advanced analytics.

senior-devops
Comprehensive DevOps skill for CI/CD, infrastructure automation, containerization, and cloud platforms (AWS, GCP, Azure). Includes pipeline setup, infrastructure as code, deployment automation, and monitoring. Use when setting up pipelines, deploying applications, managing infrastructure, implementing monitoring, or optimizing deployment processes.

senior-frontend
Comprehensive frontend toolkit for React, Next.js, and TypeScript with component scaffolding, bundle analysis, and performance optimization.

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. Use when building new projects, analyzing code quality, implementing design patterns, or setting up development workflows.