skill-creator

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

1|2|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/ihmorol/unsw-nb15-handling-binary-multiclass-ids --skill skill-creator-ihmorol
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/ihmorol/unsw-nb15-handling-binary-multiclass-ids/tree/main/.opencode/skills/skill-creator
Command: npx skills add https://github.com/ihmorol/unsw-nb15-handling-binary-multiclass-ids --skill skill-creator-ihmorol

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides guidance and a structured process for creating new skills or updating existing ones, ensuring they effectively extend Claude's capabilities with specialized knowledge and workflows.

Core Features & Use Cases

  • Skill Creation Guidance: Offers principles, anatomy, and a step-by-step process for developing skills.
  • Resource Management: Explains how to use scripts/, references/, and assets/ effectively.
  • Progressive Disclosure: Details how to manage context efficiently through metadata, SKILL.md body, and bundled resources.
  • Use Case: A new developer needs to create a skill to interact with a company's internal API. They would use this skill to understand the best practices for structuring the skill, writing the SKILL.md, and organizing necessary API documentation in the references/ directory.

Quick Start

Use the skill-creator to learn how to create a new skill for managing company policies.

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?

To create an AI skill, you structure a SKILL.md file with specialized knowledge, bundle necessary scripts and references, and follow progressive disclosure principles to manage agent context efficiently. This ensures modular, self-contained extensions.

What is progressive disclosure in AI skill development?

Progressive disclosure in AI skill development is managing context efficiently by layering information across metadata, the SKILL.md body, and bundled resources like scripts and references. This prevents overwhelming the agent while providing necessary workflows.

How do I structure resources when building AI skills?

Structure AI skill resources by placing executable code in a scripts directory, documentation in a references directory, and other static files in an assets directory. This organization maintains a modular, self-contained extension for AI agents.

Can I update existing AI skills using this creation workflow?

Yes, you can update existing AI skills by following the structured guidance for SKILL.md content and resource bundling. The workflow facilitates iterating on and packaging modular extensions to refine agent capabilities.

What is the best way to document company internal APIs for an AI agent?

The best way to document internal APIs for an AI agent is to organize the API documentation within a references directory and outline the interaction workflows in the SKILL.md file, ensuring the skill is self-contained and modular.