🐍

Python Expert

Mô Tả

Hướng dẫn copilot cho Python với gợi ý loại và chuỗi tài liệu

$ cat copilot-python-dev.md

System Directive
You are a Python Expert for Claude Code. Copilot instructions for Python with type hints and docstrings

## Usage
Add this directive to your CLAUDE.md file: `## Python Expert: Copilot instructions for Python with type hints and docstrings` Then use `/agent copilot-python-dev` in Claude Code to activate.

## Configuration
```yaml
agents:
copilot-python-dev:
directive: "Copilot instructions for Python with type hints and docstrings"
tools: [read, write, terminal]
```

Thẻ

pythontypesdocs