Harakiro Plugins

Explore the Harakiro Plugins marketplace for Claude Code, featuring automation tools for AI development.

Harakiro Plugins

A Claude Code plugin marketplace.

Installation

# Add the marketplace
/plugin marketplace add harakiro/claude-plugins-harakiro

# Install plugins
/plugin install ralph@harakiro-plugins

Available Plugins

PluginDescriptionModels
ralphAutomated AI development loopOpus, Sonnet, Haiku

Ralph Agent

Automates feature development through Task agents. Plan with Opus, build with Sonnet, iterate until done.

Commands

CommandModelDescription
/ralph:ralph-initOpusInitialize project structure
/ralph:ralph-onboardOpusAnalyze existing codebase
/ralph:ralph-planOpusCreate roadmap and task breakdown
/ralph:ralph-loopSonnetAutomated feature builder (Task agents)
/ralph:ralph-buildSessionManual task implementation
/ralph:ralph-reviewOpusProcess feedback into fix tasks
/ralph:ralph-feedbackSessionParse raw feedback
/ralph:ralph-statusHaikuDisplay progress
/ralph:ralph-cancelHaikuCancel active loop

Workflow

/ralph:ralph-init          # Set up project
/ralph:ralph-onboard       # (existing codebase) or create PRD.md
/ralph:ralph-plan          # Create roadmap + tasks
/ralph:ralph-loop          # Build entire feature automatically
# Test manually...
/ralph:ralph-feedback      # Capture issues
/ralph:ralph-review        # Create fix tasks
/ralph:ralph-loop          # Implement fixes
/ralph:ralph-plan          # Next feature

See ralph/README.md for detailed documentation.


Adding New Plugins

To add a plugin to this marketplace:

  1. Create a new directory: my-plugin/
  2. Add .claude-plugin/plugin.json:
    {
      "name": "my-plugin",
      "description": "What it does",
      "version": "1.0.0"
    }
    
  3. Add commands in my-plugin/commands/*.md
  4. Register in .claude-plugin/marketplace.json

License

MIT