Skip to main content

Tools

Developer utilities for your local environment. Menu bar apps, CLI tools, and workflow helpers.

Developer utilities for your local environment. Menu bar apps for managing databases, CLI tools for workflow automation, and helpers that make development easier.


Available Tools


Redis Menu and Mongo Menu are native macOS applications that sit in your menu bar. They provide:

  • One-click start/stop controls
  • Visual status indicators
  • Custom configuration options
  • Auto-start and launch at login
  • Bundled database binaries (no separate installation needed)

Requirements

Both menu bar apps require:

  • macOS 15.0 (Sequoia) or later
  • Xcode 16.0 or later (for building from source)

CLI Tools

equipr

Install skills, commands, and MCP servers from marketplaces and Agent Plugins sources into your coding agents: Claude Code, Codex CLI, OpenCode, and Pi.

equipr add https://github.com/coreyhaines31/marketingskills
equipr install marketingskills/marketing-skills:seo-audit

equipr places each component where each agent expects it, and merges MCP entries into your existing agent config a single key at a time, leaving your hand-edits intact.

View equipr Documentation

Git Continuity

Transfer work-in-progress between machines without committing to git history. Perfect for moving unfinished work between office and home.

# On your work machine
git continuity push

# On your home machine
git continuity pull

Your uncommitted changes, staged files, and untracked files are transferred without polluting your git history.