skill-creator

Guide creation and updating of AI skills with structured design patterns.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive guide and best practices for creating, updating, and packaging custom AI skills, ensuring they are effective, efficient, and well-structured.

Core Features & Use Cases

  • Skill Development Guidance: Offers step-by-step instructions and design principles for building new skills.
  • Resource Management: Explains how to effectively use scripts/, references/, and assets/ directories.
  • Progressive Disclosure: Teaches how to structure skills for optimal context window usage.
  • Use Case: A developer needs to create a new skill to interact with a specific internal API. They would use this Skill to understand the required structure, best practices for documentation, and how to bundle necessary scripts and reference materials.

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
What is progressive disclosure in AI skill development?

Progressive disclosure in AI skill development structures your skill to load only necessary context initially, optimizing context window usage. It ensures efficient resource management by revealing deeper layers of information, like bundled references or scripts, only when required.

How do I create a custom AI skill to interact with an internal API?

To create a custom AI skill for an internal API, follow structured guidance for skill anatomy and modularity. You bundle necessary scripts, references, and assets into designated directories, applying best practices for documentation and context management.

What is the best way to structure AI skills for optimal context window usage?

The best way to structure AI skills for optimal context window usage is applying progressive disclosure and modularity. This design pattern separates core logic from bundled resources like scripts and references, ensuring the AI loads only what it needs.

How do I manage bundled resources like scripts and references when building AI skills?

Manage bundled resources by organizing them into dedicated `scripts/`, `references/`, and `assets/` directories. This resource management approach keeps your skill modular, ensures dependencies are cleanly separated, and supports efficient execution.

Do I need prior developer experience to build and package custom AI skills?

You need basic software engineering knowledge to build and package custom AI skills. The skill provides structured guidance on design principles, but understanding modularity, context management, and directory structures is essential for effective development.

Why does my AI skill fail to maintain context during complex tasks?

AI skills fail to maintain context during complex tasks due to poor context window management. Implement progressive disclosure and modular design patterns to structure information efficiently, preventing context overload and maintaining performance.