Converts AgentOps skills between different AI agent platforms. You feed it a skill directory and target format (Codex or Cursor), and it parses the SKILL.md frontmatter and references into a universal SkillBundle, then rewrites everything for the target platform. The Codex adapter does some smart rewriting like converting slash commands to dollar syntax and normalizing Claude-specific paths to Codex equivalents. Cursor output gets budget-fitted to 100KB by dropping the largest references first. Honestly most useful if you're maintaining skills across multiple agent ecosystems and tired of manual translation. The clean-write semantics mean it nukes the output directory each time, which is aggressive but at least predictable.
npx skills add https://github.com/boshu2/agentops --skill converter