skill-creator

Guide developers through creating and structuring Claude skills with SKILL.md, scripts, references, and assets.

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/nhson2612/__ --skill skill-creator-nhson2612
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/nhson2612/__/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/nhson2612/__ --skill skill-creator-nhson2612

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides comprehensive guidance and best practices for creating new skills or improving 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 its design.
  • Use Case: A developer new to creating skills for Claude can use this to understand the requirements, structure, and best practices for building a robust and efficient skill.

Quick Start

Use the skill-creator skill to understand how to build 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 create an AI agent skill from scratch?

To create an AI agent skill, structure your project with a SKILL.md file and organize supporting scripts, references, and assets. Follow a step-by-step process covering content organization, progressive disclosure, and context management to build an effective workflow extension.

What are the best practices for AI skill development and documentation?

Best practices for AI skill development include maintaining conciseness, setting clear degrees of freedom, and applying progressive disclosure to manage context. Organize bundled resources like scripts and references effectively to ensure specialized knowledge is accurately utilized.

What is progressive disclosure when building workflows for AI agents?

Progressive disclosure is a core principle in AI skill development that manages context by revealing information only as needed. It prevents overwhelming the AI agent with excessive data, ensuring efficient workflow execution and better adherence to guidelines.

How should I structure files and components when developing AI skills?

Structure AI skills by using a main SKILL.md file for core instructions, alongside bundled resources like a scripts directory for executable code, a references folder for detailed documentation, and an assets directory for static files.

Do I need coding experience to build custom workflows for AI agents?

Building custom AI agent workflows requires understanding skill anatomy and development guidelines. While you need technical knowledge to structure SKILL.md files and integrate scripts, the creation process emphasizes clear documentation and content organization over complex programming.