create-skill

Generates SKILL.md files and directory structures in .github/skills/ with linting and verification against the spec.

2|Updated Aug 18, 2025
One-click install
npx skills add https://github.com/ESO-Toolkit/eso-toolkit --skill create-skill-eso-toolkit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/ESO-Toolkit/eso-toolkit/tree/main/.github/skills/create-skill
Command: npx skills add https://github.com/ESO-Toolkit/eso-toolkit --skill create-skill-eso-toolkit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of adding new reusable agent skills to the project, ensuring consistency and discoverability.

Core Features & Use Cases

  • Skill Creation: Guides users through creating a new SKILL.md file in the correct directory structure.
  • Metadata Generation: Assists in defining the name, description, and other essential frontmatter fields.
  • Use Case: When you need to add a new capability to the AI agent, like a skill for managing GitHub issues, you would use this skill to create the necessary file and structure.

Quick Start

Use the create-skill skill to add a new skill for managing GitHub issues.

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 agent skill in my project?

To create an agent skill, generate a `SKILL.md` file within the `.github/skills/` directory structure to ensure proper discoverability and adherence to the agentskills.io specification.

What metadata is required when generating a new agent skill file?

When generating an agent skill file, you must define essential frontmatter metadata fields including the skill `name` and `description` to ensure proper formatting and discovery.

Where should the SKILL.md file be located for agent skills?

The `SKILL.md` file must be located in the `.github/skills/` path, following the specific directory location conventions to maintain project consistency.

How does linting work for agent skill creation?

Linting verifies the generated skill file structure and formatting rules to ensure strict adherence to the agentskills.io specification during the skill creation process.

Can I use code generation to automate agent skill setup?

Yes, you can use code generation to automate agent skill setup by generating the necessary file structure and metadata, streamlining the addition of new capabilities like GitHub issue management.