skill-creator

Guide users through creating and updating AI skills with SKILL.md best practices.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/Jotures/Brain_OS --skill skill-creator-jotures
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Jotures/Brain_OS/tree/main/skills/_archive/skill-creator
Command: npx skills add https://github.com/Jotures/Brain_OS --skill skill-creator-jotures

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a structured guide for users who want to create new AI skills or update existing ones, ensuring they are well-defined, efficient, and follow best practices.

Core Features & Use Cases

  • Skill Creation Guidance: Offers step-by-step instructions on understanding, planning, initializing, editing, and packaging skills.
  • Best Practice Adherence: Emphasizes principles like conciseness, progressive disclosure, and proper resource organization (scripts/, references/, assets/).
  • Use Case: A user wants to build a new skill to manage their company's internal documentation. They would use this skill to learn how to structure the SKILL.md file, organize reference documents, and potentially include helper scripts.

Quick Start

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

Frequently Asked Questions about skill-creator

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

FAQPage Schema
What is progressive disclosure in AI skill development?

Progressive disclosure in AI skill development is an architectural principle that structures SKILL.md content concisely, revealing details incrementally to maintain workflow efficiency and prevent AI context overload.

How do I structure an AI skill from initial concept to packaging?

To structure an AI skill from concept to packaging, organize resources into `scripts/`, `references/`, and `assets/` directories, and follow step-by-step guidance for planning, editing, and packaging the SKILL.md file.

What's the best way to organize reference documents and helper scripts for an AI agent?

The best way to organize reference documents and helper scripts for an AI agent is separating them into dedicated `references/` and `scripts/` directories to ensure proper resource organization and adherence to skill architecture.

Do I need prior prompt engineering experience to build effective AI skills?

You do not need extensive prior prompt engineering experience to build effective AI skills, as the skill-creator provides structured guidance covering best practices, planning, and resource organization throughout the development lifecycle.

When should I update an existing AI skill instead of creating a new one?

You should update an existing AI skill instead of creating a new one when modifying SKILL.md content or reorganizing resources can achieve your goals while adhering to established skill architecture and progressive disclosure principles.