skill-converterlisted
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