skill-creator

Guide creation of AI skills with SKILL.md structure and best practices.

2|3|Updated Dec 20, 2025
One-click install
npx skills add https://github.com/aicoder2048/story-writer --skill skill-creator-aicoder2048
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/aicoder2048/story-writer/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/aicoder2048/story-writer --skill skill-creator-aicoder2048

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive guide and best practices for creating, structuring, and packaging new AI skills, ensuring they are efficient, effective, and well-organized.

Core Features & Use Cases

  • Skill Anatomy: Understand the required SKILL.md and optional scripts/, references/, assets/ directories.
  • Design Principles: Learn about conciseness, progressive disclosure, and setting appropriate degrees of freedom.
  • Development Process: Follow a step-by-step guide from understanding examples to iterating on usage.
  • Use Case: A developer needs to create a new skill to interact with a specific internal API. They use this Skill to understand the required structure, best practices for writing the SKILL.md, and how to organize API documentation in the references/ directory.

Quick Start

Use the skill-creator to learn how to build 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 structure an AI skill for modular AI agent capabilities?▼

Structure an AI skill by creating a required SKILL.md file alongside optional scripts, references, and assets directories to ensure modular, self-contained extensions to AI agent capabilities.

What are the best practices for writing AI skill documentation?▼

Best practices for AI skill documentation include applying conciseness, progressive disclosure, and organized bundling of scripts and references to define appropriate degrees of freedom.

How do I develop an AI skill workflow to interact with internal APIs?▼

Develop an AI skill workflow by following a step-by-step process from understanding examples to iterating on usage, while organizing internal API documentation within the references directory.

Do I need to bundle scripts and assets when building AI skills?▼

Bundling scripts and assets is optional when building AI skills, but organizing these components ensures specialized knowledge and tool integrations remain modular and self-contained.

What is progressive disclosure in AI skill development?▼

Progressive disclosure in AI skill development is a design principle managing conciseness and setting appropriate degrees of freedom to ensure efficient and well-organized AI capabilities.