skill-creator

Guide users through creating and structuring AI skills with SKILL.md best practices.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/Gatsbyhateyou/gatsby-website --skill skill-creator-gatsbyhateyou
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Gatsbyhateyou/gatsby-website/tree/main/.cursor/skills/skill-creator
Command: npx skills add https://github.com/Gatsbyhateyou/gatsby-website --skill skill-creator-gatsbyhateyou

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides comprehensive guidance and best practices for creating effective, modular skills that extend AI capabilities with specialized knowledge and workflows.

Core Features & Use Cases

  • Skill Anatomy: Details the structure of a skill, including SKILL.md, scripts/, references/, and assets/.
  • Core Principles: Emphasizes conciseness, appropriate degrees of freedom, and progressive disclosure.
  • Skill Creation Process: Outlines a step-by-step guide from understanding the skill to iteration.
  • Design Patterns: Offers patterns for organizing content and managing context efficiently.
  • Use Case: A developer needs to create a new skill to integrate a specific API. They would use this Skill to understand the best practices for structuring the skill, writing the SKILL.md, and organizing necessary API documentation in references/.

Quick Start

Use the skill-creator to learn how to build a new AI skill.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I structure an AI skill to extend agent capabilities with specialized workflows?

To structure an AI skill, you organize a core SKILL.md file alongside bundled resources like scripts, references, and assets to deliver modular, specialized procedural knowledge and tool integrations for AI agents.

What is progressive disclosure in AI skill creation?

Progressive disclosure in AI skill creation is a core design principle for efficient context management, organizing content so agents receive necessary information layer by layer without overwhelming the operational context window.

What's the best way to write a SKILL.md file for a new AI agent extension?

The best way to write a SKILL.md file is to prioritize conciseness and appropriate degrees of freedom, structuring procedural knowledge and domain expertise so the AI agent can execute specialized tasks predictably.

How do I integrate an external API into a modular AI skill?

You integrate an external API by creating a new skill, writing the procedural logic in the SKILL.md, placing executable interactions in the scripts directory, and organizing necessary API documentation within the references directory.

Does skill creation require prior prompt engineering experience?

Skill creation requires understanding prompt engineering concepts to define appropriate degrees of freedom, but this developer guide provides a step-by-step framework from initial design to iteration for building effective AI extensions.

When should I not use a modular skill structure for AI development?

You should avoid modular skill structures when a task requires minimal procedural knowledge or lacks the need for domain expertise, as over-structuring simple prompts can introduce unnecessary context management overhead.