skill-creator

Guide creation and updating of AI Skills with SKILL.md structure.

7|1|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/mypengpengli/OpenCowork --skill skill-creator-mypengpengli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/mypengpengli/OpenCowork/tree/main/src-tauri/resources/skills/skill-creator
Command: npx skills add https://github.com/mypengpengli/OpenCowork --skill skill-creator-mypengpengli

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the creation, updating, and refinement of AI Skills, making it easier to extend AI capabilities with specialized knowledge and workflows.

Core Features & Use Cases

  • Skill Creation Guidance: Provides a structured approach to defining and building new Skills.
  • Resource Management: Explains how to effectively use scripts/, references/, and assets/ for modularity and efficiency.
  • Best Practices: Offers principles like conciseness, progressive disclosure, and clear language conventions.
  • Use Case: A developer needs to create a new Skill to interact with a specific internal API. They use this Skill to understand the SKILL.md structure, best practices for descriptions, and how to bundle necessary API documentation in references/.

Quick Start

Use the skill-creator 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 skill from scratch?

To create an AI skill, you define its purpose, structure the SKILL.md file, and organize bundled resources like scripts, references, and assets. This process ensures your specialized knowledge and workflows are efficiently managed.

What is the best way to structure an AI skill for efficient context management?

Efficient context management in AI skill creation relies on conciseness, progressive disclosure, and clear language conventions. Organizing components into scripts, references, and assets ensures modularity and prevents context overload.

How do I bundle API documentation when building a custom AI skill?

You bundle API documentation in AI skills by placing it inside the references directory. This keeps external knowledge structured and accessible alongside your core SKILL.md file and other assets.

Do I need prior developer tools experience to update and refine AI skills?

Updating AI skills requires familiarity with defining their purpose and managing resources like scripts and assets. The workflow emphasizes best practices for clarity and conciseness, making it accessible for developers building specialized workflows.

When should I modularize components into scripts and assets during skill creation?

You modularize components into scripts and assets during skill creation to maintain modularity and efficiency. Separating these resources prevents clutter in the main SKILL.md file and streamlines workflow automation.