claude-skill-importer

Import Claude Code skills into Antigravity with normalized metadata and Japanese placeholders.

Updated Jan 24, 2026
One-click install
npx skills add https://github.com/amano--/call-center --skill claude-skill-importer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-skill-importer
Source: https://github.com/amano--/call-center/tree/main/.agent/skills/ai-tools/claude-skill-importer
Command: npx skills add https://github.com/amano--/call-center --skill claude-skill-importer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of importing and structuring skills originally defined for "Claude Code" into the Antigravity Agents framework, ensuring compatibility and discoverability.

Core Features & Use Cases

  • Import & Normalize: Converts loose .md skill files or structured plugin formats into the required Antigravity skill directory structure (SKILL.md, metadata.json, SKILL.ja.md).
  • Metadata Generation: Automatically creates metadata.json and a Japanese placeholder SKILL.ja.md for localization.
  • Use Case: You have a collection of useful skills defined in Claude Code format. Use this importer to seamlessly integrate them into your Antigravity Agent environment with minimal manual effort.

Quick Start

Use the claude-skill-importer skill to import skills from the '/path/to/claude/skills' directory into the 'my-imported-skills' category.

Frequently Asked Questions about claude-skill-importer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I import Claude Code skills into the Antigravity framework?

This Skill automates importing Claude Code skills into Antigravity by converting loose `.md` files or structured plugins into the required directory structure with `SKILL.md` and `metadata.json`.

What does normalizing markdown skill files into the Antigravity structure involve?

Normalizing markdown skill files involves generating valid YAML frontmatter, creating a `metadata.json` file, and producing a Japanese placeholder `SKILL.ja.md` to ensure localization compatibility within the Antigravity framework.

Do I need Node.js to convert Claude skills for Antigravity Agents?

Yes, you need Node.js installed because the conversion process requires the `fs` and `path` modules to perform file system operations, read source skill files, and write the normalized output directories.

Can I import skills from a flat markdown file format into Antigravity?

Yes, the importer supports reading from flat markdown files as well as standard plugin structures, automatically restructuring them into the Antigravity skill directory format with valid metadata and localization placeholders.

What is the best way to migrate a collection of Claude Code skills to Antigravity?

The best way to migrate a collection of Claude Code skills is to use this automated importer, which processes batches from a source directory and outputs normalized `SKILL.md` and `metadata.json` files with minimal manual effort.