mirror of
https://github.com/mattpocock/skills.git
synced 2026-09-12 10:28:06 +07:00
Every em-dash across docs, skill files, scripts, and JSON/YAML metadata was rewritten by hand (commas, colons, periods, parentheses, conjunctions) rather than mechanically substituted, so sentences still read naturally. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
684 B
684 B
Misc
Tools I keep around but rarely use, not promoted in the plugin.
- 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
astype 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.