Copilot instructions for Python with type hints and docstrings
$ 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] ```