skill-creator

Guide creation and refinement of Claude Code plugin skills with SKILL.md structure.

6|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/stanislavjiricek/neuroflow --skill skill-creator-stanislavjiricek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/stanislavjiricek/neuroflow/tree/main/skills/skill-creator
Command: npx skills add https://github.com/stanislavjiricek/neuroflow --skill skill-creator-stanislavjiricek

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides comprehensive guidance and best practices for creating, structuring, and refining skills for Claude Code plugins, ensuring they are discoverable, efficient, and user-friendly.

Core Features & Use Cases

  • Skill Anatomy: Understand the structure of a skill, including SKILL.md, scripts/, references/, and assets/.
  • Best Practices: Learn about imperative writing style, third-person descriptions, progressive disclosure, and lean SKILL.md files.
  • Validation: Follow a checklist to ensure skills meet quality standards.
  • Use Case: A developer needs to create a new skill for their plugin. They consult this skill to understand the required file structure, how to write an effective SKILL.md with proper frontmatter and body content, and where to place supporting documentation and scripts.

Quick Start

Use the skill-creator skill to understand the anatomy of a skill and best practices for writing its SKILL.md file.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a Claude Code plugin skill?

To create a Claude Code plugin skill, structure your project with a lean SKILL.md file, a scripts directory for executable code, a references folder for supporting documentation, and an assets directory. This modular structure ensures your AI agent capabilities are discoverable and efficient.

What is the correct structure for a Claude Code skill?

The correct structure for a Claude Code skill includes a primary SKILL.md file with proper frontmatter, alongside scripts, references, and assets directories. Organizing skill content progressively in these directories allows the AI agent to load modular documentation and capabilities efficiently.

What are the best practices for writing SKILL.md files?

Best practices for writing SKILL.md files include using an imperative writing style, describing the skill in the third person, applying progressive disclosure for content organization, and keeping the SKILL.md file lean. These practices ensure the skill remains modular and user-friendly for the AI agent.

How do I validate AI agent skills before publishing?

You validate AI agent skills by running them through a quality standards checklist that checks for proper file structure, correct frontmatter formatting, imperative writing style, and appropriate content organization. This validation process ensures your skills meet the required benchmarks for discoverability and efficiency.

Can I use third-person descriptions and imperative writing for Claude Code plugins?

Yes, you should use third-person descriptions and imperative writing styles for Claude Code plugins. This specific writing approach ensures that the skill instructions are direct, actionable, and easily interpreted by the AI agent during execution.

When do I need to use progressive disclosure in skill development?

You need to use progressive disclosure in skill development when a skill requires extensive supporting documentation or scripts that would otherwise overwhelm the main SKILL.md file. This technique keeps the primary file lean while allowing the AI agent to access deeper references as needed.