Skip to content

everruns/everruns-dev

v0.1.6MIT

Interact with the Everruns(Dev) managed harnesses platform. Manage harnesses, agents, capabilities, sessions, and applications.

Everruns(Dev) Plugin

This directory is the shared source of truth for the Everruns(Dev) plugin in Claude Code, Codex, and Cursor.

It wires the Everruns dev managed harnesses platform into local agent tools. The shared payload is the Everruns(Dev) MCP server config, the everruns-dev skill, and the slash commands for common session workflows.

What It Includes

  • plugin.json and mcp.json for the portable Agent Plugins v1 format
  • .claude-plugin/plugin.json for Claude Code metadata
  • .codex-plugin/plugin.json for Codex metadata
  • .cursor-plugin/plugin.json for Cursor metadata
  • .mcp.json for the Everruns(Dev) MCP server (referenced by all three hosts)
  • skills/everruns-dev/SKILL.md for Everruns(Dev) concepts and workflows
  • commands/ for the main Everruns(Dev) slash commands
  • assets/ for Codex and Cursor marketplace metadata

Install

Claude Code

From GitHub marketplace:

/plugin marketplace add everruns/everruns
/plugin install everruns-dev@everruns-dev

From a local clone:

claude plugin install ./plugins/everruns-dev

Dev loop:

claude --plugin-dir ./plugins/everruns-dev

Codex

Codex discovers the plugin through the workspace marketplace at .agents/plugins/marketplace.json, which points at ./plugins/everruns-dev.

Cursor

Cursor discovers the plugin through the marketplace manifest at .cursor-plugin/marketplace.json in the repository root, which points at ./plugins/everruns-dev. Submit the repository to the Cursor Marketplace for public listing, or load it locally during development by opening the repo in Cursor and enabling the plugin from the marketplace UI.

First Run

  1. Install the plugin in Claude Code, Codex, or Cursor.
  2. Run /everruns-dev:whoami (Claude/Codex) or invoke the whoami command (Cursor).
  3. Complete the OAuth flow in the browser if prompted.
  4. Ask for an Everruns(Dev) task in natural language.

Pointing At Another Everruns(Dev) Deployment

Edit plugins/everruns-dev/.mcp.json and replace the url value with your deployment's /mcp endpoint. All three hosts (Claude Code, Codex, Cursor) read this file, so a single change keeps them aligned.