Senior Backend
Build scalable backend systems with automated tools and best practices
✨ The solution you've been looking for
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.
See It In Action
Interactive preview & real-world examples
AI Conversation Simulator
See how users interact with this skill
User Prompt
I need to create a new user management API with authentication. Generate the scaffolding with Express.js and PostgreSQL.
Skill Processing
Analyzing request...
Agent Response
Complete API structure with routes, middleware, database models, and security implementations following industry best practices
Quick Start (3 Steps)
Get up and running in minutes
Install
claude-code skill install senior-backend
claude-code skill install senior-backendConfig
First Trigger
@senior-backend helpCommands
| Command | Description | Required Args |
|---|---|---|
| @senior-backend api-design-and-scaffolding | Quickly scaffold a new REST or GraphQL API with best practices | None |
| @senior-backend database-performance-optimization | Analyze and optimize database queries and schema design | None |
| @senior-backend code-review-and-architecture-guidance | Review backend code and provide architectural recommendations | None |
Typical Use Cases
API Design and Scaffolding
Quickly scaffold a new REST or GraphQL API with best practices
Database Performance Optimization
Analyze and optimize database queries and schema design
Code Review and Architecture Guidance
Review backend code and provide architectural recommendations
Overview
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:
1# Script 1: Api Scaffolder
2python scripts/api_scaffolder.py [options]
3
4# Script 2: Database Migration Tool
5python scripts/database_migration_tool.py [options]
6
7# Script 3: Api Load Tester
8python 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:
1python 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:
1python 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:
1python 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
1# Install dependencies
2npm install
3# or
4pip install -r requirements.txt
5
6# Configure environment
7cp .env.example .env
2. Run Quality Checks
1# Use the analyzer script
2python scripts/database_migration_tool.py .
3
4# Review recommendations
5# 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
1# Development
2npm run dev
3npm run build
4npm run test
5npm run lint
6
7# Analysis
8python scripts/database_migration_tool.py .
9python scripts/api_load_tester.py --analyze
10
11# Deployment
12docker build -t app:latest .
13docker-compose up -d
14kubectl 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
What Users Are Saying
Real feedback from the community
Environment Matrix
Dependencies
Framework Support
Context Window
Security & Privacy
Information
- Author
- davila7
- Updated
- 2026-01-30
- Category
- cms-platforms
Related Skills
Senior Backend
Comprehensive backend development skill for building scalable backend systems using NodeJS, Express, …
View Details →Api Design Principles
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs …
View Details →Api Design Principles
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs …
View Details →