Skip to main content
This repository stores Claude-compatible plugins under plugins/.

Remote install

Add the marketplace from GitHub, then install a plugin from it:
The current installable plugin names are harness-engineering, meta-harness, rlm-wiki, and symphony.

Local testing

For local development or session-only testing, run Claude Code against an installable plugin directory:
After Claude Code starts, invoke the bundled skill:
Other current bundle targets are ./plugins/harness-engineering, ./plugins/rlm-wiki, and ./plugins/symphony, using their matching skill names.

Packaging notes

  • The Claude manifest lives at .claude-plugin/plugin.json.
  • Keep skills/, agents/, .mcp.json, and assets/ at the plugin root.
  • Only directories that also have the Codex manifest and .mcp.json should be treated as dual-target installable bundles.
  • Do not place plugin content inside .claude-plugin/.
Last modified on May 19, 2026