💼 データベース
SQLやNoSQLを用いたデータベースの設計、開発、運用、最適化、データエンジニアリングまでを一貫して行うSkill。
📺 まず動画で見る(YouTube)
▶ 【自動化】AIガチ勢の最新活用術6選がこれ1本で丸分かり!【ClaudeCode・AIエージェント・AI経営・Skills・MCP】 ↗
※ jpskill.com 編集部が参考用に選んだ動画です。動画の内容と Skill の挙動は厳密には一致しないことがあります。
📜 元の英語説明(参考)
Database development and operations workflow covering SQL, NoSQL, database design, migrations, optimization, and data engineering.
🇯🇵 日本人クリエイター向け解説
SQLやNoSQLを用いたデータベースの設計、開発、運用、最適化、データエンジニアリングまでを一貫して行うSkill。
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o database.zip https://jpskill.com/download/2738.zip && unzip -o database.zip && rm database.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/2738.zip -OutFile "$d\database.zip"; Expand-Archive "$d\database.zip" -DestinationPath $d -Force; ri "$d\database.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
database.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
databaseフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-17
- 取得日時
- 2026-05-17
- 同梱ファイル
- 1
💬 こう話しかけるだけ — サンプルプロンプト
- › Database で、私のビジネスを分析して改善案を3つ提案して
- › Database を使って、来週の会議用の資料を作って
- › Database で、現状の課題を整理してアクションプランに落として
これをClaude Code に貼るだけで、このSkillが自動発動します。
📖 Claude が読む原文 SKILL.md(中身を展開)
この本文は AI(Claude)が読むための原文(英語または中国語)です。日本語訳は順次追加中。
Database Workflow Bundle
Overview
Comprehensive database workflow for database design, development, optimization, migrations, and data engineering. Covers SQL, NoSQL, and modern data platforms.
When to Use This Workflow
Use this workflow when:
- Designing database schemas
- Implementing database migrations
- Optimizing query performance
- Setting up data pipelines
- Managing database operations
- Implementing data quality
Workflow Phases
Phase 1: Database Design
Skills to Invoke
database-architect- Database architecturedatabase-design- Schema designpostgresql- PostgreSQL designnosql-expert- NoSQL design
Actions
- Gather requirements
- Design schema
- Define relationships
- Plan indexing strategy
- Design for scalability
Copy-Paste Prompts
Use @database-architect to design database schema
Use @postgresql to design PostgreSQL schema
Phase 2: Database Implementation
Skills to Invoke
prisma-expert- Prisma ORMdatabase-migrations-sql-migrations- SQL migrationsneon-postgres- Serverless Postgres
Actions
- Set up database connection
- Configure ORM
- Create migrations
- Implement models
- Set up seed data
Copy-Paste Prompts
Use @prisma-expert to set up Prisma ORM
Use @database-migrations-sql-migrations to create migrations
Phase 3: Query Optimization
Skills to Invoke
database-optimizer- Database optimizationsql-optimization-patterns- SQL optimizationpostgres-best-practices- PostgreSQL optimization
Actions
- Analyze slow queries
- Review execution plans
- Optimize indexes
- Refactor queries
- Implement caching
Copy-Paste Prompts
Use @database-optimizer to optimize database performance
Use @sql-optimization-patterns to optimize SQL queries
Phase 4: Data Migration
Skills to Invoke
database-migration- Database migrationframework-migration-code-migrate- Code migration
Actions
- Plan migration strategy
- Create migration scripts
- Test migration
- Execute migration
- Verify data integrity
Copy-Paste Prompts
Use @database-migration to plan database migration
Phase 5: Data Pipeline Development
Skills to Invoke
data-engineer- Data engineeringdata-engineering-data-pipeline- Data pipelinesairflow-dag-patterns- Airflow workflowsdbt-transformation-patterns- dbt transformations
Actions
- Design data pipeline
- Set up data ingestion
- Implement transformations
- Configure scheduling
- Set up monitoring
Copy-Paste Prompts
Use @data-engineer to design data pipeline
Use @airflow-dag-patterns to create Airflow DAGs
Phase 6: Data Quality
Skills to Invoke
data-quality-frameworks- Data qualitydata-engineering-data-driven-feature- Data-driven features
Actions
- Define quality metrics
- Implement validation
- Set up monitoring
- Create alerts
- Document standards
Copy-Paste Prompts
Use @data-quality-frameworks to implement data quality checks
Phase 7: Database Operations
Skills to Invoke
database-admin- Database administrationbackup-automation- Backup automation
Actions
- Set up backups
- Configure replication
- Monitor performance
- Plan capacity
- Implement security
Copy-Paste Prompts
Use @database-admin to manage database operations
Database Technology Workflows
PostgreSQL
Skills: postgresql, postgres-best-practices, neon-postgres, prisma-expert
MongoDB
Skills: nosql-expert, azure-cosmos-db-py
Redis
Skills: bullmq-specialist, upstash-qstash
Data Warehousing
Skills: clickhouse-io, dbt-transformation-patterns
Quality Gates
- [ ] Schema designed and reviewed
- [ ] Migrations tested
- [ ] Performance benchmarks met
- [ ] Backups configured
- [ ] Monitoring in place
- [ ] Documentation complete
Related Workflow Bundles
development- Application developmentcloud-devops- Infrastructureai-ml- AI/ML data pipelinestesting-qa- Data testing
Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.