← スキル一覧に戻る

database-integration
by Ingramml
Map on Racial Terrorism.
⭐ 0🍴 0📅 2025年11月6日
SKILL.md
name: Database Integration description: Database integration patterns for SQL and NoSQL databases. Use when working with database schemas, queries, migrations, or ORM configurations. Supports PostgreSQL, BigQuery, MongoDB, MySQL with progressive disclosure. allowed-tools: Read, Glob, Grep version: 1.0.0
Database Integration
Purpose
Provide database integration patterns and best practices for multiple database types with progressive disclosure to manage context.
When This Activates
- User mentions "database", "schema", "query", "migration"
- User working with SQL or NoSQL
- User configuring ORM
Steps
Step 1: Detect Database Type
Ask user or detect from project:
- PostgreSQL
- BigQuery
- MongoDB
- MySQL
- Other
Step 2: Load Appropriate Patterns
Based on database type, load specific pattern file (progressive disclosure)
Step 3: Provide Guidance
Apply patterns to user's specific use case
Supported Databases
- PostgreSQL (reference/postgres-patterns.md)
- BigQuery (reference/bigquery-patterns.md)
- MongoDB (reference/mongo-patterns.md)
- MySQL (reference/mysql-patterns.md)
Changelog
Version 1.0.0 (2025-10-20)
- Initial release
- Multi-database support
- Progressive disclosure pattern
End of Skill
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です