Loading...
Loading...
Cross-platform skill converter. Parse AgentOps skills into a universal bundle format, then convert to target platforms (Codex, Cursor). Triggers: convert, converter, convert skill, export skill, cross-platform.
npx skill4agent add boshu2/agentops converter/converter skills/council codex # Convert council skill to Codex format
/converter skills/vibe cursor # Convert vibe skill to Cursor format
/converter --all codex # Convert all skills to Codexparse --> convert --> write------references/scripts/references/skill-bundle-schema.md| Target | Output Format | Status |
|---|---|---|
| Codex SKILL.md + prompt.md | Implemented |
| Cursor .mdc rule + optional mcp.json | Implemented |
SKILL.mdprompt.md<name>.mdcdescriptionglobsalwaysApply: falsemcp.json.agents/converter/<target>/<skill-name>/# Convert a single skill
bash skills/converter/scripts/convert.sh <skill-dir> <target> [output-dir]
# Convert all skills
bash skills/converter/scripts/convert.sh --all <target> [output-dir]| Argument | Required | Description |
|---|---|---|
| Yes (or | Path to skill directory (e.g. |
| Yes | Target platform: |
| No | Override output location. Default: |
| No | Convert all skills in |
<dir>/SKILL.md<dir>/prompt.md.mdcmcp.json<dir>/<name>.mdc<dir>/mcp.jsonscripts/convert.shconvert_<target>references/references/skill-bundle-schema.md