skill-forge-convert

skill-forge-convert is a skill for Claude Code, Codex from AgriciDaniel/skill-forge. It costs 142 tokens per session (1,187 once invoked), scanned A, original, MIT.

A converter that adapts Claude Code skills for OpenAI Codex, Google Gemini CLI, Google Antigravity, and Cursor. It reads the source skill and creates platform-specific files and compatibility information.

In plain words
What is it for?
Use it to inspect a skill, check which parts transfer cleanly, generate files such as AGENTS.md or .mdc rules, adapt MCP settings, and review compatibility warnings.
Why use it?
It reduces the manual work of translating instructions, frontmatter, tool settings, and platform-specific features between coding assistants.

Skill for Claude CodeCodex

Part of the skill-forge plugin — 9 skills, 8 agents shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/agricidaniel/skill-forge/skill-forge-convert
Any agent
npx skills add AgriciDaniel/skill-forge --skill skill-forge-convert
Clone the repo
git clone --depth 1 https://github.com/AgriciDaniel/skill-forge

Made for: Claude Code, Codex.

Or install skill-forge, the plugin that ships this one along with the rest of its 9 skills, 8 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for skill-forge-convert

README.md
[![agentmods](https://agentmods.dev/badge/skills/agricidaniel/skill-forge/skill-forge-convert.svg)](https://agentmods.dev/skills/agricidaniel/skill-forge/skill-forge-convert)
Your own site
<a href="https://agentmods.dev/skills/agricidaniel/skill-forge/skill-forge-convert"><img src="https://agentmods.dev/badge/skills/agricidaniel/skill-forge/skill-forge-convert.svg" alt="Measured on agentmods" height="20"></a>
Per session 142 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,187 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00142 $0.01187
Opus 5 $0.00071 $0.00593
Sonnet 5 $0.00028 $0.00237
Haiku 4.5 $0.00014 $0.00119

Measured 4d ago against content hash d96a35da3a2f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

skill-forge-convert scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/skill-forge-convert/SKILL.md · 129 lines

How it starts

The opening of the file, as written. The whole thing — 129 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Skill Conversion — Multi-Platform

Convert Claude Code skills to work on OpenAI Codex, Google Gemini CLI, Google Antigravity, and Cursor while maintaining quality and following each platform's best practices.

Process

Step 1: Read Source Skill

  1. Read the source SKILL.md and parse frontmatter
  2. Detect skill complexity tier (1-4)
  3. Inventory all files: scripts/, references/, agents/, sub-skills
  4. Identify MCP config (.mcp.json) if present

Step 2: Analyze Platform Compatibility

Run dry-run analysis first:

python scripts/convert_skill.py <path> --dry-run --target all

Review the compatibility report:

  • Portable fields: Transfer directly (name, description, license)
  • Adaptable fields: Need platform-specific handling
  • Claude-only fields: Will be stripped with warnings

Step 3: Convert to Target Platforms

Run the conversion:

python scripts/convert_skill.py <path> --target codex,gemini,antigravity,cursor --output dist/

For MCP config conversion:

python scripts/convert_skill.py <path> --target all --output dist/ --include-mcp

Step 4: Handle Claude-Only Features

Features that need manual adaptation per platform:

Claude Feature Codex Gemini/Antigravity Cursor
allowed-tools Supported Remove; all tools available Remove; no equivalent
context: fork No equivalent No equivalent No equivalent
hooks 1 event (notify) Partial (CLI) 6 events (beta)
model selection No equivalent No equivalent No equivalent
Task delegation Break into separate skills Break into separate skills Background Agents (Ultra plan)
/slash commands $mention syntax Description-based activation Description-based + @rule
Sub-skill routing Separate skills with $mention Separate skills, LLM-routed Separate skills, LLM-routed

Step 5: Validate Converted Skills

Run validation on each generated output:

python scripts/validate_skill.py dist/codex/<skill-name>/
python scripts/validate_skill.py dist/gemini/<skill-name>/
python scripts/validate_skill.py dist/antigravity/<skill-name>/
python scripts/validate_skill.py dist/cursor/<skill-name>/

Read the full file on GitHub · 129 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 129 lines · 142 tokens per session scan A d96a35da3a2f

Subscribe to this mod's changes

skill-forge-convert is a skill published in the GitHub repository AgriciDaniel/skill-forge (166 stars, last pushed 4mo ago), licensed MIT. It adds 142 tokens to every session and 1,187 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

wiki-ingest

Ingest supplied source material into an Obsidian vault with provenance and claim tracking: pasted text, files staged in the selected vault's inbox or .raw archive, or explicitly approved URLs. Use for a single source or bounded batch, not for saving an assistant answer. Triggers: ingest, ingest this file, ingest this…

AgriciDaniel/claude-obsidian · 88 tokens

autoresearch

Run a bounded, source-grounded research loop, draft a cited dossier, and optionally propose a separately reviewed canonical vault merge. Use when the user wants autonomous or deep research that may access the public web. Triggers: /autoresearch, autoresearch, research this topic, deep dive into, investigate, find…

AgriciDaniel/claude-obsidian · 80 tokens

canvas

Create, inspect, and update Obsidian JSON Canvas boards with text, file, link, group, and edge nodes. Use for canvas status, canvas lists, visual maps, zones, spatial layouts, adding vault notes or media to a .canvas file, and requests such as create canvas, add to canvas, or put this on the canvas.

AgriciDaniel/claude-obsidian · 72 tokens

wiki-retrieve

Build and query a vault-local contextual BM25 retrieval index with optional multilingual Nomic cosine reranking; use for retrieve, hybrid retrieval, BM25, rerank, contextual retrieval, chunk search, vault search, semantic search, find relevant passages, or retrieval diagnostics. Derived caches stay under .vault-meta…

AgriciDaniel/claude-obsidian · 81 tokens

wiki

Initialize, adopt, and route work for a separate Obsidian knowledge vault through the portable claude-obsidian core. Use for vault setup, scaffolding, workspace selection, cross-project configuration, or choosing the correct wiki sub-skill. Triggers: /wiki, set up wiki, scaffold vault, create knowledge base, adopt…

AgriciDaniel/claude-obsidian · 84 tokens

defuddle

Plan and, with explicit network consent, use an optional external Defuddle cleaner to extract article-like HTTPS pages as Markdown. Use for defuddle, clean this URL, strip page clutter, readable Markdown from a web page, or preparing a web source for later wiki ingestion.

AgriciDaniel/claude-obsidian · 57 tokens