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.
Scanned 8/31/2026
Install to Claude Code
npx -y skills add wsauret/flywheel --skill language-standards --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Language Standards?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/wsauret-language-standards)More formats (shields.io, HTML) on the badges page.
---
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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!