skill-creator

Guide creation of AI skills with SKILL.md structure and resource management.

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

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 effective, modular, and efficient AI skills, ensuring they extend Claude's capabilities without unnecessary token usage.

Core Features & Use Cases

  • Skill Anatomy: Explains the structure of a skill (SKILL.md, scripts/, references/, assets/).
  • Core Principles: Details principles like conciseness, setting degrees of freedom, and progressive disclosure.
  • Skill Creation Process: Outlines a step-by-step guide from understanding the skill to iteration.
  • Resource Management: Guides on when and how to use scripts, references, and assets.
  • Use Case: A developer wants to build a new skill to help Claude manage cloud deployment configurations. They would use this Skill to understand the best way to structure their SKILL.md, organize configuration files in references/, and potentially include deployment scripts in scripts/.

Quick Start

Use the skill-creator skill 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 structure an AI skill to ensure context efficiency?

You structure an AI skill by creating a SKILL.md file and organizing supporting files into scripts, references, and assets directories. This modular design ensures context efficiency by preventing unnecessary token usage during AI development.

What are the core principles for creating effective AI skills?

The core principles for creating effective AI skills include maintaining conciseness, setting degrees of freedom for the AI, and using progressive disclosure. These design principles guide how the skill manages context and interacts with the model.

What is the step-by-step process for developing a new AI skill?

The step-by-step process for developing a new AI skill involves understanding the skill's purpose, structuring the SKILL.md file, managing bundled resources like scripts and references, and iterating on the design. This ensures a modular and efficient build.

When should I use scripts versus references in an AI skill?

Use scripts when your AI skill needs to execute actions or logic, and use references for static configuration files or documentation. Proper resource management ensures the skill loads only necessary context, optimizing token efficiency.

Can I use this guide to build a skill for managing cloud deployment configurations?

Yes, you can use this guide to build a cloud deployment skill. You would structure your SKILL.md to explain deployment logic, organize configuration files in references, and include deployment scripts in the scripts directory.

Why does my AI skill use too many tokens during execution?

Your AI skill likely uses too many tokens because it lacks conciseness and proper progressive disclosure. Adhering to core design principles and efficiently managing bundled resources like references and scripts reduces unnecessary context loading.