skill_creator

Creates AI skills with YAML frontmatter and Markdown body in SKILL.md.

43|11|Updated Dec 27, 2025
One-click install
npx skills add https://github.com/vuralserhat86/antigravity-agentic-skills --skill skill-creator-vuralserhat86
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill_creator
Source: https://github.com/vuralserhat86/antigravity-agentic-skills/tree/main/skills/skill_creator
Command: npx skills add https://github.com/vuralserhat86/antigravity-agentic-skills --skill skill-creator-vuralserhat86

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides comprehensive guidance and best practices for creating new AI skills or updating existing ones, ensuring they are effective, efficient, and well-structured.

Core Features & Use Cases

  • Skill Anatomy: Understand the required SKILL.md and optional scripts/, references/, assets/ directories.
  • Design Principles: Learn about concise instructions, progressive disclosure, and setting appropriate degrees of freedom.
  • Creation Process: Follow a step-by-step guide from understanding the skill's purpose to packaging and iteration.
  • Use Case: When you need to build a new skill to add specialized knowledge or a new workflow to an AI agent, consult this guide for the correct structure, content, and best practices.

Quick Start

Use the skill_creator skill to learn how to create a new AI skill.

Frequently Asked Questions about skill_creator

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

FAQPage Schema
How do I create an AI skill and structure its files?

Creating an AI skill requires a main SKILL.md file with YAML frontmatter and Markdown body, plus optional scripts/, references/, and assets/ directories for supplementary components and documentation.

What is the recommended structure for SKILL.md content in skill development?

SKILL.md structure uses YAML frontmatter for metadata and a Markdown body for instructions. Best practices include concise directives, progressive disclosure, and setting appropriate degrees of freedom for the agent.

What's the best way to document prompt engineering workflows for agent development?

Documenting prompt engineering workflows involves writing concise instructions in SKILL.md, utilizing references/ for detailed documentation, and applying progressive disclosure to manage agent context efficiently.

Do I need to use the scripts and references directories when building a skill?

The scripts and references directories are optional. Use scripts/ for executable logic and references/ for supplementary documentation when a skill requires specialized knowledge or complex workflows beyond the main SKILL.md.

What is the step-by-step process for AI skill creation from requirements to packaging?

The AI skill creation process moves from understanding requirements and defining the purpose, to structuring the SKILL.md content, adding optional directories, packaging the components, and iterating based on performance.