convert-other-to-antigravity-skills

Convert existing skills to Antigravity standards with uv integration.

Updated Jan 15, 2026
One-click install
npx skills add https://github.com/lips85/antigravity-skills-bootstrap --skill convert-other-to-antigravity-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convert-other-to-antigravity-skills
Source: https://github.com/lips85/antigravity-skills-bootstrap/tree/main/skills/convert-other-to-antigravity-skills
Command: npx skills add https://github.com/lips85/antigravity-skills-bootstrap --skill convert-other-to-antigravity-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill automates the conversion of existing skills to the Antigravity standard, ensuring compatibility with uv dependency management and correct project-relative paths.

Core Features & Use Cases

  • Path Correction: Updates skill paths to the standard .agent/skills/<skill-name>/... format.
  • UV Integration: Replaces direct Python execution commands with uv run.
  • Prerequisites Addition: Automatically adds the standard uv setup guide to the SKILL.md.
  • Use Case: When integrating a new skill or updating an old one, run this converter to ensure it adheres to the Antigravity project's operational requirements.

Quick Start

Convert the skill named 'my-new-skill' using the provided command.

Frequently Asked Questions about convert-other-to-antigravity-skills

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

FAQPage Schema
How do I convert existing scripts to use uv for dependency management?

To convert existing scripts to use uv for dependency management, this skill replaces direct Python execution commands with `uv run` and automatically adds the standard uv setup guide to your SKILL.md file.

What is the standard file path format for Antigravity skills?

The standard Antigravity skills path format is `.agent/skills/<skill-name>/...`. This skill corrects existing file paths to match this structure, ensuring proper integration within the Antigravity ecosystem.

Do I need Python 3 and uv installed before converting legacy skills?

Yes, converting legacy skills requires Python 3 and uv to be installed and configured on your system before running the conversion process to ensure full standardization.

When should I run a skill conversion for the Antigravity standard?

You should run a skill conversion for the Antigravity standard when onboarding new skills or refactoring legacy ones to ensure they adhere to operational requirements for path formatting and dependency execution.

Can I automate path correction for multiple scripts in my project?

Yes, you can automate path correction for multiple scripts by running this conversion skill, which updates paths to the standard `.agent/skills/<skill-name>/...` format and integrates uv for script execution.