skill-creator

Initialize and package self-contained AI skills with structured directories and SKILL.md files.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/alexajuno/dotfiles --skill skill-creator-alexajuno
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/alexajuno/dotfiles/tree/main/dot_claude/plugins/marketplaces/anthropic-agent-skills/skills/skill-creator
Command: npx skills add https://github.com/alexajuno/dotfiles --skill skill-creator-alexajuno

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the process of creating, structuring, and packaging new AI skills, ensuring they are efficient, well-documented, and discoverable.

Core Features & Use Cases

  • Skill Initialization: Generates a new skill directory with essential files and structure.
  • Guidance on Best Practices: Provides principles for concise documentation, appropriate freedom levels, and progressive disclosure.
  • Resource Management: Explains how to effectively use scripts/, references/, and assets/.
  • Use Case: A developer needs to create a new skill to help an AI agent manage cloud deployments. They use this Skill to quickly set up the skill's directory, write the SKILL.md, and organize necessary scripts and documentation.

Quick Start

Use the skill-creator to initialize a new skill named 'data-transformer' in the 'skills/tools' directory.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create and package self-contained AI skills?

To create and package self-contained AI skills, use a structured framework that guides initialization, defines functionality, and organizes bundled resources like scripts and references efficiently.

What is the best way to structure an AI agent skill directory?

The best way to structure an AI agent skill directory is to initialize essential files, write a concise SKILL.md, and organize bundled components into scripts, references, and assets folders.

How does progressive disclosure work when building AI agent skills?

Progressive disclosure in AI agent skills involves providing concise documentation and appropriate freedom levels, ensuring the agent receives necessary context without being overwhelmed by excessive instructions.

Can I use workflow automation to manage scripts and references for AI skills?

Yes, you can manage scripts and references for AI skills through resource management best practices, which explain how to effectively use bundled components and validate the packaging process.

What are the limitations of manually packaging AI agent augmentation components?

Manually packaging AI agent augmentation components can lead to poorly documented or inefficient skills, making them difficult to discover and validate without a structured initialization framework.