skill-creator

Guide creation of structured AI skills with SKILL.md and bundled resources.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/olli107x/claude-code-starter-kit --skill skill-creator-olli107x
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/olli107x/claude-code-starter-kit/tree/main/skills/development/architecture/skill-creator
Command: npx skills add https://github.com/olli107x/claude-code-starter-kit --skill skill-creator-olli107x

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides guidance for creating effective skills, which are modular packages that extend Claude's capabilities with specialized knowledge, workflows, and tools.

Core Features & Use Cases

  • Skill Creation Guidance: Offers a step-by-step process for developing new skills.
  • Best Practices: Details core principles like conciseness, progressive disclosure, and appropriate degrees of freedom.
  • Anatomy of a Skill: Explains the structure of a skill unit, including SKILL.md and optional resource directories (scripts/, references/, assets/).
  • Use Case: When a user wants to build a new skill to add specific business logic or integrate a new tool into Claude's workflow, this skill guides them through the entire process from planning to packaging.

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 create an AI skill to extend agent capabilities with custom business logic?

To create an AI skill, you follow a step-by-step process from understanding requirements to packaging, using a SKILL.md file along with optional scripts, references, and assets directories to define modular workflows and specialized knowledge.

What is progressive disclosure in agent development and how does it structure skills?

Progressive disclosure in agent development is a design practice that structures skills by revealing information sequentially, ensuring conciseness and appropriate degrees of freedom while managing bundled resources effectively.

How do I package modular AI components and manage resources for new agent tools?

You package modular AI components by organizing them into a skill unit containing a SKILL.md file and optional resource directories like scripts, references, and assets to properly manage and bundle specialized tools.

What is the anatomy of a skill unit for integrating new tools into workflows?

The anatomy of a skill unit consists of a core SKILL.md file paired with optional bundled resources, specifically scripts, references, and assets directories, which collectively define the skill's structure and capabilities.

When do I need to build a new skill instead of using existing configurations?

You need to build a new skill when you want to add specific business logic or integrate a new tool into an agent's workflow that existing configurations cannot handle, requiring a structured packaging approach.