bymarcusgoll· 46 skills
Detect and warn about breaking API/schema changes before implementation. Auto-trigger when modifying API routes, database schemas, or public interfaces. Validates changes against api-strategy.md versioning rules. Suggests migration paths for breaking changes. Prevents removing endpoints, changing request/response formats, dropping database columns, modifying function signatures without deprecation.
$npx -y skills add marcusgoll/spec-flow --skill breaking-change-detectorInstalls into the current project.
Run `npx skills use "https://github.com/marcusgoll/spec-flow" --skill "marcusgoll/spec-flow/breaking-change-detector"` 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/marcusgoll/spec-flow" that are relevant to the current task. Run `npx skills add "https://github.com/marcusgoll/spec-flow"` and select the relevant skills, then follow their instructions.