Skip to content

v1.3.0 - multi-agent: Claude, Cursor, Codex, Grok

Latest

Choose a tag to compare

@drdmitry drdmitry released this 13 Jun 15:46
· 10 commits to main since this release

What's new in v1.3.0

The plugin now targets four agent platforms from one repo, using the canonical flat plugin layout (the same shape MongoDB ships).

Multi-agent support

  • Claude Code - .claude-plugin/ (unchanged install command)
  • Cursor - new .cursor-plugin/plugin.json
  • OpenAI Codex - new .codex-plugin/plugin.json (with the richer Codex interface block)
  • Grok Build - reads the Claude-format plugin directly; marketplace listing in progress

All four share a single source of truth: root skills/convert/SKILL.md + root mcp.json, referenced by each platform's manifest.

Other changes

  • Renamed the skill conversiontools -> convert (it now shows as conversiontools:convert instead of the doubled conversiontools:conversiontools)
  • Removed the nested plugins/ directory and the duplicate root SKILL.md - single source of truth now
  • Neutralized Claude-specific wording in the skill so it reads correctly in every agent
  • All listings point at the new canonical hub: https://conversiontools.io/docs/agents

Install

# Claude Code
claude plugin marketplace add conversiontools/agent-skills
claude plugin install conversiontools@conversiontools-skills

# OpenAI Codex
codex plugin marketplace add conversiontools/agent-skills

# Cursor
/add-plugin conversiontools

Per-agent setup for every platform: https://conversiontools.io/docs/agents

Full Changelog: v1.2.1...v1.3.0