Skip to main content
ClaudeWave
Skill440 estrellas del repoactualizado yesterday

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.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/oliver-kriska/claude-elixir-phoenix /tmp/ketchup && cp -r /tmp/ketchup/plugins/catchup/skills/ketchup ~/.claude/skills/ketchup
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.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.