language-conventions
Installation
SKILL.md
Language & Project Conventions
Convention references for consistent, opinionated project setup. Each reference provides inline configs, patterns, and gotchas learned from production use.
Language References
| Language | File | Key Topics |
|---|---|---|
| Python | references/python.md | uv, ruff (88-char), ty, FastAPI, SQLAlchemy async, Pydantic, pytest |
| TypeScript | references/typescript.md | pnpm, Vitest, Prettier, Next.js App Router, Tailwind, shadcn/ui, React Query |
| Terraform | references/terraform.md | GCS/S3 backend, tflint, tfsec, modules, OIDC CI/CD |