skill-creator

Guide developers through creating and structuring AI skills with SKILL.md.

1.1k|99|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/dp-archive/archive --skill skill-creator-dp-archive
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/dp-archive/archive/tree/main/seed_skills/skill-creator
Command: npx skills add https://github.com/dp-archive/archive --skill skill-creator-dp-archive

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

Core Features & Use Cases

  • Skill Anatomy: Explains the structure of a skill (SKILL.md, scripts/, references/, assets/).
  • Core Principles: Details best practices like conciseness, setting degrees of freedom, and progressive disclosure.
  • Skill Creation Process: Outlines a step-by-step guide from understanding the skill to iterating on it.
  • Bundled Resources: Describes the purpose and best use cases for scripts, references, and assets.
  • Use Case: A developer wants to create a new skill to help Claude manage cloud deployments. They would use this skill to understand the best practices for structuring their skill, what resources to include, and how to write an effective SKILL.md.

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 for workflow automation and tool integration?

To create an AI skill for workflow automation, you structure a SKILL.md file alongside bundled resources like scripts and references, ensuring conciseness, progressive disclosure, and clearly defined degrees of freedom for the model.

What is progressive disclosure in AI development and skill creation?

Progressive disclosure in skill creation is a core principle that structures AI knowledge delivery, ensuring the model receives essential context first and detailed references only when needed, preventing context overload during workflow automation.

How do I structure a SKILL.md file to extend AI capabilities effectively?

You structure a SKILL.md file by defining the skill anatomy, setting core principles like conciseness, and bundling necessary resources such as scripts, references, and assets to guide the AI through specialized workflows and tool integrations.

When do I need to bundle scripts and references into a custom AI skill?

You bundle scripts and references into a custom AI skill when your workflow requires specialized knowledge, complex tool integrations, or automated processes that need structured documentation to execute reliably within the AI's operating environment.

What is the best way to update existing AI skills for new developer workflows?

The best way to update existing AI skills is following a step-by-step creation process: understand the new workflow requirements, adjust the SKILL.md anatomy, update bundled scripts or references, and iterate on the skill's performance.

Does skill creation require specific dependencies for cloud deployment automation?

Skill creation does not require specific dependencies for cloud deployment automation; instead, it provides a flexible structure where developers can bundle custom scripts and references to integrate any necessary deployment tools.