// Bootstrap new projects with strong typing, linting, formatting, and testing. Supports Python, TypeScript, and other languages with research fallback.
| name | project-setup |
| description | Bootstrap new projects with strong typing, linting, formatting, and testing. Supports Python, TypeScript, and other languages with research fallback. |
foo.ts โ foo.test.ts; obvious what's testedreference/ for language guide (Python, TypeScript)reference/python.md - uv, ruff, basedpyright, pytestreference/typescript.md - pnpm, ESLint, Prettier, Vitestreference/common-patterns.md - Testing philosophy, CI patterns, securityPrefer tools that are: ecosystem standard, actively maintained, strict by default, fast, well-integrated (editor + CI + pre-commit).
any without justification