skill-creator

Creates AI skills with SKILL.md, bundled resources, and progressive disclosure design.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/DxTa/dotfiles --skill skill-creator-dxta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/DxTa/dotfiles/tree/main/opencode/skills/core/skill-creator
Command: npx skills add https://github.com/DxTa/dotfiles --skill skill-creator-dxta

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (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 Best Practices: Learn principles for concise, effective skill design.
  • Anatomy of a Skill: Understand the structure of a skill unit (SKILL.md, scripts, references, assets).
  • Progressive Disclosure: Implement efficient context management for Claude.
  • Step-by-Step Process: Follow a clear workflow for developing and packaging skills.
  • 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 package the final skill.

Quick Start

Use the skill-creator 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 for Claude?

To create an AI skill for Claude, you need to structure a SKILL.md file alongside bundled resources like scripts, references, and assets, following specific best practices for documentation and progressive disclosure.

What is progressive disclosure in skill creation?

Progressive disclosure in skill creation is an efficient context management strategy that structures bundled resources and SKILL.md content to provide Claude with specialized knowledge only when needed.

What is the best way to structure documentation for AI development workflows?

The best way to structure documentation for AI development workflows is to package your skill unit with a concise SKILL.md file and organize supporting scripts, references, and assets into separate bundled components.

Can I use skill-creator to update existing AI workflows?

Yes, you can use skill-creator to update existing AI workflows by applying its principles for skill design to effectively extend Claude's capabilities with new specialized knowledge or tool integrations.

Do I need coding experience to build workflow automation skills?

Building workflow automation skills requires technical familiarity with AI development concepts to properly configure SKILL.md files and integrate bundled scripts, references, and assets into a functional package.

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

AI skills fail to trigger during workflow automation when the SKILL.md lacks concise documentation or the progressive disclosure design improperly manages context, preventing Claude from recognizing the required tool integrations.