Transfer banner
Skills-transfer-hub Skills-transfer-hub

Transfer

AI community

Description

--- name: transfer description: Port an artifact to another AI coding tool, checking the compatibility matrix first. --- Port an artifact between AI coding tools: $ARGUMENTS 1. Identify the artifact kind (`agent`, `command`, `instruction`, `rule`, `skill`, `workflow`) and the target (`antigravity`, `claude`, `codex`, `copilot`, `cursor`, `gemini`). Ask if either is ambiguous. 2. Call `capabilities_get` for that cell. Do not proceed on memory. 3. Report the verdict before writing anything

Installation

Installs to ~/.claude/skills/skills-transfer-hub-sth-plugin-transfer/SKILL.md

Terminal
mkdir -p ~/.claude/skills/skills-transfer-hub-sth-plugin-transfer && curl -fsSL https://raw.githubusercontent.com/Skills-transfer-hub/sth-plugin/HEAD/commands/transfer.md -o ~/.claude/skills/skills-transfer-hub-sth-plugin-transfer/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository