code-style
Installation
SKILL.md
Code Style
Bootstrap deterministic code style configuration. Detects languages in the repo and emits config files that standard tools consume to auto-fix code.
Supported Languages
| Language | Detection | Tools |
|---|---|---|
| JS/TS | tsconfig.json, package.json, .js, .ts, .jsx, .tsx |
ESLint + @stylistic/eslint-plugin |
| Go | go.mod, .go |
gofmt + golangci-lint |
| Python | pyproject.toml, requirements.txt, .py |
Ruff |