skill-creator

Guide creation of modular AI skills with SKILL.md structure and bundled resources.

2|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/onejaejae/skills --skill skill-creator-onejaejae
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/onejaejae/skills/tree/main/plugins/ai-registry/common/skill-creator/skills/skill-creator
Command: npx skills add https://github.com/onejaejae/skills --skill skill-creator-onejaejae

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides guidance and best practices for creating effective, modular, and self-contained AI skills that extend Claude's capabilities.

Core Features & Use Cases

  • Skill Anatomy: Explains the structure of a skill (SKILL.md, scripts/, references/, assets/).
  • Core Principles: Details best practices like conciseness, progressive disclosure, and setting degrees of freedom.
  • Skill Creation Process: Outlines a step-by-step guide from understanding the skill to iteration.
  • Use Case: A developer wants to create a new skill to integrate a custom API with Claude. They would use this skill to understand the required structure, best practices for writing the SKILL.md, and how to bundle necessary scripts or reference documents.

Quick Start

Use the skill-creator skill to learn how to create a new 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 from scratch?

To create an AI agent skill, structure your project with a SKILL.md file and resource directories like scripts/ and references/. Follow a progressive disclosure approach, outlining requirements, building components, and iterating on the design.

What is the correct anatomy for structuring a custom AI skill?

The correct anatomy for structuring a custom AI skill includes a core SKILL.md file alongside bundled resource directories such as scripts/, references/, and assets/. This modular structure ensures the skill remains self-contained and effectively extends agent capabilities.

What are the best practices for writing a SKILL.md file?

Best practices for writing a SKILL.md file emphasize conciseness, progressive disclosure, and defining clear degrees of freedom. This ensures the AI agent understands the skill's scope and utilizes bundled resources effectively without being overwhelmed by unnecessary details.

How do I bundle scripts and reference documents when developing AI skills?

When developing AI skills, bundle scripts and reference documents by organizing them into dedicated directories like scripts/ and references/ within the skill unit. This modular organization keeps custom tools and API integrations self-contained and easily accessible to the agent.

Do I need prior prompt engineering experience to build modular AI skills?

Prior prompt engineering experience is beneficial but not strictly required to build modular AI skills. The skill creation process provides comprehensive guidance on core principles and step-by-step development, helping developers structure capabilities regardless of their starting expertise.

When should I not use a modular skill structure for AI agent capabilities?

You should avoid using a modular skill structure when an AI agent capability requires tightly coupled, monolithic logic that cannot be cleanly separated into scripts and references. If progressive disclosure restricts necessary context, a simpler direct prompt approach may be more effective.