Help us improve
Share bugs, ideas, or general feedback.
From fuse-changelog
Detect breaking changes in Claude Code updates by comparing current API surface against changelog. Maps impacts to specific plugin files.
npx claudepluginhub fusengine/agents --plugin fuse-changelogHow this skill is triggered — by the user, by Claude, or both
Slash command
/fuse-changelog:breaking-changesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Compares Claude Code API changes against our plugin ecosystem to detect compatibility issues.
Analyzes Claude Code changelog for breaking changes, new features, deprecations, and impacts on plugins. Identifies required updates and opportunities after releases.
Scan Claude Code changelog for new versions, features, and changes. Fetches official docs, parses release notes, and generates structured update report.
Upgrades Claude Code plugins by aligning skills, hooks, and patterns with latest capabilities and best practices. Use after updates, for modernization, or on user request.
Share bugs, ideas, or general feedback.
Compares Claude Code API changes against our plugin ecosystem to detect compatibility issues.
The api-surface.md reference contains our current known API:
| Change Type | Severity | Example |
|---|---|---|
| Removed API | BREAKING | Hook type deleted |
| Changed schema | BREAKING | Frontmatter field renamed |
| New required field | BREAKING | Mandatory new param |
| Deprecated API | DEPRECATED | Old hook still works |
| New optional API | NEW | New hook type added |