skill-creator

Guide creating AI skills with SKILL.md, scripts/, references/, and assets/ directories.

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

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 effective, modular skills that extend AI capabilities with specialized knowledge, workflows, and tool integrations.

Core Features & Use Cases

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

Quick Start

Use the skill-creator skill to learn how to create a new AI 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 it follows best practices?

To create an AI skill, follow a step-by-step process from understanding the core task to iterating on the design. Structure your content within a SKILL.md file and use separate directories for scripts, references, and assets to maintain modularity.

What is progressive disclosure in prompt engineering and agent development?

Progressive disclosure in agent development is a core principle for structuring AI skills to limit initial context loading. It allows an agent to retrieve detailed references or scripts dynamically only when the specific workflow requires that specialized knowledge.

What's the best way to organize scripts and references when building AI agents?

The best way to organize scripts and references is to place executable logic in a dedicated scripts/ directory and supporting documentation in a references/ folder. This separation ensures the AI agent can locate and execute workflows without parsing unnecessary context.

Do I need prior coding experience to create effective modular AI skills?

You do not need extensive coding experience to create modular AI skills, but understanding prompt engineering and workflow automation helps. The creation guide is designed for intermediate users, focusing on structuring content and setting degrees of freedom rather than complex programming.

Why does my AI skill fail to trigger during workflow automation?

AI skills fail to trigger during workflow automation when they lack conciseness or have poorly defined degrees of freedom. Following the skill anatomy guide to structure your SKILL.md with clear, specialized knowledge ensures the agent recognizes when to apply the workflow.