What problem does it solve? Backend development involves repetitive setup work: scaffolding API projects, managing database migrations, and validating performance under load. This Skill provides scripts and reference guides that standardize these tasks across Node.js, Express, Go, Python, PostgreSQL, GraphQL, and REST API projects. ## Core Features & Use Cases - API Scaffolding: Generate new API project structures with built-in best practices using the api_scaffolder.py script. - Database Migration Management: Run and analyze database migrations with the database_migration_tool.py script, with verbose and JSON output options. - API Load Testing: Execute load tests against backend endpoints using the api_load_tester.py script to validate performance before deployment. - Use Case: When building a new REST API backed by PostgreSQL, use the scaffolder to create the project skeleton, apply migrations with the migration tool, then run the load tester to verify the endpoints handle expected traffic. ## Quick Start Ask the assistant to scaffold a new REST API project in your target directory and then review the API design patterns reference for structuring the endpoints.