skill-creator

Creates, edits and audits AI Skills with SKILL.md, scripts, references, assets organization.

198|40|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/xiaomochn/AndroidForClaw --skill skill-creator-xiaomochn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/xiaomochn/AndroidForClaw/tree/main/app/src/main/assets/skills/skill-creator
Command: npx skills add https://github.com/xiaomochn/AndroidForClaw --skill skill-creator-xiaomochn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of creating, editing, and improving AI Skills, ensuring they are well-defined, efficient, and adhere to best practices.

Core Features & Use Cases

  • Skill Creation: Guides users through initializing and structuring new skills.
  • Skill Improvement: Provides principles for refining existing skills, optimizing context usage, and organizing resources.
  • Resource Management: Explains the purpose and best practices for using scripts/, references/, and assets/.
  • Use Case: When you need to develop a new AI skill for managing customer support tickets, this skill will guide you on how to structure the SKILL.md, organize relevant scripts for ticket routing, and add reference documents for support policies.

Quick Start

Use the skill-creator to start building a new skill named 'customer-support-manager'.

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 to optimize context usage for my coding assistant?

To structure an AI skill for optimal context usage, organize components like SKILL.md, scripts, references, and assets separately. This enforces progressive disclosure principles, ensuring the AI agent loads resources efficiently.

What is progressive disclosure in AI skill development?

Progressive disclosure in AI skill development is a resource management principle that structures context loading. It organizes components like scripts and references so agents only process necessary information, optimizing context utilization.

How do I build a new AI agent skill for managing customer support tickets?

To build an AI agent skill for support tickets, initialize a structured project with a SKILL.md file, organize scripts for ticket routing, and add reference documents for support policies to guide the agent.

Can I use scripts and references together when creating AI skills?

Yes, you can use scripts and references together when creating AI skills. Scripts handle executable logic like routing, while references provide static policy documents, both managed under structured resource guidelines.

Are there naming conventions required for developing AI skills?

Yes, developing AI skills requires following specific naming conventions. Enforcing these conventions ensures proper skill identification and seamless integration when extending AI agent capabilities.

What is the best way to audit and refine existing AI skills?

The best way to audit and refine existing AI skills is by applying structured best practices for context optimization. This involves reviewing component organization and ensuring efficient resource management across assets.