Skip to main content

Prerequisites

  • Python 3.11+
  • uv
  • GitHub CLI (gh) for remote install
  • Claude Code or OpenAI Codex

Set up the repository

If a plugin depends on external services, copy .env.example to .env and add the required keys.

Install from GitHub

Install a skill across all supported agents:
Install for a specific agent:
Browse available skills:
Installable skill names: harness-engineering, meta-harness, rlm-wiki, symphony, development, legal, autoresearch-dspy.

Local testing

For local development or session-only testing, point Claude Code at a checkout directly:
Then invoke the skill, for example:

Run a plugin from Codex

When Codex creates a new worktree, .codex/environments/environment.toml bootstraps dependencies with:
Put environment variables (TAVILY_API_KEY, LINEAR_API_KEY, etc.) in Codex settings — setup runs in a separate shell session, so exports won’t persist.

Verify the repo

Next steps

Claude usage

Marketplace, install commands, and packaging notes for Claude Code.

Codex usage

Marketplace registration, setup script, and packaging notes for Codex.

Authoring a plugin

Folder layout, manifests, and the marketplace checklist.

Browse plugins

Per-plugin guides and validation commands.
Last modified on May 19, 2026