skill-creator

Guide users through creating and updating AI skills with best practices.

3|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/yungweng/dotfiles --skill skill-creator-yungweng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/yungweng/dotfiles/tree/main/claude/.claude/skills/.system/skill-creator
Command: npx skills add https://github.com/yungweng/dotfiles --skill skill-creator-yungweng

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive guide for creating and updating AI skills, ensuring they are effective, efficient, and well-structured for AI agents.

Core Features & Use Cases

  • Skill Anatomy: Understand the structure of a skill, including SKILL.md, scripts, references, and assets.
  • Best Practices: Learn principles like conciseness, progressive disclosure, and appropriate degrees of freedom.
  • Use Case: When you need to develop a new AI skill to handle a specific task, like analyzing customer feedback or generating code snippets, this Skill guides you through the entire process from planning to validation.

Quick Start

Follow the steps outlined in this skill to create a new skill for analyzing code quality.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create AI skills for specific development tasks?

To create AI skills, follow a structured process covering planning, initialization, editing, and validation. This ensures your skill is well-structured for AI agents, incorporating best practices like conciseness and progressive disclosure for effective task handling.

What is the correct structure for building AI agent capabilities?

The correct structure for AI agent capabilities includes a core SKILL.md file alongside scripts, references, and assets. This anatomy ensures the agent can efficiently parse instructions and leverage supporting resources to execute specialized tasks.

What are the best practices for developing codex skills?

Best practices for developing codex skills emphasize conciseness, progressive disclosure, and appropriate degrees of freedom. Following these principles ensures your skill content remains efficient and well-structured for AI agent consumption.

How do I update an existing AI skill without breaking its structure?

Updating an existing AI skill requires refining its core SKILL.md, scripts, and references while maintaining structural best practices. The process emphasizes validating changes to ensure the skill remains effective and efficient for agent execution.

Do I need specific dependencies to build AI skills?

No specific dependencies are required to build AI skills. The creation process relies on understanding skill anatomy and applying core principles like progressive disclosure, allowing you to structure content and resources directly.

When should I use progressive disclosure in skill creation?

You should use progressive disclosure in skill creation when building complex agent capabilities. This best practice helps manage structural complexity by revealing information only as needed, keeping the skill concise and efficient for AI processing.