cc-changelog
CONTRIBUTOR TOOL - Track CC changelog, extract new versions since last check, analyze impact on plugin (breaking changes, opportunities, deprecations). Run…
Easter-egg alias for /catchup. Same return-from-absence briefing, squeezier name. Use exactly like /catchup — all flags pass through unchanged.
$ npx -y skills add oliver-kriska/claude-elixir-phoenix --skill ketchup --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/ketchupContext preview
The summary Claude sees to decide when to auto-load this skill.
Easter-egg alias for /catchup. Same return-from-absence briefing, squeezier name. Use exactly like /catchup — all flags pass through unchanged.
name: ketchup description: "Easter-egg alias for /catchup. Same return-from-absence briefing, squeezier name. Use exactly like /catchup — all flags pass through unchanged." effort: medium disable-model-invocation: true argument-hint: "[--since \"friday\"|\"2h\"|\"last-active\"|\"last-commit\"] [--sources github,git,linear,calendar] [--depth quick|standard|deep] [--focus prs,reviews-requested,mentions,impact]" allowed-tools: Read, Grep, Glob, Bash, Write, WebFetch, Agent
You found the easter egg. `/ketchup` is a 1:1 alias for `/catchup` — condiment-grade catch-up, no behavior change.
1. **Behave identically to `/catchup`** — this file adds nothing; it only forwards. Never diverge from the canonical skill. 2. **Pass `$ARGUMENTS` through verbatim** — same flags, same defaults.
1. Read `${CLAUDE_PLUGIN_ROOT}/skills/catchup/SKILL.md`. 2. Execute that workflow exactly, with this invocation's `$ARGUMENTS` passed through unchanged (`--since`, `--sources`, `--depth`, `--focus` all behave the same). 3. In the brief's footer line, you may render the generator as `/ketchup 🍅` instead of `/catchup` — the only cosmetic difference.
That's it. One condiment, same nutrition.
Docs: phxagents.dev -- install guides per runtime, the runtime compatibility matrix, all 26 Iron Laws, and a browsable skill and agent catalog. Claude Code is great.
Repo: oliver-kriska/claude-elixir-phoenix
CONTRIBUTOR TOOL - Track CC changelog, extract new versions since last check, analyze impact on plugin (breaking changes, opportunities, deprecations). Run…
Run an A/B codex review experiment — holistic codex review vs 3 focused dimension passes (security, ecto, liveview) on the branch diff, classify findings,…
CONTRIBUTOR TOOL - Validate plugin against latest Claude Code documentation. Catches breaking changes, deprecations, discovers new features. Run before…
Guide plugin development workflow — editing skills, agents, hooks, or eval framework in this repo. Use when modifying files in plugins/elixir-phoenix/,…
Generate X/Twitter release promotion posts with ASCII tables and CodeSnap rendering. Use when writing release posts, promotion tweets, plugin announcements, or…
CONTRIBUTOR TOOL - Cut a plugin release: bump plugin.json version, finalize CHANGELOG, update README if needed, gate on make ci, commit, tag vX.Y.Z, and create…