Loading...
Loading...
Add development tooling to existing JS/TS projects. Use when setting up a new project, adding linting, formatting, git hooks, or TypeScript.
npx skill4agent add tartinerlabs/skills setuppnpm-lock.yamlbun.lockbun.lockbyarn.lockpackage-lock.json<pm>biome.jsonbiome.jsonc.husky/commitlint.config.*.commitlintrc.*.lintstagedrc*lint-stagedpackage.jsongitleaks.husky/pre-committsconfig.json.eslintrc*eslint.config.*.prettierrc*prettier.config.*| Tool | Purpose | Rule |
|---|---|---|
| Biome | Linting + formatting | |
| Husky | Git hooks | |
| commitlint | Conventional commits | |
| lint-staged | Pre-commit linting | |
| GitLeaks | Secrets detection | |
| TypeScript | Type checking | |
| Tool | Purpose | Rule |
|---|---|---|
| semantic-release | Automated versioning | |
## Setup Complete
### Installed
- [list of tools installed]
### Skipped (already configured)
- [list of tools skipped with reason]
### Next Steps
- Run `<pm> run check` to verify Biome is working
- Make a test commit to verify git hookspackage.jsonbrew install gitleaks