skill-creator

Guide users through creating and packaging AI skills with SKILL.md structure.

1|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/hackefeller/ghostwire --skill skill-creator-hackefeller
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/hackefeller/ghostwire/tree/main/.github/skills/skill-creator
Command: npx skills add https://github.com/hackefeller/ghostwire --skill skill-creator-hackefeller

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive guide and process for creating, developing, and packaging new skills that extend AI capabilities with specialized knowledge and workflows.

Core Features & Use Cases

  • Skill Anatomy: Understand the structure of a skill, including SKILL.md, scripts/, references/, and assets/.
  • Development Process: Follow a step-by-step guide from understanding requirements to packaging the final skill.
  • Use Case: A developer needs to create a new skill to help an AI agent manage customer support tickets. They would use this skill to learn the best practices for structuring the skill, writing the SKILL.md file, and organizing any necessary scripts or reference documents.

Quick Start

Use the skill-creator to learn how to create a new skill.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
What is the structure of an AI agent skill?

An AI agent skill structure consists of a SKILL.md file for documentation, alongside directories for scripts, references, and assets to organize specialized knowledge and workflows.

How do I create and package a new AI skill?

To create and package an AI skill, follow a step-by-step development process that covers understanding requirements, writing the SKILL.md file, organizing scripts and references, and packaging the final workflow.

What are the best practices for organizing AI skill development assets?

Best practices for organizing AI skill assets involve separating components into dedicated scripts and references directories, ensuring the specialized knowledge and workflows are structured clearly within the package.

Can I use custom scripts to extend AI agent capabilities for specific tasks?

You can use custom scripts to extend AI agent capabilities by placing them in the scripts directory, allowing the agent to execute specialized workflows like managing customer support tickets.

Do I need any external dependencies to build an AI skill?

No external dependencies are required to build an AI skill; the development process relies on structuring internal components like the SKILL.md file and reference documents.