Use when writing or changing tests, adding mocks, or tempted to add test-only methods to production code - prevents testing mock behavior, production pollution with test-only methods, and mocking without understanding dependencies
$npx -y skills add chrispangg/deepagentsdk --skill testing-anti-patternsInstalls into the current project.
Run `npx skills use "https://github.com/chrispangg/deepagentsdk" --skill "chrispangg/deepagentsdk/testing-anti-patterns"` 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/chrispangg/deepagentsdk" that are relevant to the current task. Run `npx skills add "https://github.com/chrispangg/deepagentsdk"` and select the relevant skills, then follow their instructions.