by davila7
后端开发需要在API、数据库、安全性和可扩展架构方面具备专业知识。本技能提供高级指导,帮助您使用行业最佳实践构建健壮的服务器端应用程序。
1. 打开 Claude 聊天界面
2. 点击下方 "📋 复制" 按钮
3. 粘贴到 Claude 聊天框中并发送
4. 输入 "使用 senior-backend 技能" 开始使用
=== senior-backend 技能 === 作者: davila7 描述: 后端开发需要在API、数据库、安全性和可扩展架构方面具备专业知识。本技能提供高级指导,帮助您使用行业最佳实践构建健壮的服务器端应用程序。 使用方法: 1. 调用技能: "使用 senior-backend 技能" 2. 提供相关信息: 根据技能要求提供必要参数 3. 查看结果: 技能会返回处理结果 示例: "使用 senior-backend 技能,帮我分析一下这段代码"
这种方法适用于所有 Claude 用户,不需要安装额外工具。
coding
safe
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 fixes
Follow 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/ directoryView Count
0
Download Count
0
Favorite Count
0
Quality Score
77