skill-creator

Create custom AI skills with structured guidance on anatomy and process.

Updated Mar 15, 2025
One-click install
npx skills add https://github.com/mrdonlee/dotfiles --skill skill-creator-mrdonlee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/mrdonlee/dotfiles/tree/main/.agents/skills/skill-creator
Command: npx skills add https://github.com/mrdonlee/dotfiles --skill skill-creator-mrdonlee

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides guidance on how to create effective skills that extend Claude's capabilities with specialized knowledge, workflows, or tool integrations.

Core Features & Use Cases

  • Skill Anatomy: Understand the structure of a skill (SKILL.md, scripts/, references/, assets/).
  • Core Principles: Learn about conciseness, progressive disclosure, and setting degrees of freedom.
  • Skill Creation Process: Follow a step-by-step guide from understanding the skill to iterating on its design.
  • Use Case: When you need to build a new skill or improve an existing one, consult this guide for best practices and structural recommendations.

Quick Start

Use the skill-creator skill to understand the anatomy and creation process of 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 for workflow design and tool integration?

To create an AI skill, follow a structured creation process covering skill anatomy, core principles, and component organization. This involves defining the SKILL.md file, scripts, references, and assets to integrate specialized knowledge and external tools effectively.

What is progressive disclosure in AI skill creation?

Progressive disclosure in AI skill creation is a core principle that involves structuring skill components like references and scripts to provide information incrementally. This approach keeps the main SKILL.md concise while allowing the AI to access deeper specialized knowledge when needed.

What's the best way to structure an AI skill's components?

The best way to structure AI skills is by organizing components into SKILL.md, scripts/, references/, and assets/ directories. This structure separates core instructions from executable scripts and reference materials, enabling efficient workflow design and tool integration.

Do I need programming experience to build a skill with specialized knowledge?

You do not need advanced programming to build a skill with specialized knowledge, but structuring components like scripts and references requires developer-level familiarity. The skill creation process focuses on organizing knowledge and setting degrees of freedom for AI capabilities.

Can I refine an existing AI workflow without rebuilding the entire skill?

You can refine an existing AI workflow by iterating on its design and adjusting component organization. The skill creation guide supports improving existing skills by applying core principles like conciseness and progressive disclosure to enhance their capabilities.

When should I not use a structured skill for AI development?

You should avoid using a structured skill for AI development when the task requires simple, single-turn interactions without specialized knowledge or tool integrations. Skills are designed for complex workflows requiring progressive disclosure and structured component organization.