create-skill

Create GAAI skills following the agentskills.io specification and update indices.

157|28|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/Fr-e-d/GAAI-framework --skill create-skill-fr-e-d
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/Fr-e-d/GAAI-framework/tree/main/.gaai/core/skills/cross/create-skill
Command: npx skills add https://github.com/Fr-e-d/GAAI-framework --skill create-skill-fr-e-d

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the creation of new GAAI skills by guiding users through the official agentskills.io specification and GAAI best practices, ensuring consistency and discoverability.

Core Features & Use Cases

  • Guided Skill Authoring: Provides a step-by-step process for defining skill names, inputs, outputs, and documentation.
  • Spec Compliance: Ensures new skills adhere to the agentskills.io standard.
  • Index Management: Guides the crucial step of updating skill indices for agent discoverability.
  • Use Case: When you need to add a new reusable capability to your GAAI framework, like a specialized code formatter or a new data validation routine, this skill helps you create its SKILL.md and supporting files correctly.

Quick Start

Use the create-skill skill to guide the creation of a new skill for generating unit tests from function signatures.

Frequently Asked Questions about create-skill

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

FAQPage Schema
How do I create a new GAAI skill that complies with the agentskills.io specification?

Creating a GAAI skill requires defining its metadata, inputs, outputs, and documentation according to the agentskills.io specification. This process ensures your new skill adheres to framework best practices and remains discoverable.

What is the process for adding a new reusable capability to my GAAI framework?

Adding a reusable capability involves guided authoring of the skill definition and supporting files. You must define the skill name, inputs, and outputs, followed by updating relevant skill indices to enable agent discoverability within the framework.

Do I need to manually update skill indices after authoring a new GAAI skill?

Updating skill indices is a critical step post-creation. Managing these indices ensures your newly authored skill is properly registered and discoverable by agents operating within the GAAI framework.

Can I use this guided authoring process to build specialized code formatters or data validation routines?

Yes, the guided authoring process supports building specialized capabilities like code formatters or data validation routines. It helps you correctly generate the required SKILL.md and supporting files for these specific use cases.

What are the limitations when defining skill metadata for framework extension?

The skill metadata must strictly adhere to the agentskills.io standard to guarantee framework extension compatibility. Failing to follow this specification during skill creation will prevent proper discoverability and integration within the GAAI environment.