Use this skill when the user wants to run a Procfile-based app locally without tmux — start web + worker + redis processes together, lightweight alternative to foreman/overmind.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-935f6021)More formats (shields.io, HTML) on the badges page.
---
name: hivemind
description: Use this skill when the user wants to run a Procfile-based app locally without tmux — start web + worker + redis processes together, lightweight alternative to foreman/overmind.
---
# hivemind Plugin
Lightweight process manager for Procfile-based applications. Starts all processes defined in a `Procfile` in one terminal — no tmux required.
## Installation
```bash
brew install hivemind
# or
go install github.com/DarthSim/hivemind@latest
```
## Basic Usage
```bash
# Start all processes from Procfile
hivemind
# Use a custom Procfile path
hivemind -f Procfile.dev
# Set a custom working directory
hivemind -d ./backend
```
## Procfile Example
```
web: bundle exec rails server -p 3000
worker: bundle exec sidekiq
redis: redis-server
```
Run `hivemind` in the project root — all three processes start with colored, prefixed output.
## Usage Examples
- "Start my Procfile processes locally"
- "Run web and worker together without tmux"
- "Lightweight alternative to overmind for dev"
## SuperCLI
```bash
sc hivemind _ _
sc plugins learn hivemind
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!