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 Codexinterfaceblock) - 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 asconversiontools:convertinstead of the doubledconversiontools:conversiontools) - Removed the nested
plugins/directory and the duplicate rootSKILL.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 conversiontoolsPer-agent setup for every platform: https://conversiontools.io/docs/agents
Full Changelog: v1.2.1...v1.3.0