skill-creator

Guide the creation, editing, and auditing of AI Skills.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a comprehensive guide and process for creating, editing, and auditing AI Skills, ensuring they are efficient, well-structured, and adhere to best practices.

Core Features & Use Cases

  • Skill Creation Workflow: Guides users through understanding requirements, planning resources, initializing, editing, and packaging skills.
  • Best Practice Guidance: Offers principles like "Concise is Key" and "Progressive Disclosure" for effective skill design.
  • Resource Management: Details the use of scripts/, references/, and assets/ for modular skill development.
  • Use Case: A developer needs to create a new skill to interact with a specific API. They use this Skill to understand the required structure, best practices for writing the SKILL.md, and how to organize supporting scripts and documentation.

Quick Start

Follow the steps outlined in this skill 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 create and package an AI skill from an initial concept?

To create an AI skill, you follow a workflow that guides you through understanding requirements, planning resources, initializing, editing, and finally packaging the skill. This process ensures operational integrity and discoverability.

What is progressive disclosure in AI agent development?

Progressive disclosure is a best practice for effective skill design that keeps skills concise and modular. It guides users through initializing and editing skills, ensuring efficient context management and resource organization throughout the development lifecycle.

How should I organize scripts and references when building AI skills?

You should organize scripts and references using dedicated directories like scripts/ and references/ for modular skill development. This resource management approach ensures supporting documentation and code are structured efficiently within the skill package.

Does this skill creation workflow support auditing existing AI skills?

Yes, the skill creation workflow supports auditing existing AI skills. It evaluates modularity, efficiency, and resource organization, ensuring your skills adhere to the AgentSkills specification for operational integrity and discoverability.

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

Best practices for writing SKILL.md documentation emphasize conciseness and progressive disclosure. The skill creation workflow guides you in structuring this documentation to ensure effective skill design, clear context management, and proper resource organization.