BeClaude

ralph-wiggum-helper

New
Community RegistryGeneralby Benno

Format prompts for the ralph-wiggum agentic loop with optional code analysis and DoD enhancement

Community PluginView Source

Overview

<div align="center">

VundS Claude Plugins

A curated plugin marketplace for Claude Code

![License: MIT](LICENSE) ![Claude Code](https://claude.ai) ![Plugins]()

Tools, workflows, and a little romance for the VundS team

</div>


Quick Start

bash
# 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

PluginDescriptionStatus
:briefcase:linkedin-assistantLinkedIn automation auf DeutschReady
:love_letter:love-letterRomantic letters from Benno to SabineReady
:robot:ralph-wiggum-helperFormat prompts for ralph-wiggum agentic loopReady
:bar_chart:crm-customer-analysisCustomer insights & analysisComing Soon
:arrows_counterclockwise:epct-workflowStructured dev approachComing Soon
:hammer_and_wrench:vunds-toolsTeam productivity toolkitComing 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:

CommandDescription
/linkedin:inboxPosteingang mit Antwortvorschlägen
/linkedin:notificationsMitteilungen mit Reaktionen
/linkedin:research [Name]Person/Firma recherchieren
/linkedin:post [Thema]Post-Entwurf erstellen
/linkedin:loginLogin-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:

bash
/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:

bash
/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:

code
/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:

bash
/crm-analyse-customer <customer-name>

Coming soon...


:arrows_counterclockwise: epct-workflow

Structured EPCT development methodology for complex tasks.

Command:

bash
/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:

bash
/plugin marketplace add anthropics/claude-plugins-official
/plugin install plugin-dev@anthropics/claude-plugins-official
# Restart Claude Code to load

What's included:

TypeNamePurpose
Command/plugin-dev:startInteractive wizard to choose creation path
Command/plugin-dev:create-plugin8-phase guided plugin workflow
Command/plugin-dev:create-marketplaceCreate a new marketplace
Skillhook-developmentCreate hooks for lifecycle events
Skillmcp-integrationMCP server integration
Skillcommand-developmentBuild slash commands
Skillskill-developmentCreate skills with SKILL.md
Skillagent-developmentBuild custom agents
Skillplugin-settingsConfigure plugin settings
Agentplugin-validatorValidate plugin structure
Agentskill-reviewerReview skill quality

Usage:

bash
/plugin-dev:start              # Start here - choose your path
/plugin-dev:create-plugin      # Jump straight to plugin creation

Manual Creation

  1. Create folder structure:

`` plugins/<name>/ ├── .claude-plugin/ │ └── plugin.json ├── commands/ │ └── your-command.md └── skills/ └── your-skill/ └── SKILL.md ``

  1. Add plugin.json manifest:

``json { "name": "your-plugin", "description": "What it does", "version": "1.0.0", "author": { "name": "Your Name" } } ``

  1. Register in .claude-plugin/marketplace.json
  1. Commit and push

Testing Plugins Locally when Developing Plugins

DO NOT install via marketplace for testing. Use --plugin-dir instead:

bash
# 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 --debug

Browser 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:

  1. Install the Chrome extension from Chrome Web Store
  2. Open Chrome and enable the extension
  3. In Claude Code, use /chrome to start browser control

Usage:

bash
# Start Chrome session
/chrome

# Claude can now control Chrome:
# - Navigate to URLs
# - Click, type, scroll
# - Take screenshots
# - Read page content

Option 2: Playwright MCP Server (Alternative)

If you can't install Chrome or prefer headless automation, use the Playwright MCP server.

Installation:

bash
# 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:

FeatureClaude in ChromePlaywright MCP
Visual feedbackYes (see browser)No (headless)
SetupExtension installNPM package
CI/CD friendlyNoYes
Session persistenceYesNo
Works with MaudeYesYes

Resources


<div align="center">

Made with :heart: by VundS · [email protected]

</div>

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/ralph-wiggum-helper.md https://raw.githubusercontent.com/bennoloeffler/maude-claude-vunds-plugins/main/SKILL.md
3
Invoke in Claude Code
/ralph-wiggum-helper
View source on GitHub
agentralph-wiggumpromptloopagenticautomation

Frequently 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.