senior-backend
REST API、マイクロサービス、データベースアーキテクチャ、認証フロー、セキュリティ強化を含むバックエンド システムの設計・実装ができます。「REST APIを設計してほしい」「データベースクエリを最適化したい」「認証機能を実装したい」「マイクロサービスを構築したい」「バックエンドコードを見直してほしい」「GraphQLをセットアップしたい」「データベースマイグレーションに対応したい」「APIの負荷テストをしたい」といったご要望の際にご利用ください。Node.js/Express/Fastifyの開発、PostgreSQLの最適化、API セキュリティ、バックエンドアーキテクチャパターンに対応しています。
description の原文を見る
Designs and implements backend systems including REST APIs, microservices, database architectures, authentication flows, and security hardening. Use when the user asks to "design REST APIs", "optimize database queries", "implement authentication", "build microservices", "review backend code", "set up GraphQL", "handle database migrations", or "load test APIs". Covers Node.js/Express/Fastify development, PostgreSQL optimization, API security, and backend architecture patterns.
SKILL.md 本文
シニアバックエンドエンジニア
バックエンド開発パターン、API設計、データベース最適化、セキュリティプラクティス。
クイックスタート
# OpenAPI仕様からAPIルートを生成
python scripts/api_scaffolder.py openapi.yaml --framework express --output src/routes/
# データベーススキーマを分析してマイグレーションを生成
python scripts/database_migration_tool.py --connection postgres://localhost/mydb --analyze
# APIエンドポイントをロードテスト
python scripts/api_load_tester.py https://api.example.com/users --concurrency 50 --duration 30
ツール概要
1. API Scaffolder
スキーマ定義からAPIルートハンドラー、ミドルウェア、OpenAPI仕様を生成します。
入力: OpenAPI仕様(YAML/JSON)またはデータベーススキーマ 出力: ルートハンドラー、バリデーションミドルウェア、Type
...
詳細情報
- 作者
- Boboegg
- リポジトリ
- Boboegg/ai-resources
- ライセンス
- 不明
- 最終更新
- 2026/4/3
Source: https://github.com/Boboegg/ai-resources / ライセンス: 未指定