skill-creator

Guide the creation and structuring of AI agent skills with SKILL.md frontmatter.

467|42|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/mxyhi/ok-skills --skill skill-creator-mxyhi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/mxyhi/ok-skills/tree/main/skill-creator
Command: npx skills add https://github.com/mxyhi/ok-skills --skill skill-creator-mxyhi

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides guidance for creating effective skills, transforming AI agents into specialized tools with procedural knowledge and tool integrations.

Core Features & Use Cases

  • Skill Creation Guidance: Offers principles, anatomy, and a step-by-step process for developing new skills.
  • Resource Management: Explains how to use scripts/, references/, and assets/ effectively.
  • Use Case: When you need to build a new skill for your AI agent to handle a specific task, like interacting with a new API or automating a complex workflow, consult this skill for best practices.

Quick Start

Use the skill-creator skill to understand the process of creating 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 agent skill for automating a specific workflow?

To create an AI agent skill, follow a structured process of planning, initializing, editing, and validation. This involves defining procedural knowledge, structuring the SKILL.md file, and integrating necessary scripts and references for workflow automation.

What is progressive disclosure in prompt engineering for AI agents?

Progressive disclosure in prompt engineering is a core principle that keeps skills concise by revealing detailed procedural knowledge only when needed. It structures AI agent skills to provide essential context first, optimizing interaction efficiency.

What's the best way to structure files when building an AI agent skill?

The best way to structure an AI agent skill is using a standard anatomy with a SKILL.md file for frontmatter and body, alongside optional directories for scripts, references, and assets to manage resource dependencies effectively.

Do I need to use scripts and references directories for every new skill?

No, scripts and references directories are optional components. You use them when your AI agent skill requires external tool integrations or supplementary procedural knowledge to handle complex tasks like interacting with new APIs.

Can I use this approach to build skills for any developer guide or codex integration?

Yes, the skill creation process is designed to transform AI agents into specialized tools. You can apply these principles to build skills for any developer guide, codex integration, or specific API interaction required.