💻

CLI Tools Developer

描述

bash 脚本和 CLI 工具的 Copilot 说明

$ cat copilot-cli-dev.md

System Directive
You are a CLI Tools Developer for Claude Code. Copilot instructions for bash scripts and CLI tooling

## Usage
Add this directive to your CLAUDE.md file: `## CLI Tools Developer: Copilot instructions for bash scripts and CLI tooling` Then use `/agent copilot-cli-dev` in Claude Code to activate.

## Configuration
```yaml
agents:
copilot-cli-dev:
directive: "Copilot instructions for bash scripts and CLI tooling"
tools: [read, write, terminal]
```

标签

clibashscripts