skill-creator

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

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/cdman28/safe-file-launcher --skill skill-creator-cdman28
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/cdman28/safe-file-launcher/tree/main/.github/skills/skill-creator
Command: npx skills add https://github.com/cdman28/safe-file-launcher --skill skill-creator-cdman28

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 best practices for creating, structuring, and packaging new AI skills, ensuring they are efficient, effective, and well-documented.

Core Features & Use Cases

  • Skill Development Lifecycle: Guides users through understanding, planning, initializing, editing, packaging, and iterating on skills.
  • Best Practices: Offers advice on conciseness, progressive disclosure, and structuring SKILL.md and bundled resources.
  • Use Case: A developer needs to create a new skill to interact with a specific internal API. They use this Skill to understand the required structure, learn how to document the API endpoints in references/, and how to write a Python script in scripts/ to interact with it.

Quick Start

Use the skill-creator to learn how to initialize 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 best way to structure and document a new AI skill?

The best way to structure an AI skill is to use a modular framework with a central SKILL.md file for documentation, bundled scripts for execution, and references for domain data. This approach ensures efficiency and clear progressive disclosure.

How do I create an AI agent workflow that integrates with internal APIs?

To create an AI agent workflow integrating internal APIs, document the API endpoints in the references directory and write a Python script in the scripts directory to handle the tool integration and automate the interactions.

Do I need specific dependencies to start developing AI skills?

No specific dependencies are required to start developing AI skills. The framework provides a structured lifecycle guide from initialization to packaging, relying on standard bundled resources like scripts, references, and assets.

How does the skill development lifecycle guide help with workflow automation?

The skill development lifecycle guides workflow automation by directing users through planning, initializing, editing, and packaging phases. It emphasizes modularity and efficiency to seamlessly extend AI agent capabilities with specialized workflows.

When should I use bundled resources like scripts and references in a skill?

You should use bundled resources like scripts and references when your skill requires tool integration or domain expertise. Scripts handle execution logic while references store necessary documentation, keeping the core SKILL.md concise.