byfusengine· 48 skills
Detect breaking changes in Claude Code updates by comparing current API surface against changelog. Maps impacts to specific plugin files. Use when: checking whether a Claude Code update breaks our plugin ecosystem (hooks, agent frontmatter, manifest schema, or skill format).
$npx -y skills add fusengine/agents --skill breaking-changesInstalls into the current project.
Run `npx skills use "https://github.com/fusengine/agents" --skill "fusengine/agents/breaking-changes"` 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/fusengine/agents" that are relevant to the current task. Run `npx skills add "https://github.com/fusengine/agents"` and select the relevant skills, then follow their instructions.