skill-creator

Guide users through creating and refining AI skills with structured workflows.

Updated Feb 20, 2026
One-click install
npx skills add https://github.com/Jackiexiao/jackie-skills-cn-top50 --skill skill-creator-jackiexiao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Jackiexiao/jackie-skills-cn-top50/tree/main/skills/skill-creator
Command: npx skills add https://github.com/Jackiexiao/jackie-skills-cn-top50 --skill skill-creator-jackiexiao

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

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

Core Features & Use Cases

  • Skill Creation Workflow: Guides users through understanding requirements, planning resources, initializing, editing, packaging, and iterating on skills.
  • Resource Management: Explains the purpose and best use cases for scripts/, references/, and assets/ directories.
  • Design Principles: Emphasizes conciseness, progressive disclosure, and clear instructions for AI agents.
  • Use Case: A developer needs to create a new skill to interact with a specific API. They use this Skill to understand the required structure, how to write the SKILL.md file, and how to bundle necessary API documentation and helper scripts.

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 and package an AI agent skill for modular workflow automation?

To structure AI agent skills, organize resources into `scripts/`, `references/`, and `assets/` directories, write a concise `SKILL.md` file, and bundle them into a self-contained package for modular workflow automation.

What is progressive disclosure in AI skill development and why use it?

Progressive disclosure in AI skill development structures documentation to reveal information contextually, ensuring efficient AI agent interaction by preventing context overload and maintaining concise instructions for automated workflows.

What's the best way to document API interactions for an AI agent?

The best way to document API interactions for an AI agent is to bundle the necessary API documentation into the `references/` directory and provide helper scripts in `scripts/` for seamless execution.

Do I need programming experience to create and refine AI tools?

You need basic software engineering knowledge to create and refine AI tools, as the process involves initializing directories, writing helper scripts, and packaging resources for effective AI agent interaction.

How to plan resources when building a new AI skill from scratch?

Planning resources for a new AI skill requires understanding requirements, determining which API docs go into `references/`, what automation logic belongs in `scripts/`, and ensuring all components are self-contained before packaging.