🐍

Python Expert

Описание

Инструкции для второго пилота для Python с подсказками по типам и строками документации

$ 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]
```

Теги

pythontypesdocs