coding-guidelines
Coding Guidelines
These rules apply to every file touched, regardless of language or context. When in doubt: would a senior engineer who hates noise approve this?
Universal rules
No comments in code
Code must be self-explanatory through naming. Remove all comments that restate what the code does. The only acceptable documentation is a module-level docstring when a file's purpose is non-obvious, or a one-line docstring on a public API that cannot speak for itself.
# ❌
# Get user by id
More from bmsuisse/skills
autoresearch
>
15codeunit-analyzer
>
14deslop
>
14coding-guidelines-python
>
13init-app-stack
Use this skill whenever the user wants to bootstrap, scaffold, or initialize a new full-stack app with a Vite + React + TanStack + shadcn/ui frontend and a FastAPI + Postgres backend. Triggers on requests like "create a new app", "set up a project", "scaffold a full-stack app", "init a new project", or anything involving starting a fresh React/FastAPI application from scratch.
12databricks-sql-autotuner
>
12