skill-creator

Create CFSA Antigravity skills with SKILL.md and YAML frontmatter.

6|1|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/RepairYourTech/cfsa-antigravity --skill skill-creator-repairyourtech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/RepairYourTech/cfsa-antigravity/tree/main/.agent/skills/skill-creator
Command: npx skills add https://github.com/RepairYourTech/cfsa-antigravity --skill skill-creator-repairyourtech

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation of new skills for the CFSA Antigravity kit, ensuring adherence to established formats and quality standards.

Core Features & Use Cases

  • Guided Skill Creation: Assists in defining skill purpose, triggers, and boundaries.
  • Structured Content Generation: Helps in writing SKILL.md with proper frontmatter, sections, and code examples.
  • Reference and Manifest Management: Guides the inclusion of supporting documents and registration in MANIFEST.md.
  • Use Case: When you have a new process or piece of domain knowledge that needs to be packaged as a reusable AI skill, this tool guides you through the entire creation lifecycle.

Quick Start

Use the skill-creator to make a new skill for processing user authentication tokens.

Frequently Asked Questions about skill-creator

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

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

To create a new CFSA skill, you need to define its purpose, triggers, and boundaries, then write a `SKILL.md` file with proper YAML frontmatter and markdown body, and finally register it in `MANIFEST.md`.

What is the correct format for writing SKILL.md files in CFSA?

The correct format for SKILL.md files requires YAML frontmatter for metadata and a markdown body for content, ensuring the skill adheres to CFSA quality standards for discoverability and operational effectiveness.

How do I package domain knowledge into a reusable AI skill?

You package domain knowledge into a reusable AI skill by using a guided creation lifecycle to structure your process into a `SKILL.md`, optionally adding supporting `references/` and `scripts/` directories.

Do I need to register new skills in MANIFEST.md for them to work?

Yes, registering new skills in `MANIFEST.md` is a required step in the creation lifecycle to ensure the CFSA Antigravity kit can discover and effectively operate the skill.

Can I add supporting documents and scripts to my CFSA skill?

Yes, you can enhance your CFSA skill by adding optional `references/` and `scripts/` directories to include supporting documents and executable code alongside your `SKILL.md` file.

What's the best way to structure a skill for the CFSA Antigravity kit?

The best way to structure a skill for the CFSA Antigravity kit is to follow a guided process that defines purpose and content, generates the `SKILL.md` structure, and manages reference inclusion and manifest registration.