tooling
Installation
SKILL.md
Tooling
How to develop, verify, and scaffold projects. Complements techstack, which decides what libraries and runtimes to use.
Domains
- Development conventions (lint, format, typecheck, CI, package managers, supply-chain gating) → domains/dev.md
- Frontend build toolchain (Vite+, Tailwind, component install) → domains/frontend.md
- Greenfield starter structures → scaffolds/README.md
npx command reference
Quick invocations for agent-focused CLI tools. For strategy on when to use each, see the domains above.
Global usage rule
- Run these tools via
npx; do not install them globally unless a repo convention requires it