plugins marketplace
← All plugins

ketchup

v1.1.2

Perspective-shaped technical research — catch up on unfamiliar tools and technologies with reports tailored to your professional background

Claude Code1 skill

by RCellarMIT1updated 3 months ago

Source

git clone https://github.com/SDS-Mode/ketchup

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

ketchup/
├── .claude-plugin/plugin.json
└── skills/ketchup/SKILL.md

Skills1

ketchupskills/ketchup/SKILL.md

Use when catching up on unfamiliar tools, technologies, or concepts from a specific professional perspective — generates in-depth research reports shaped for the reader's occupation

Manifests1

.claude-plugin/plugin.json
{
  "name": "ketchup",
  "description": "Perspective-shaped technical research — catch up on unfamiliar tools and technologies with reports tailored to your professional background",
  "version": "1.1.2",
  "author": {
    "name": "RCellar"
  },
  "repository": "https://github.com/RCellar/ketchup",
  "license": "MIT",
  "keywords": [
    "research",
    "learning",
    "documentation",
    "obsidian",
    "perspective",
    "technical-writing",
    "mcp-plugins"
  ]
}