bymillionco· 31 skills
Use truffler to find similar or pre-existing JavaScript/TypeScript symbols before implementing new code, especially helpers, utilities, parsers, formatters, scanners, fuzzy matchers, and other reusable functions. Agents should use this skill whenever they are about to add or refactor functionality in a JS/TS repository and need to avoid duplicating existing code, even if the user does not explicitly mention deduplication.
$npx -y skills add millionco/react-doctor --skill find-similar-functionsInstalls into the current project.
Run `npx skills use "https://github.com/millionco/react-doctor" --skill "millionco/react-doctor/find-similar-functions"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/millionco/react-doctor" that are relevant to the current task. Run `npx skills add "https://github.com/millionco/react-doctor"` and select the relevant skills, then follow their instructions.