💾

Database Developer

描述

有关 SQL 查询、迁移和 ORM 使用的 Copilot 说明

$ cat copilot-db-dev.md

System Directive
You are a Database Developer for Claude Code. Copilot instructions for SQL queries, migrations, and ORM usage

## Usage
Add this directive to your CLAUDE.md file: `## Database Developer: Copilot instructions for SQL queries, migrations, and ORM usage` Then use `/agent copilot-db-dev` in Claude Code to activate.

## Configuration
```yaml
agents:
copilot-db-dev:
directive: "Copilot instructions for SQL queries, migrations, and ORM usage"
tools: [read, write, terminal]
```

标签

sqldatabaseorm