ketchup
Ketchup is an easter-egg alias for the catchup skill that generates return-from-absence briefings in an Elixir Phoenix project. Use it identically to catchup with all flags passing through unchanged, making it functionally equivalent except for an optional cosmetic footer indicator showing the ketchup emoji.
git clone --depth 1 https://github.com/oliver-kriska/claude-elixir-phoenix /tmp/ketchup && cp -r /tmp/ketchup/plugins/catchup/skills/ketchup ~/.claude/skills/ketchupSKILL.md
# Ketchup 🍅 — alias for /catchup
You found the easter egg. `/ketchup` is a 1:1 alias for `/catchup` —
condiment-grade catch-up, no behavior change.
## Iron Laws
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.
## Execution
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.|
|
Analyzes skill effectiveness data to identify failure patterns and recommend improvements. Use after /skill-monitor flags underperforming skills.
Run ad-hoc PostgreSQL analytics queries against dev/test database
Find and report technical debt in the codebase
|
|
Guide plugin development workflow — editing skills, agents, hooks, or eval framework in this repo. Use when modifying files in plugins/elixir-phoenix/, lab/eval/, or lab/autoresearch/. Ensures changes pass eval, lint, and tests before committing.