cc-changelog
CONTRIBUTOR TOOL - Track CC changelog, extract new versions since last check, analyze impact on plugin (breaking changes, opportunities, deprecations). Run periodically or before releases. NOT part of the distributed plugin.
npx skills add oliver-kriska/claude-elixir-phoenix --skill cc-changelog --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Claude Code Changelog Assistant Tracks Claude Code releases against the plugin. Fetches the CC changelog, extracts entries newer than last check, and analyzes impact on plugin components (agents, skills, hooks, config). ## Usage ```text /cc-changelog # Check for new CC versions, analyze impact /cc-changelog --full # Re-analyze all versions (ignore last check) /cc-changelog --set=2.1.85 # Reset last checked version (then re-run) ``` ## Execution Flow ### Step 1: Fetch & Extract New Entries ```bash bash "${CLAUDE_PROJECT_DIR}/scripts/fetch-cc-changelog.sh" ``` If output starts with `STATUS: UP_TO_DATE` → report "No new CC versions" and stop. If `STATUS: NEW_VERSIONS` → continue with the changelog content below the header. For `--full`: run `bash "${CLAUDE_PROJECT_DIR}/scripts/fetch-cc-changelog.sh" --all` For `--set=X`: run `bash "${CLAUDE_PROJECT_DIR}/scripts/fetch-cc-changelog.sh" --set=X`, then re-run without flag. ### Step 2: Analyze Impact Read the new changelog entries. For EACH entry, classify into one of: | Category | Meaning | Action | |----------|---------|--------| | **BREAKING** | May break existing plugin functionality | Immediate fix required | | **OPPORTUNITY** | New
- Usage
- Execution Flow
- Step 1: Fetch & Extract New Entries
- Step 2: Analyze Impact
- Step 3: Generate Report
- Step 4: Update State
- Iron Laws
bash "${CLAUDE_PROJECT_DIR}/scripts/fetch-cc-changelog.sh"What does the cc-changelog skill do?
CONTRIBUTOR TOOL - Track CC changelog, extract new versions since last check, analyze impact on plugin (breaking changes, opportunities, deprecations). Run periodically or before releases. NOT part of the distributed plugin.
How do I install it?
Run `npx skills add oliver-kriska/claude-elixir-phoenix --skill cc-changelog --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From oliver-kriska/claude-elixir-phoenix, a repository with 515 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
