converter

Featured

Convert AgentOps skill formats. Triggers: "converter", "convert agentops skill formats.", "converter skill".

Data & Documents 434 stars 40 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 97/100

Stars 20%
88
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Converter — Cross-Platform Skill Converter Parse AgentOps skills into a universal SkillBundle format, then convert to target agent platforms. The intermediate SkillBundle is what keeps conversions honest: every target reads the same parsed contract, so a rendering bug is a target-adapter bug, never a silent reinterpretation of the source. If two targets disagree about a skill's content, the bundle — not either output — arbitrates. This is **not** the owner of the shipped `skills-codex/**` projection: that path is generated and gated by `scripts/codex-sync.sh` via `scripts/regen-all.sh`. This converter is an ad-hoc, out-of-tree exporter (Codex, Cursor) that writes under `.agents/projections/converter/`; it never mutates `skills-codex/**`. When the shipped Codex twin and this exporter disagree, the shipped path wins. Named failure mode — **projection editing**: fixing a rendering problem by hand-editing the converted output, which the next conversion clean-writes away. Anti-pattern: merging new output into an existing target directory to preserve local tweaks. Corrective: fix the source skill or the adapter, then re-run the clean-write conversion. ## Constraints - Treat the canonical source skill as read-only because conversion must not mutate the contract it is translating. - Clean-write only the explicit target directory to prevent stale resources from surviving a conversion or unrelated paths from being deleted. - Fail when copied-resource parity or target-format va...

Details

Author
boshu2
Repository
boshu2/agentops
Created
10 months ago
Last Updated
today
Language
Go
License
Apache-2.0

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Solid

skill-converter

Convert an upstream agent spec, prompt file, markdown role definition, or similar source document into a local skill that matches the target repository's conventions. Use when porting an external agent or prompt into this repository's skill format, adapting an existing role definition into reusable local instructions, or auditing whether an imported skill matches local structure, triggering, and packaging rules.

36 Updated today
flc1125
Data & Documents Listed

skill-forge-convert

Convert Claude Code skills to work on OpenAI Codex, Google Gemini CLI, Google Antigravity, and Cursor. Analyzes platform-specific features, generates target files (openai.yaml, AGENTS.md, GEMINI.md, .mdc rules), adapts frontmatter, converts MCP config, and produces compatibility reports. Use when user says "convert skill", "port skill", "multi-platform", "skill for codex", "skill for gemini", "skill for antigravity", "skill for cursor", "cross-platform skill", "convert to codex", "convert to gemini", "convert to antigravity", or "convert to cursor".

0 Updated 1 months ago
lovepixel-git
Data & Documents Listed

skill-converter

Converts any Claude Code skill, GitHub Copilot CLI skill, Amp skill, Cursor rule, Cline mode, or external agent skill into a 100% Antigravity-compatible skill. Use when the user asks to "convert a skill", "port claude skill to antigravity", "convert copilot skill", "make skill antigravity compatible", "migrate agent skills", or "import claude skills". Triggers include: "convert skill", "claude skill", "port skill", "skill converter", "migrate skills".

1 Updated yesterday
shaashiekumha