skill-creator

Scaffold, validate, and package ARIA skills into .skill archives.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Yoshi-Dai-1/ARIA --skill skill-creator-yoshi-dai-1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Yoshi-Dai-1/ARIA/tree/main/.agent/skills/skill-creator
Command: npx skills add https://github.com/Yoshi-Dai-1/ARIA --skill skill-creator-yoshi-dai-1

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Efficiently bootstrap new Antigravity skills by generating a standard directory structure, validating frontmatter, and packaging distributables to streamline development workflows.

Core Features & Use Cases

  • Scaffold a standard skill directory with scripts/, references/, and assets/ directories.
  • Validate SKILL.md frontmatter and overall structure to ensure ARIA compatibility.
  • Package skills into .skill archives for deployment and distribution.
  • Provide templates and example scripts to accelerate skill creation and iteration.

Quick Start

Initialize a new skill using the tool, then validate its structure and package it into a distributable .skill file.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I scaffold a new skill directory structure for development?

To scaffold a new skill directory, initialize the tool to automatically generate a standard structure with scripts, references, and assets folders for streamlined skill development.

What is ARIA standard frontmatter validation for SKILL.md?

ARIA standard frontmatter validation checks your SKILL.md file to ensure mandatory metadata like name and description are present, enforcing structure compatibility and quality before packaging.

How do I package skills into a distributable archive for deployment?

You package skills into a distributable .skill archive by running the provided scripts, which bundle your validated directory structure into a single file for deployment and distribution.

Do I need any dependencies to automate skill creation, validation, and packaging?

No dependencies are required to automate skill creation. The tool operates independently to scaffold directories, validate frontmatter, and generate distributable packages without external dependencies.

What is the best way to ensure my custom skill meets ARIA compatibility requirements?

The best way to ensure ARIA compatibility is to use the built-in validation feature, which checks your SKILL.md frontmatter and overall directory structure against the standard requirements.

Can I use templates and example scripts to accelerate skill creation and iteration?

Yes, you can use provided templates and example scripts to accelerate skill creation. These resources help bootstrap development quickly and guide iterative improvements within the standard directory.