skill-creator

Guide creation and refinement of AI skills with SKILL.md structure.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/powerhouse-inc/service-offering --skill skill-creator-powerhouse-inc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/powerhouse-inc/service-offering/tree/main/.agents/skills/skill-creator
Command: npx skills add https://github.com/powerhouse-inc/service-offering --skill skill-creator-powerhouse-inc

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive guide and best practices for creating, structuring, and packaging new AI skills, ensuring they are efficient, effective, and well-documented.

Core Features & Use Cases

  • Skill Anatomy: Understand the required SKILL.md and optional scripts/, references/, assets/ components.
  • Design Principles: Learn about concise communication, progressive disclosure, and setting appropriate degrees of freedom.
  • Development Workflow: Follow a step-by-step process from understanding the skill to iteration and packaging.
  • Use Case: A developer needs to create a new skill to interact with a specific company API. They use this Skill to understand the best way to structure the SKILL.md, organize API documentation in references/, and potentially include helper scripts.

Quick Start

Use the skill-creator to learn how to initialize a new skill directory.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I structure a new AI skill package for an AI agent?

To structure an AI skill package, create a root SKILL.md file and bundle optional modular resources like scripts, references, and assets to ensure efficient and discoverable AI extensions.

What are the best practices for writing AI skill documentation?

AI skill documentation best practices include applying progressive disclosure, maintaining concise communication, and setting appropriate degrees of freedom to guide the AI agent effectively.

How do I initialize a skill directory from scratch?

Initialize a skill directory by following a step-by-step development workflow from understanding the core task to iteration, structuring the SKILL.md, and finally packaging the resources.

When should I include helper scripts and references in my skill bundle?

Include helper scripts and references when your AI skill needs to interact with specific external APIs, allowing you to organize API documentation and executable logic modularly.

What is progressive disclosure in AI skill development?

Progressive disclosure in AI skill development is a design principle that structures content modularly to provide efficient context to the AI agent only when needed, preventing overload.