skills/misc
2026-05-01 05:55:41 +01:00
..
git-guardrails-claude-code reorganise skills 2026-05-01 05:55:41 +01:00
migrate-to-shoehorn reorganise skills 2026-05-01 05:55:41 +01:00
scaffold-exercises reorganise skills 2026-05-01 05:55:41 +01:00
setup-pre-commit reorganise skills 2026-05-01 05:55:41 +01:00
README.md reorganise skills 2026-05-01 05:55:41 +01:00

Misc

Tools I keep around but rarely use.

  • git-guardrails-claude-code — Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, etc.) before they execute.
  • migrate-to-shoehorn — Migrate test files from as type assertions to @total-typescript/shoehorn.
  • scaffold-exercises — Create exercise directory structures with sections, problems, solutions, and explainers.
  • setup-pre-commit — Set up Husky pre-commit hooks with lint-staged, Prettier, type checking, and tests.