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.
Install with Tessl CLI
npx tessl i github:sc30gsw/claude-code-customes --skill senior-backend53
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillValidation for skill structure
Complete toolkit for senior backend with modern tools and best practices.
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]Automated tool for api scaffolder tasks.
Features:
Usage:
python scripts/api_scaffolder.py <project-path> [options]Comprehensive analysis and optimization tool.
Features:
Usage:
python scripts/database_migration_tool.py <target-path> [--verbose]Advanced tooling for specialized tasks.
Features:
Usage:
python scripts/api_load_tester.py [arguments] [options]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
# 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 fixesFollow the patterns and practices documented in:
references/api_design_patterns.mdreferences/database_optimization_guide.mdreferences/backend_security_practices.md# 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/Check the comprehensive troubleshooting section in references/backend_security_practices.md.
references/api_design_patterns.mdreferences/database_optimization_guide.mdreferences/backend_security_practices.mdscripts/ directory45a1bdf
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.