← Back to list

convert-other-to-antigravity-skills
by lips85
🚀 Streamline your Antigravity skill setup with this npx-based bootstrapper.
⭐ 0🍴 0📅 Jan 15, 2026
SKILL.md
name: convert-other-to-antigravity-skills description: Converts existing skills to the Antigravity standard (Project-root relative paths, uv dependency management). Use this when adding new skills or fixing existing ones to run properly in the Antigravity environment.
Convert Skills to Antigravity Standard
This skill automatically updates a skill's SKILL.md file to follow the Antigravity project standards.
Prerequisites
This skill uses uv for dependency management.
- Initialize
uvproject (if not already done):
uv init .
- Add dependencies (No external packages required for this skill):
# uv add [package]
- Run the skill using
uv run:
uv run [script_path] ...
Features
- Path Correction: Updates
.claude/skillsor relativescripts/paths to.agent/skills/<skill-name>/.... - UV Integration: Replaces
python3commands withuv run. - Prerequisites: Adds the standard
uvsetup guide to the top of the skill documentation.
Usage
To convert a target skill, run the conversion script from the project root:
uv run .agent/skills/convert-other-to-antigravity-skills/scripts/convert.py <target-skill-name>
Examples
Convert a newly added skill named my-new-skill:
uv run .agent/skills/convert-other-to-antigravity-skills/scripts/convert.py my-new-skill
Convert a skill by path:
uv run .agent/skills/convert-other-to-antigravity-skills/scripts/convert.py .agent/skills/legacy-skill
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon