Claude killt ja jede Woche hunderte Start-Ups. Dieser Plugin killt den Post-Schreibprozess.
A Claude Code marketplace containing a single plugin: rip-post.
/rip-post generates LinkedIn-style "RIP [X]" posts in the voice of a reflective German-tech influencer reacting to a new AI release. You know the ones — they fill your timeline every time Anthropic or OpenAI ships something.
This is intentionally ironic. The style guide is not.
/plugin marketplace add moinsen-dev/rip-post-plugin
/plugin install rip-post@moinsen-rip-post
/rip-post # Claude picks a current AI trend via WebSearch
/rip-post Claude Design killt Designer # Write on a specific topic (German, default)
/rip-post Copilot kills juniors --en # English post
Output is a single fenced code block containing the post, ready to paste into LinkedIn.
rip_post_plugin/
├── .claude-plugin/
│ └── marketplace.json
└── rip-post/
├── .claude-plugin/
│ └── plugin.json
├── commands/
│ └── rip-post.md # /rip-post slash command
└── skills/
└── rip-post-creator/
├── SKILL.md # Full style guide
└── references/
├── tropes.md # Hooks, openers, transitions, closers
└── examples.md # Canonical + synthetic examples, annotated
The skill's satire emerges from the formula being laid bare, not from overt jokes. A post that winks at the reader is a post that failed. Every output should be plausible enough to post.
MIT