← ClaudeAtlas

skill-converterlisted

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".
shaashiekumha/antigravity-skill-converter · ★ 1 · Data & Documents · score 74
Install: claude install-skill shaashiekumha/antigravity-skill-converter
# Antigravity Skill Converter Transforms existing agent skills from **Claude Code** (`~/.claude/skills/`), **GitHub Copilot CLI** (`~/.copilot/skills/`, `.github/skills/`), **Amp** (`.agents/skills/`), **Cursor**, **Cline / Roo Code**, or generic AI frameworks into **100% native, production-grade Antigravity skills**. --- ## 1. Antigravity Skill Architecture Antigravity uses **Progressive Disclosure** to maintain a lean context window: 1. **Catalog Indexing**: Only the YAML `name` and `description` are loaded into memory at startup. 2. **Semantic Activation**: When a user's prompt matches the description keywords or intent, Antigravity dynamically activates the skill and loads `SKILL.md`. 3. **Layered Depth**: Heavy specifications, APIs, and schemas are partitioned into `references/`, reusable scripts into `scripts/`, and examples into `examples/`. For complete architectural details, see: - Tool Translation: [references/tool-translation-matrix.md](references/tool-translation-matrix.md) - Frontmatter Specification: [references/frontmatter-spec.md](references/frontmatter-spec.md) - Antigravity Runtime Rules: [references/antigravity-runtime-rules.md](references/antigravity-runtime-rules.md) --- ## 2. Operating Modes ### Mode 1: Automated CLI Execution (Recommended) Run the converter script directly via `run_command`: ```bash # Convert a single skill directory or SKILL.md into ~/.agents/skills/<name> python C:/Users/Admin/.agents/skills/skill-converter/scripts/convert_sk