skill-creator

Guide users through creating, structuring, and packaging AI skills.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/Aiden-Kwak/Bob-Skills --skill skill-creator-aiden-kwak
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Aiden-Kwak/Bob-Skills/tree/main/.cursor/skills/skill-creator
Command: npx skills add https://github.com/Aiden-Kwak/Bob-Skills --skill skill-creator-aiden-kwak

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive guide for creating, structuring, and packaging effective AI skills, ensuring they are efficient, modular, and discoverable.

Core Features & Use Cases

  • Skill Anatomy: Understand the structure of a skill (SKILL.md, scripts, references, assets).
  • Best Practices: Learn principles like conciseness, progressive disclosure, and setting degrees of freedom.
  • Development Workflow: Follow a step-by-step process from understanding the skill to iteration.
  • Use Case: A developer needs to create a new skill to integrate a specific API. They use this Skill to understand the required structure, best practices for writing the SKILL.md, and how to bundle necessary API documentation in the references/ directory.

Quick Start

Use the skill-creator to learn how to initialize 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 structure and package an AI skill for tool integration?

To structure and package an AI skill, organize components like SKILL.md, scripts, references, and assets. This modular approach ensures your AI extension is efficient and discoverable.

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

Best practices for writing a SKILL.md file include applying principles of conciseness, progressive disclosure, and setting degrees of freedom. These core principles guide effective prompt engineering and AI development.

How do I create a step-by-step development workflow for AI skills?

You create a step-by-step development workflow for AI skills by following a structured process from understanding requirements to iteration. This workflow guides you through structuring, packaging, and refining your AI extension.

Can I bundle API documentation in the references directory when creating a skill?

Yes, you can bundle API documentation in the references directory. When creating a skill to integrate a specific API, you place necessary documentation in references/ and use scripts to handle the tool integration logic.

What is progressive disclosure in AI skill creation?

Progressive disclosure in AI skill creation is a core principle that manages complexity by revealing information sequentially. It ensures your skill remains concise while providing necessary details during the development workflow.