Bootstrap new projects with strong typing, linting, formatting, and testing. Supports Python, TypeScript, and other languages with research fallback.
/plugin marketplace add dhruvbaldawa/ccconfigs/plugin install essentials@ccconfigsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
reference/common-patterns.mdreference/python.mdreference/typescript.mdfoo.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