VundS Claude Plugins
A curated plugin marketplace for Claude Code

Tools, workflows, and a little romance for the VundS team
Quick Start
# 1. Add the marketplace
/plugin marketplace add bennoloeffler/maude-claude-vunds-plugins
# 2. Install a plugin
/plugin install love-letter@maude-claude-vunds-plugins
# 3. Use it!
/love-letter
Available Plugins
| Plugin | Description | Status |
|---|
| :briefcase: | linkedin-assistant | LinkedIn automation auf Deutsch | Ready |
| :love_letter: | love-letter | Romantic letters from Benno to Sabine | Ready |
| :robot: | ralph-wiggum-helper | Format prompts for ralph-wiggum agentic loop | Ready |
| :bar_chart: | crm-customer-analysis | Customer insights & analysis | Coming Soon |
| :arrows_counterclockwise: | epct-workflow | Structured dev approach | Coming Soon |
| :hammer_and_wrench: | vunds-tools | Team productivity toolkit | Coming Soon |
Plugin Details
:briefcase: linkedin-assistant
LinkedIn-Assistent für Benno: Nachrichten, Mitteilungen und Networking auf Deutsch
Full-featured LinkedIn automation with browser control via Claude-in-Chrome.
Commands:
| Command | Description |
|---|
/linkedin:inbox | Posteingang mit Antwortvorschlägen |
/linkedin:notifications | Mitteilungen mit Reaktionen |
/linkedin:research [Name] | Person/Firma recherchieren |
/linkedin:post [Thema] | Post-Entwurf erstellen |
/linkedin:login | Login-Hilfe |
Agents: message-responder, notification-handler, profile-researcher
Skills: benno-style, linkedin-navigation, german-professional
Requires: Claude-in-Chrome Extension
:love_letter: love-letter
"Schreibe einen romantischen Brief von Benno an Sabine"
Generates heartfelt, romantic love letters with German flair.
Command:
/love-letter
Skill: love-letter - Instruction set for letter writing style
:robot: ralph-wiggum-helper
Format prompts for the ralph-wiggum agentic loop
Transforms simple prompts into properly formatted ralph-wiggum loop commands with optional enhancements.
Command:
/ralph-wiggum-helper:create-prompt
<your prompt here>
Shortcuts:
- "go" or Enter = y/y/y (analyze code, improve DoD, save prompt)
- "n/n/n" = just format as-is, no enhancements
Output:
/ralph-wiggum:ralph-loop
"<your prompt>
When finished, say: <promise>TASK_COMPLETELY_DONE</promise>"
--max-iterations 30
--completion-promise TASK_COMPLETELY_DONE
:bar_chart: crm-customer-analysis
Analyze VundS customer data with AI-powered insights.
Command:
/crm-analyse-customer <customer-name>
Coming soon...
:arrows_counterclockwise: epct-workflow
Structured EPCT development methodology for complex tasks.
Command:
/epct "implement user authentication"
Coming soon...
:hammer_and_wrench: vunds-tools
General productivity tools and skills for the VundS team.
Coming soon...
Creating New Plugins
Recommended: Use plugin-dev
The official Anthropic plugin development toolkit - a comprehensive suite for creating Claude Code plugins.
Installation:
/plugin marketplace add anthropics/claude-plugins-official
/plugin install plugin-dev@anthropics/claude-plugins-official
# Restart Claude Code to load
What's included:
| Type | Name | Purpose |
|---|
| Command | /plugin-dev:start | Interactive wizard to choose creation path |
| Command | /plugin-dev:create-plugin | 8-phase guided plugin workflow |
| Command | /plugin-dev:create-marketplace | Create a new marketplace |
| Skill | hook-development | Create hooks for lifecycle events |
| Skill | mcp-integration | MCP server integration |
| Skill | command-development | Build slash commands |
| Skill | skill-development | Create skills with SKILL.md |
| Skill | agent-development | Build custom agents |
| Skill | plugin-settings | Configure plugin settings |
| Agent | plugin-validator | Validate plugin structure |
| Agent | skill-reviewer | Review skill quality |
Usage:
/plugin-dev:start # Start here - choose your path
/plugin-dev:create-plugin # Jump straight to plugin creation
Manual Creation
- Create folder structure:
plugins/<name>/
├── .claude-plugin/
│ └── plugin.json
├── commands/
│ └── your-command.md
└── skills/
└── your-skill/
└── SKILL.md