Language Standards

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. Use when this capability is needed.

tomevault-io ae1ebbb 2 files · 1.5 KB Updated

File contents

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.


Source: wsauret/flywheel — distributed by TomeVault.

tomevault-io/skills-registry/tree/main/wsauret--flywheel--language-standards commit ae1ebbbc75

Frequently asked questions

npx skillmds@latest add tomevault-io/language-standards