安装方式
命令行安装
在项目根目录执行以下命令,完成 Skill 安装。
npx bzskills add sickn33/antigravity-awesome-skills --skill skill-porter Preview conservative tool-name translations and copy complete local skill bundles for manual adaptation to Google Antigravity.
14
下载量
命令行安装
在项目根目录执行以下命令,完成 Skill 安装。
npx bzskills add sickn33/antigravity-awesome-skills --skill skill-porter name: skill-porter
description: Preview conservative tool-name translations and copy complete local skill bundles for manual adaptation to Google Antigravity.
category: developer-tools
risk: critical
source: community
source_repo: Pranav-Nexus/antigravity-skill-porter
source_type: community
date_added: "2026-09-07"
author: Pranav-Nexus
tags: [antigravity, claude, skills, migration, agent]
tools: [claude, cursor, gemini]
license: "MIT"
license_source: "https://github.com/Pranav-Nexus/antigravity-skill-porter/blob/7a5b42c0fe1be283ae9f5b5fe70792aa78733af7/LICENSE"Use when adapting a locally obtained Claude Code, Cursor, Codex, or generic agent
skill bundle for Google Antigravity. The utility preserves support files and
previews limited tool-name substitutions; it does not prove client compatibility.
SKILL.md, that file itself, or arepository with skills/<lowercase-hyphenated-id>/SKILL.md directories.
Obtain remote material separately through your reviewed download/clone workflow.
modified by another process or user. Inspect scripts without executing them.
python3 scripts/port_skill.py --source "/absolute/path/my-skill" --dry-run
View,Edit, and Bash change. Frontmatter and support bytes remain intact. Verify
each target tool and its argument semantics in your actual client.
python3 scripts/port_skill.py --source "/absolute/path/my-skill" --dest "/absolute/path/staging"
Existing skill destinations are rejected; no global paths are written.
python3 scripts/port_skill.py --source "/absolute/path/my-skill" --workspace --dry-run
python3 scripts/port_skill.py --source "/absolute/path/my-skill" --workspace
This writes only .agents/skills/<id> under the current working directory.
Confirm that discovery path is supported by the intended host first.
dependencies, licensing and multi-agent ordering manually. Validate the adapted
skill and test actual client invocation before claiming compatibility.
For a multi-skill repository, use its local root as the source:
python3 scripts/port_skill.py --source "/absolute/path/reviewed-repository" --dry-run
python3 scripts/port_skill.py --source "/absolute/path/reviewed-repository" --dest "/absolute/path/fresh-output"
A source-only invocation defaults to preview. Remote URLs are rejected; obtain
and inspect a pinned local checkout first. Run bundled tests from this directory:
PYTHONDONTWRITEBYTECODE=1 python3 -m unittest scripts/test_port_skill.py -v
automatic parallelization, artifact generation, or compatibility certification.
manual adaptation. Binary support files are copied intact, never interpreted.
and 20 MiB. This is not a sandbox against concurrent hostile filesystem changes;
use only stable directories you control.
choose a fresh output for retries. There is no overwrite or rollback mode.
generation/registration or external MCP setup. Verify tool availability in the
actual host, whose version and capabilities may differ.
Adapted from Pranav-Nexus/antigravity-skill-porter. The upstream MIT notice is
preserved in [LICENSE](LICENSE).