skill-creator

Guide users through creating and structuring AI skills with documentation and token efficiency.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/Shawn-Guo-CN/agentfoundry-plugin-marketplace --skill skill-creator-shawn-guo-cn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Shawn-Guo-CN/agentfoundry-plugin-marketplace/tree/main/plugins/skill-creator
Command: npx skills add https://github.com/Shawn-Guo-CN/agentfoundry-plugin-marketplace --skill skill-creator-shawn-guo-cn

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive guide and process for users who want to create new skills or update existing ones, ensuring they are effective, well-structured, and token-efficient.

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: Outlines a step-by-step guide from understanding the skill to iteration.
  • Use Case: A user wants to build a new skill to manage company-specific API documentation. They can use this Skill to understand the best practices for structuring the skill, organizing the API docs in references/, and writing a clear SKILL.md description.

Quick Start

Use the skill-creator skill to learn how to build a new skill for managing company-specific API documentation.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I structure an AI agent skill to ensure it is effective and token-efficient?

To structure an AI agent skill effectively, organize it with a SKILL.md file, scripts, references, and assets. Apply progressive disclosure to provide context only when needed, keeping the skill concise and minimizing token consumption.

What is progressive disclosure when creating agent development skills?

Progressive disclosure is a design principle that reveals information and complexity only when required. In skill creation, it minimizes token usage by loading specific instructions and references dynamically rather than upfront.

What is the step-by-step process to build a new skill from requirements to packaging?

The skill creation workflow involves understanding requirements, designing the skill anatomy with documentation and resources, iterating on the structure, and finally packaging the components into a deployable format.

How do I bundle API documentation and scripts into a well-structured skill?

Bundle API documentation by placing it in the references directory and executable code in the scripts directory. Write a clear SKILL.md to guide the agent on using these bundled resources effectively.

What are the best practices for writing SKILL.md documentation for agent development?

Best practices for SKILL.md include writing concise descriptions, setting clear degrees of freedom for the agent, and following progressive disclosure to ensure the documentation remains token-efficient and highly effective.