skill-creator

Guide creation and structuring of AI skills with SKILL.md best practices.

1|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/nielsmadan/agentic-coding --skill skill-creator-nielsmadan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/nielsmadan/agentic-coding/tree/main/claude/skills/skill-creator
Command: npx skills add https://github.com/nielsmadan/agentic-coding --skill skill-creator-nielsmadan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive guide and structured process for creating, improving, and organizing AI skills, ensuring they are effective, discoverable, and maintainable.

Core Features & Use Cases

  • Skill Structure Guidance: Learn the required folder and file structure for new skills.
  • SKILL.md Best Practices: Understand how to write effective frontmatter and body content, including instructions, examples, and troubleshooting.
  • Resource Management: Guidance on when and how to use scripts/, references/, and assets/ directories.
  • Testing and Iteration: Strategies for testing skill triggering and functionality, and signals for iteration.
  • Use Case: A developer needs to create a new skill to process user-uploaded images. They use this Skill to understand the correct directory structure, how to write the SKILL.md file with appropriate triggers, and how to include a Python script for image manipulation.

Quick Start

Use the skill-creator to understand how to structure a new skill, including its directory layout and the content of the SKILL.md file.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
What is the required directory structure for creating an AI skill?

To create an AI skill, structure your directories to include separate folders for scripts, references, and assets, alongside a central SKILL.md file. This organization enforces naming conventions and ensures operational efficiency.

How do I write effective SKILL.md content for prompt engineering?

To write effective SKILL.md content for prompt engineering, include specific frontmatter requirements, operational instructions, examples, and troubleshooting sections. This structure enforces adherence to body content structure for discoverability and operational efficiency.

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

Use the scripts directory for executable code like Python scripts for image manipulation, and use the references directory for static resource materials. Proper resource management ensures your AI skills are maintainable and correctly structured.

How do I test AI skill triggering and functionality during development?

Test AI skill triggering and functionality by evaluating how well the skill responds to expected prompts, then iterate based on performance signals. This testing process is supported throughout the development lifecycle.

What are the naming conventions and frontmatter requirements for new AI skills?

Naming conventions and frontmatter requirements for new AI skills mandate specific metadata fields at the top of the SKILL.md file. Enforcing these standards ensures proper skill discoverability and operational efficiency.

Can I use this guide to improve an existing AI skill?

Yes, you can use this guide to improve an existing AI skill by refining its SKILL.md content, optimizing resource management, and iterating on its structure. It supports the development lifecycle for both new and existing skills.