plugins/catchup/skills/ketchup/SKILL.md
Easter-egg alias for /catchup. Same return-from-absence briefing, squeezier name. Use exactly like /catchup — all flags pass through unchanged.
npx skillsauth add oliver-kriska/claude-elixir-phoenix ketchupInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You found the easter egg. /ketchup is a 1:1 alias for /catchup —
condiment-grade catch-up, no behavior change.
/catchup — this file adds nothing; it
only forwards. Never diverge from the canonical skill.$ARGUMENTS through verbatim — same flags, same defaults.${CLAUDE_PLUGIN_ROOT}/skills/catchup/SKILL.md.$ARGUMENTS
passed through unchanged (--since, --sources, --depth,
--focus all behave the same)./ketchup 🍅 instead of /catchup — the only cosmetic difference.That's it. One condiment, same nutrition.
tools
Scope or freeze which files Claude can edit during debugging, a refactor, or review. Use when edits should stay in specific dirs, or for a read-only investigate lock. Backed by a sentinel + PreToolUse hook.
development
Ash Framework — resources, actions, policies, aggregates, calculations, AshPhoenix.Form, LiveView, migrations. Use when generating resources via mix ash.codegen, editing changes, checks, types, validations, or domain code interfaces.
development
Reduce mix output noise (5-15% token savings) by installing rtk filters that compress mix test/credo/dialyzer/compile output before it reaches Claude. Use when long mix output floods context.
development
Narrow bare rescue in Elixir so real errors like KeyError and typos propagate instead of being swallowed. Use to audit rescues and refactor error handling.