Skill Creator

Generate standard directory structures and SKILL.md files for new agent skills.

Updated Feb 7, 2026
One-click install
npx skills add https://github.com/tecnoclu/AiCodingSkillsAntigravity --skill skill-creator-tecnoclu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Creator
Source: https://github.com/tecnoclu/AiCodingSkillsAntigravity/tree/main/skill_creator
Command: npx skills add https://github.com/tecnoclu/AiCodingSkillsAntigravity --skill skill-creator-tecnoclu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the creation of new agentic skills by automating the generation of necessary directory structures and configuration files, ensuring consistency and adherence to best practices.

Core Features & Use Cases

  • Automated Skill Scaffolding: Generates the standard directory layout for new skills.
  • SKILL.md Generation: Creates the essential SKILL.md file with provided name, description, and instructions.
  • Use Case: When you need to add a new capability to your AI agent, like a "Code Review Assistant," this skill will set up the code_review_assistant/ directory with the SKILL.md file, ready for you to add specific instructions and scripts.

Quick Start

Use the skill creator to make a new skill called 'Image Resizer' that can resize images in a given directory.

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 AI agent skill?

Automated skill scaffolding generates the standard directory layout and the essential SKILL.md file for new agent capabilities. It provides a standardized template for skill metadata and operational instructions, ensuring new skills are discoverable and properly configured within the agent framework.

What is automated skill scaffolding for agent development?

Automated skill scaffolding is the process of generating the standard directory layout and essential configuration files for new agent capabilities. It provides a standardized template for skill metadata and operational instructions to ensure new skills are discoverable and properly configured within the agent framework.

How do I create a SKILL.md file for a new agent capability?

You create a SKILL.md file by providing a name, description, and instructions to an automated scaffolding tool. This generates the essential configuration file with a standardized template, ensuring the new capability is discoverable and properly configured within the agent framework.

Do I need any dependencies to generate skill directory structures?

No dependencies are required to generate skill directory structures. The scaffolding process operates independently to create the standard directory layout and essential configuration files, ensuring new agent capabilities are properly configured without external libraries.

What is the best way to add a new capability to an AI agent?

The best way to add a new capability to an AI agent is using automated scaffolding to generate a standardized directory layout and SKILL.md file. This ensures consistency, adherence to best practices, and proper discoverability within the agent framework without manual setup errors.