skill-creator

Guide users through creating and structuring AI Skills with SKILL.md.

6|1|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/boshi-xixixi/agenticflow-skills --skill skill-creator-boshi-xixixi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/boshi-xixixi/agenticflow-skills/tree/main/skills/99_Meta_SkillCreator
Command: npx skills add https://github.com/boshi-xixixi/agenticflow-skills --skill skill-creator-boshi-xixixi

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 effective, token-efficient AI Skills, ensuring they are discoverable, adaptable, and maintainable.

Core Features & Use Cases

  • Skill Anatomy: Understand the structure of a Skill (SKILL.md, scripts/, references/, assets/).
  • Best Practices: Learn principles like conciseness, progressive disclosure, and appropriate degrees of freedom.
  • Creation Process: Follow a step-by-step guide from understanding the skill to iteration.
  • Use Case: You need to create a new Skill for your company's internal knowledge base. This Skill will guide you through defining its purpose, structuring its content, and packaging it correctly.

Quick Start

Use this skill to learn how to create a new AI skill.

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 skill for progressive disclosure?

To structure an AI skill for progressive disclosure, organize content into a main SKILL.md file alongside scripts, references, and assets directories. This anatomy ensures the AI retrieves only necessary information, maintaining conciseness and token efficiency.

What is the step-by-step process for AI skill creation?

The AI skill creation process involves understanding the skill's purpose, defining its structure, packaging the content correctly, and iterating. Following this step-by-step guide ensures the final skill is discoverable, adaptable, and maintainable for modular AI capabilities.

What are the best practices for building token-efficient AI skills?

Best practices for building token-efficient AI skills include maintaining conciseness, applying progressive disclosure to minimize context window usage, and defining appropriate degrees of freedom to guide agentic flow without unnecessary token consumption.

Can I use this approach to create internal knowledge base skills?

Yes, you can use this approach to create internal knowledge base skills by defining the skill's purpose, structuring the documentation, and packaging it correctly. It guides developers through building modular AI capabilities tailored for company-specific applications.

What is the appropriate degree of freedom when designing an agentic flow?

The appropriate degree of freedom when designing an agentic flow balances strict guidance with AI autonomy, ensuring the skill remains adaptable. This principle prevents overly rigid instructions while maintaining token efficiency within the skill anatomy.