AI AGENT ADDONS
Testing & QA
2,450installs

This skill helps you replace unsafe as type assertions in your test files with a safer tool called shoehorn. It lets you pass only the data you need for a test without faking every property. Your code stays type-safe and easier to read.

Anyone writing TypeScript tests can use this skill. It saves time and reduces mistakes. You no longer have to build huge fake objects just to test one small part.

The skill guides you to install shoehorn, find old assertions, and replace them with functions like fromPartial and fromAny. It works only for test code and never for production.

Add Migrate To Shoehorn skill to your workflow

Global

mkdir -p ~/.claude/skills/migrate-to-shoehorn

Project

mkdir -p .claude/skills/migrate-to-shoehorn

Source Repository

Stars
1,155
Forks
104
Watchers
1,155
License
MIT
Last Push
1 month ago
Created
2 months ago