get_standards
Retrieve coding standards and best practices for your project. Filter by area such as testing, error handling, or TypeScript to get relevant guidelines before writing code.
Instructions
Use this when checking coding conventions before or during implementation. Returns coding standards, style guides, and best practices from local docs. Filter by area: 'testing', 'error-handling', 'typescript', 'api', etc. Use when the user asks 'what are our testing conventions?' or 'how should I handle errors?' or before writing significant code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| area | No | Filter by area: 'testing', 'typescript', 'error-handling', etc. Omit to get all standards. |