ralph-wiggum-helper
NewFormat prompts for the ralph-wiggum agentic loop with optional code analysis and DoD enhancement
Overview
<div align="center">
VundS Claude Plugins
A curated plugin marketplace for Claude Code
  ![Plugins]()
Tools, workflows, and a little romance for the VundS team
</div>
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-letterAvailable 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-letterSkill: 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 loadWhat'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 creationManual Creation
- Create folder structure:
`` plugins/<name>/ ├── .claude-plugin/ │ └── plugin.json ├── commands/ │ └── your-command.md └── skills/ └── your-skill/ └── SKILL.md ``
- Add
plugin.jsonmanifest:
``json { "name": "your-plugin", "description": "What it does", "version": "1.0.0", "author": { "name": "Your Name" } } ``
- Register in
.claude-plugin/marketplace.json
- Commit and push
Testing Plugins Locally when Developing Plugins
DO NOT install via marketplace for testing. Use --plugin-dir instead:
# Single plugin
claude --plugin-dir ./plugins/linkedin-assistant
# Multiple plugins
claude --plugin-dir ./plugins/linkedin-assistant --plugin-dir ./plugins/love-letter
# With debug output (shows loading and errors)
claude --plugin-dir ./plugins/linkedin-assistant --debugBrowser Automation Requirements
Some plugins (like linkedin-assistant) require browser automation. There are two options:
Option 1: Claude in Chrome (Recommended)
Claude in Chrome is a Chrome extension that lets Claude Code control your browser directly.
Features:
- •Navigate websites, fill forms, capture screenshots
- •Record GIFs of browser interactions
- •Debug with console logs and network requests
- •Real-time browser control from Claude Code
Installation:
- Install the Chrome extension from Chrome Web Store
- Open Chrome and enable the extension
- In Claude Code, use
/chrometo start browser control
Usage:
# Start Chrome session
/chrome
# Claude can now control Chrome:
# - Navigate to URLs
# - Click, type, scroll
# - Take screenshots
# - Read page contentOption 2: Playwright MCP Server (Alternative)
If you can't install Chrome or prefer headless automation, use the Playwright MCP server.
Installation:
# Install via Claude Code MCP settings
claude mcp add playwright
# Or manually add to ~/.claude.json:
{
"mcpServers": {
"playwright": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@anthropic/mcp-server-playwright"]
}
}
}Features:
- •Headless browser automation
- •Works without Chrome extension
- •Supports Chrome, Firefox, WebKit
- •Good for CI/CD environments
Comparison:
| Feature | Claude in Chrome | Playwright MCP |
|---|---|---|
| Visual feedback | Yes (see browser) | No (headless) |
| Setup | Extension install | NPM package |
| CI/CD friendly | No | Yes |
| Session persistence | Yes | No |
| Works with Maude | Yes | Yes |
Resources
- •Claude Code Plugins Documentation
- •Official Plugin Repository
- •Claude in Chrome Extension
- •Playwright MCP Server
<div align="center">
Made with :heart: by VundS · [email protected]
</div>
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/ralph-wiggum-helper.md https://raw.githubusercontent.com/bennoloeffler/maude-claude-vunds-plugins/main/SKILL.md/ralph-wiggum-helperFrequently Asked Questions
What is ralph-wiggum-helper?
Format prompts for the ralph-wiggum agentic loop with optional code analysis and DoD enhancement
How to install ralph-wiggum-helper?
To install ralph-wiggum-helper, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /ralph-wiggum-helper.
What is ralph-wiggum-helper best for?
ralph-wiggum-helper is a community categorized under General. It is designed for: agent, ralph-wiggum, prompt, loop, agentic, automation. Created by Benno.