skill-creator

Create and structure AI skills with SKILL.md and YAML frontmatter.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Billkst/Causal-TabDiff --skill skill-creator-billkst
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Billkst/Causal-TabDiff/tree/main/.agents/skills/skill-creator
Command: npx skills add https://github.com/Billkst/Causal-TabDiff --skill skill-creator-billkst

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 new skills or update existing ones, ensuring they effectively extend Claude's capabilities with specialized knowledge, workflows, or tool integrations.

Core Features & Use Cases

  • Skill Creation Guidance: Offers best practices for structuring skills, writing SKILL.md, and organizing bundled resources (scripts/, references/, assets/).
  • Progressive Disclosure: Explains how to manage context efficiently using a three-level loading system.
  • Use Case: A developer needs to create a new skill to help Claude interact with a specific internal API. They would use this skill to understand the required structure, best practices for documentation, and how to bundle necessary scripts and reference materials.

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 using SKILL.md and YAML frontmatter?

To structure an AI skill, write a `SKILL.md` file with YAML frontmatter to define metadata, then organize bundled resources like scripts and references into separate directories for efficient context management.

What is progressive disclosure in agent development and workflow design?

Progressive disclosure in agent development is a three-level loading system that manages context efficiently by revealing skill details incrementally, preventing context window overload while maintaining specialized knowledge accessibility.

What's the best way to bundle scripts and reference materials when creating AI skills?

The best way to bundle resources is to organize scripts, references, and assets into dedicated directories alongside your `SKILL.md`, ensuring the agent can access specialized tools and documentation without cluttering the primary context.

How do I create a skill for Claude to interact with an internal API?

To create an internal API skill, follow the skill creation process from understanding requirements to packaging, using `SKILL.md` to document workflows and bundling necessary scripts and reference materials for the API integration.

When should I update existing skills instead of creating new documentation?

You should update existing skills when extending capabilities with new specialized knowledge or tool integrations, ensuring the `SKILL.md` content and bundled resources adhere to best practices for conciseness and progressive disclosure.