skill-creator

Guide creation, structuring, and packaging of AI skills with SKILL.md.

Updated Dec 4, 2025
One-click install
npx skills add https://github.com/matthew-bram/enterprise-confluent-test-probe --skill skill-creator-matthew-bram
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/matthew-bram/enterprise-confluent-test-probe/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/matthew-bram/enterprise-confluent-test-probe --skill skill-creator-matthew-bram

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive guide and tools for creating, structuring, and packaging new AI skills, ensuring they are discoverable, maintainable, and extendable.

Core Features & Use Cases

  • Skill Creation Guidance: Step-by-step instructions on defining skill purpose, planning resources, and writing SKILL.md.
  • Resource Management: Guidance on using scripts/, references/, and assets/ for modularity and efficiency.
  • Use Case: A developer needs to create a new skill to interact with a specific company API. They would use this skill to understand the best practices for structuring the skill, organizing API documentation in references/, and potentially writing helper scripts in 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 and package an AI skill for maintainability?

Structure an AI skill by writing a SKILL.md file with YAML frontmatter and Markdown instructions, then organize supplementary files into scripts, references, and assets directories to ensure modular packaging.

What is the best way to organize bundled resources when creating an AI skill?

Organize bundled resources by placing executable helper logic in scripts, external documentation in references, and static files in assets to maintain a clean, modular skill directory.

How do I write SKILL.md content to ensure my AI extension is discoverable?

Write SKILL.md content by including YAML frontmatter for metadata and clear Markdown instructions for processing logic, which facilitates the development of discoverable and maintainable AI extensions.

Do I need specific dependencies to build and package AI skills?

No specific dependencies are required to build and package AI skills. The creation process relies on structuring a SKILL.md file and organizing bundled resources like scripts and references.

Can I use skill creation guidelines to build an extension for a specific company API?

Yes, you can build an extension for a specific company API by following skill creation guidelines, storing API documentation in the references directory, and writing helper scripts for interactions.