read_agent_docs
Retrieve coding guidelines and docs from configured Git repositories to understand codebase conventions, architecture decisions, and implementation patterns before making changes.
Instructions
Read agent documentation and coding guidelines from configured repositories. Use this when you need context about how to work with a codebase, understand coding patterns, architecture decisions, or get implementation guidelines. The documentation provides best practices, conventions, and important context for making code changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repository | No | Optional: specific repository URL or name to get docs from. If not provided, returns all configured docs. |