Files
skills/skills/misc/README.md
T
Remote Box AgentandClaude Sonnet 5 321658273c Remove all em-dashes from the repo
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>
2026-08-19 10:03:37 +00:00

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 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.