Skip to content
Development
Skill

/ketchup

Easter-egg alias for /catchup. Same return-from-absence briefing, squeezier name. Use exactly like /catchup — all flags pass through unchanged.

From plugin
claude-elixir-phoenix
553101 skills30 agents2 commands
Install
$ npx -y skills add oliver-kriska/claude-elixir-phoenix --skill ketchup --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/ketchup

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

SKILL.md

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

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.

Ships withclaude-elixir-phoenix

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.

Get the whole plugin

Other skills on claude-elixir-phoenix.