skill-creator

Guide creation of AI skills with SKILL.md and resource directories.

5|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/AndyChion/ClikOn-Agent --skill skill-creator-andychion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/AndyChion/ClikOn-Agent/tree/main/skills/skill-creator
Command: npx skills add https://github.com/AndyChion/ClikOn-Agent --skill skill-creator-andychion

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of creating and updating AI skills, ensuring they are well-structured, efficient, and easy for AI models to use.

Core Features & Use Cases

  • Skill Structure Guidance: Provides a clear anatomy of a skill, including SKILL.md and optional resource directories (scripts/, references/, assets/).
  • Best Practice Enforcement: Guides users on conciseness, progressive disclosure, and avoiding common pitfalls.
  • Development Workflow: Outlines a step-by-step process from understanding the skill to iteration.
  • Use Case: A developer needs to create a new skill to help an AI agent manage cloud deployments. They use this Skill Creator to understand the best way to structure the skill, organize deployment scripts, and document cloud-specific configurations.

Quick Start

Use the skill-creator to initialize a new skill named 'data-analyzer' in the 'skills/private' directory.

Frequently Asked Questions about skill-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is the best way to structure an AI skill for agent discoverability?

The best way to structure an AI skill is using a modular anatomy with a root SKILL.md file and optional resource directories like scripts/, references/, and assets/ to ensure efficient agent discoverability. This organization enforces conciseness and progressive disclosure.

How do I create a new AI skill from start to finish?

To create an AI skill, follow a structured development workflow: understand the skill requirements, organize content into SKILL.md and supporting directories, and iteratively refine the prompt engineering and scripts. This ensures the final skill is modular and efficient.

What files and directories do I need to build a modular AI skill?

To build a modular AI skill, you need a core SKILL.md file for documentation and can include optional directories such as scripts for automation, references for documentation, and assets for static resources. This structure separates logic from content.

Why does my AI agent struggle to use my custom prompt engineering workflows?

AI agents struggle with custom prompt engineering workflows when skills lack modular structure, conciseness, and progressive disclosure. Enforcing best practices in content organization within SKILL.md and resource directories resolves these discoverability issues.

Can I use this skill creation workflow to manage cloud deployment scripts?

Yes, you can use this skill creation workflow to manage cloud deployment scripts by placing them in the scripts/ directory and documenting cloud-specific configurations in the references/ or SKILL.md file for AI agents to easily parse.

When should I avoid using a single SKILL.md file for AI development?

You should avoid using a single SKILL.md file for complex AI development when content becomes too lengthy, violating progressive disclosure. Instead, split logic into scripts/ and detailed documentation into references/ to maintain skill efficiency.