create-new-skill

Create Antigravity agent skills with SKILL.md and references/research.md.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/calvyntwh/karu-custom-skills --skill create-new-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-new-skill
Source: https://github.com/calvyntwh/karu-custom-skills/tree/main/skills/create-new-skill
Command: npx skills add https://github.com/calvyntwh/karu-custom-skills --skill create-new-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill guides the agent in creating a new Antigravity skill. It uses an Agent-Native workflow where the Agent directly researches the topic and creates the files, rather than relying on external scripts.

Core Features & Use Cases

  • Guided creation process: from initial skill name gathering to file generation.
  • Agent-native workflow: performs research and file creation without relying on external tooling.
  • Structured artifacts: produces SKILL.md and references/research.md, with frontmatter validation and documentation.

Quick Start

Create a new skill by gathering a lowercase hyphenated name, researching the topic, and writing SKILL.md and references/research.md under <workspace>/.agent/skills/<skill-name>/.

Frequently Asked Questions about create-new-skill

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

FAQPage Schema
How do I create a new agent skill from scratch?

To create a new agent skill, you need a guided workflow that researches the topic and generates structured files like SKILL.md and references. This process involves gathering a lowercase hyphenated name, performing research, and writing the deployment-ready artifacts under your local repository's skill directory.

What is an agent-native workflow for skill creation?

An agent-native workflow for skill creation means the agent directly researches the topic and creates the files without relying on external scripts or tooling. This approach ensures the agent handles the entire end-to-end process from initial concept to deployment-ready artifacts autonomously.

How do I validate frontmatter for agent skills?

Validating frontmatter for agent skills requires ensuring the SKILL.md file contains strict entries for name, description, and license. This validation step is crucial for producing structured artifacts that are correctly formatted and recognized within the local repository environment.

What files do I need to build an Antigravity skill?

Building an Antigravity skill requires generating a SKILL.md file and supporting references such as references/research.md. These structured artifacts are created within a specific local directory path, ensuring the skill is properly documented and deployment-ready.

Can I package agent skills within a local repository?

Yes, you can package agent skills within a local repository as part of the optional packaging steps in the creation workflow. The process produces the necessary SKILL.md and reference files under the designated workspace skills directory, preparing the skill for deployment.