| name | language-standards |
| description | Language-specific standards and idioms for Python, TypeScript, and SQL. Load when reviewing, implementing, or debugging code to apply the right conventions for the language at hand. |
| user-invocable | false |
Identify the language(s) in the code under review, then Read the corresponding reference:
| Language | Reference |
|---|
| Python | references/python.md |
| TypeScript | references/typescript.md |
| SQL | references/sql.md |
Read only what you need. If the code is TypeScript, read references/typescript.md — not all three. For multi-language code (e.g., Python with SQL queries), read both applicable references.