skill-creator

Guide developers through creating and structuring AI agent skills.

80|4|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/zhu1090093659/CodeConductor --skill skill-creator-zhu1090093659
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/zhu1090093659/CodeConductor/tree/main/skills/skill-creator
Command: npx skills add https://github.com/zhu1090093659/CodeConductor --skill skill-creator-zhu1090093659

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides comprehensive guidance and a structured process for creating new skills or updating existing ones, ensuring they effectively extend AI 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/).
  • Design Principles: Covers conciseness, progressive disclosure, and setting degrees of freedom.
  • Creation Process: Details a step-by-step guide from understanding the skill to iteration.
  • Use Case: A developer needs to create a new skill to interact with a specific company API. They would use this skill to understand the best practices for structuring the skill, writing the SKILL.md, and organizing necessary scripts and documentation.

Quick Start

Use the skill-creator to learn how to build a new skill for AI agents.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I develop and structure an AI agent skill?

To develop an AI agent skill, structure its components into a SKILL.md file, scripts, references, and assets, following core principles like progressive disclosure and conciseness to define capabilities.

What is progressive disclosure in skill development?

Progressive disclosure in skill development is a design principle that structures documentation and capabilities to reveal complexity gradually, ensuring AI agents receive specialized knowledge without being overwhelmed by unnecessary details.

How do I write a SKILL.md file for a custom agent workflow?

Writing a SKILL.md file involves documenting the problem the skill solves, core features, use cases, and a quick start guide, ensuring the AI agent understands requirements and execution workflows.

What is the best way to package scripts and documentation for AI agent capabilities?

The best way to package AI agent capabilities is organizing them into dedicated directories for scripts and references, ensuring the agent can access specialized workflows and tool integrations efficiently.

When do I need to create a custom skill for an AI agent?

You need to create a custom skill when extending AI capabilities with specialized knowledge, workflows, or tool integrations, such as enabling an agent to interact with a specific company API.