skill-creator

Guide the creation and structuring of AI skills with SKILL.md and resources.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/bhisoftware/page-refresh --skill skill-creator-bhisoftware
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/bhisoftware/page-refresh/tree/main/library/bhi-claude-skills/skill-creator
Command: npx skills add https://github.com/bhisoftware/page-refresh --skill skill-creator-bhisoftware

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides comprehensive guidance and best practices for creating new AI skills or updating existing ones, ensuring they are effective, efficient, and well-structured.

Core Features & Use Cases

  • Skill Anatomy: Explains the structure of a skill (SKILL.md, scripts/, references/, assets/).
  • Design Principles: Details core principles like conciseness, progressive disclosure, and setting degrees of freedom.
  • Development Process: Outlines a step-by-step process for skill creation, from understanding requirements to iteration.
  • Resource Management: Guides on when and how to use scripts, references, and assets effectively.
  • Use Case: A developer needs to create a new skill to integrate a specific API. They consult this Skill to understand the best practices for structuring the SKILL.md, organizing API documentation in references/, and potentially including helper scripts in scripts/.

Quick Start

Use the skill-creator to understand how to structure and 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
How do I structure an AI agent skill for progressive disclosure?

To structure an AI agent skill for progressive disclosure, you must organize bundled resources like scripts, references, and assets effectively while keeping the core SKILL.md concise. This ensures the AI agent loads details only when needed.

What components are needed to create an AI skill?

Creating an AI skill requires defining a SKILL.md file and organizing supporting components such as scripts, references, and assets. These bundled resources provide the execution logic and documentation for the AI agent.

What are the best practices for AI skill development?

Best practices for AI skill development include maintaining conciseness, applying progressive disclosure, and setting clear degrees of freedom. Properly structuring documentation and bundled resources enhances agent capabilities efficiently.

How do I integrate an external API into a new AI skill?

To integrate an external API into a new AI skill, you should structure the SKILL.md with instructions, organize the API documentation within the references directory, and include any necessary helper scripts in the scripts folder.

When should I use bundled scripts versus references in skill development?

Use bundled scripts when your AI skill requires executable logic or automation, and use the references directory to store static documentation. This separation ensures the AI agent accesses code and context appropriately.

Does building an AI skill require managing dependencies?

Building an AI skill using this guide does not require managing external dependencies, as the current implementation has none. You simply structure your internal scripts, references, and assets to function independently.