skill-creator

Creates, develops, and packages modular AI skills with validation.

18|5|Updated Nov 7, 2025
One-click install
npx skills add https://github.com/jnarowski/agentcmd --skill skill-creator-jnarowski
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/jnarowski/agentcmd/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/jnarowski/agentcmd --skill skill-creator-jnarowski

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a comprehensive guide and tools for creating, developing, and packaging modular AI skills, enabling users to extend AI capabilities with specialized knowledge and workflows.

Core Features & Use Cases

  • Skill Development Guidance: Offers step-by-step instructions on understanding skill requirements, planning contents, and editing skill files.
  • Resource Management: Explains the purpose and best practices for using scripts/, references/, and assets/ directories.
  • Packaging and Validation: Includes scripts for initializing new skills and packaging them into distributable formats after validation.
  • Use Case: A new developer wants to create a skill to help manage company brand assets. They can use this skill to understand the structure, best practices for organizing brand guidelines in references/, and how to package logo files in assets/.

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
How do I create and package AI skills for workflow automation?

Creating and packaging AI skills involves planning reusable contents like scripts, initializing the skill structure, editing SKILL.md, and running validation before distribution. This process extends AI capabilities with specialized workflows.

What is the best way to structure documentation and assets when developing AI tools?

Structuring AI tool development involves placing documentation in a references directory and media files in an assets directory. This maintains clear separation of resources and ensures specialized knowledge is correctly organized.

Can I use scripts to initialize new skills and manage resource directories?

Yes, you can use scripts to initialize new skills and manage resource directories. The development process includes scripts designed to scaffold project structures and package them into distributable formats after validation.

Do I need to validate AI skills before packaging them for distribution?

Yes, you must validate AI skills before packaging them for distribution. Validation ensures the SKILL.md file and all associated resources are correctly formatted and functional before the final packaging step occurs.

When should I use the scripts directory versus the references directory in skill development?

Use the scripts directory for executable workflow automation code and the references directory for static documentation and guidelines. This separation ensures reusable contents are properly organized during skill development.

Why does skill development require editing the SKILL.md file?

Skill development requires editing the SKILL.md file because it defines the core processing logic and specialized knowledge of the AI skill. This file acts as the primary configuration point for extending AI capabilities.