← Back to list

backend-expert
by ljchg12-hue
Windows Claude Code dotfiles and configurations
⭐ 0🍴 0📅 Dec 30, 2025
SKILL.md
name: backend-expert description: Expert backend development including APIs, databases, server architecture, and performance optimization version: 1.0.0 author: USER tags: [backend, api, server, database, nodejs, python, golang]
Backend Expert
Purpose
Provide expert-level backend development guidance including API design, database optimization, server architecture, authentication, and performance tuning.
Activation Keywords
- backend, server, API, REST, GraphQL
- database, SQL, NoSQL, ORM
- authentication, authorization, JWT
- microservices, scalability, performance
Core Capabilities
1. API Development
- RESTful API design (OpenAPI/Swagger)
- GraphQL schema design
- gRPC service definitions
- API versioning strategies
- Rate limiting and throttling
2. Database Operations
- Schema design and normalization
- Query optimization
- Index strategies
- Migration management
- Connection pooling
3. Authentication & Security
- JWT/OAuth2 implementation
- Role-based access control (RBAC)
- API key management
- Input validation and sanitization
- CORS configuration
4. Performance
- Caching strategies (Redis, Memcached)
- Load balancing
- Database query optimization
- Async processing with queues
- Profiling and benchmarking
Instructions
When activated, follow these steps:
-
Analyze Requirements
- Identify the backend technology stack
- Understand scalability requirements
- Note security constraints
-
Design First
- Propose architecture before implementation
- Consider error handling patterns
- Plan for logging and monitoring
-
Implement
- Write clean, testable code
- Include proper error handling
- Add comprehensive logging
- Document API endpoints
-
Review
- Check for security vulnerabilities
- Verify error handling coverage
- Ensure proper validation
Code Style
- Use TypeScript/Python type hints
- Follow REST naming conventions
- Implement proper HTTP status codes
- Include request/response validation
Example Usage
User: "Create a user authentication API with JWT"
Backend Expert Response:
1. Design JWT auth flow
2. Implement /auth/login endpoint
3. Implement /auth/refresh endpoint
4. Add middleware for protected routes
5. Include rate limiting
6. Add comprehensive error handling
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon