RCellar/ketchup
Perspective-shaped technical research — a Claude Code skill
Platform-specific configuration:
{
"mcpServers": {
"ketchup": {
"command": "npx",
"args": [
"-y",
"ketchup"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<p align="center"> </p>
<p align="center"> <strong>Ketchup on Everything.</strong><br/> A Claude Code skill that generates in-depth technical research reports<br/> shaped for your professional background. </p>
<p align="center"> <a href="#install">Install</a> · <a href="#quick-start">Quick Start</a> · <a href="#flags">Flags</a> · <a href="#plugins">Plugins</a> · <a href="#config">Config</a> </p>
---
Step 1: Add the marketplace (one-time setup):
/plugin marketplace add RCellar/ketchupStep 2: Install the plugin:
/plugin install ketchup@rcellar-ketchupThen run /reload-plugins to activate. Skills are namespaced as /ketchup:<skill>.
Set your perspective, then research anything:
# Tell ketchup who you are
/ketchup --occ "Windows Systems Engineer"
# Research a topic — shaped for you
/ketchup --tgt "SELinux Administration"That's it. Ketchup decomposes the topic into facets, dispatches parallel research agents, and synthesizes an Obsidian-ready report that explains SELinux through the lens of Windows security concepts you already know — GPO, integrity levels, ACLs, Event Viewer, and more.
One-liner with everything:
/ketchup --occ "Windows Systems Engineer" --tgt "SELinux Administration" --plugin "Context7" --time 6This tells ketchup: *"I'm a Windows sysadmin who hasn't been deep in the weeds for 6 years. Use Context7 docs. Ketchup me on SELinux."*
| Flag | What it does | Example | |------|-------------|---------| | --occ | Your occupation — shapes vocabulary, analogies, assumed knowledge | --occ "DBA" | | --tgt | Topic to research | --tgt "Kubernetes" | | --plugin | MCP data sources for pre-fetch (comma-separated) | --plugin "Context7" | | --time | Years since your last deep engagement | --time 6 | | `-
Loading reviews...