skill-creator

Guide creating and updating Claude Skills with SKILL.md structure and best practices.

4|1|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/GPTtang/skill-atlas --skill skill-creator-gpttang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/GPTtang/skill-atlas/tree/main/skills/ai-agent/skill-creator
Command: npx skills add https://github.com/GPTtang/skill-atlas --skill skill-creator-gpttang

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 Claude 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: Understand the structure of a Skill, including SKILL.md, scripts/, references/, and assets/.
  • Creation Process: Follow a step-by-step guide from understanding use cases to packaging the final skill.
  • Best Practices: Learn about metadata quality, progressive disclosure, and writing style for AI consumption.
  • Use Case: A developer needs to create a new Skill to handle customer support ticket routing. They would use this Skill to understand the required structure, best practices for writing the SKILL.md file, and how to include necessary scripts or reference documents.

Quick Start

Use the skill-creator skill to learn how to create a new skill for Claude.

Frequently Asked Questions about skill-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a custom AI agent workflow for Claude?

You build custom AI agent workflows by creating a Claude Skill, which involves planning use cases, initializing a `SKILL.md` file, writing scripts, and packaging references to extend Claude's capabilities.

What is progressive disclosure in Claude skill creation?

Progressive disclosure in skill creation is a best practice that structures metadata and references to feed context incrementally, optimizing AI agent knowledge retrieval without overwhelming the prompt.

What's the best way to structure a developer guide for AI agent development?

The best way to structure a developer guide for AI agents is to map out the skill anatomy, separating `SKILL.md` instructions, executable scripts, and static reference assets to ensure clear AI consumption and workflow automation.

Can I use prompt engineering to update existing Claude skills?

Yes, you can use prompt engineering to update existing Claude skills by editing the `SKILL.md` file, refining metadata quality, and adjusting reference documents to better align with specialized domain workflows.

Does workflow automation require scripts in a Claude skill?

Workflow automation in a Claude skill does not strictly require scripts, but including a `scripts/` directory allows you to execute specialized tool integrations and complex processing logic that static prompts cannot achieve.