skill-creator

Guide developers through creating and structuring AI skills with SKILL.md.

7|4|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/stigmer/stigmer --skill skill-creator-stigmer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/stigmer/stigmer/tree/main/seedpack/skills/skill-creator
Command: npx skills add https://github.com/stigmer/stigmer --skill skill-creator-stigmer

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides comprehensive guidance and a structured process for creating new AI skills or updating existing ones, ensuring they are effective, efficient, and well-documented.

Core Features & Use Cases

  • Skill Anatomy: Explains the structure of a skill (SKILL.md, scripts, references, assets).
  • Design Principles: Covers conciseness, progressive disclosure, and setting appropriate degrees of freedom.
  • Creation Process: Details a step-by-step guide from understanding the skill to iteration.
  • Use Case: A developer needs to create a new skill to help an AI agent interact with a specific internal API. They use this skill to understand the best practices for structuring the skill, writing the SKILL.md, and organizing necessary scripts and documentation.

Quick Start

Use the skill-creator skill to understand 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 an AI agent skill from scratch?

Structure your AI agent skill by creating a SKILL.md file, organizing necessary scripts, and adding documentation. Following design principles like conciseness and progressive disclosure ensures your skill is effective and reusable.

What is the anatomy of a well-structured AI skill?

A well-structured AI skill includes a SKILL.md file, scripts, references, and assets. Organizing these components correctly ensures your AI agent can effectively interact with specific APIs or internal systems.

What are the best practices for AI skill development documentation?

Best practices for AI skill documentation emphasize conciseness, progressive disclosure, and setting appropriate degrees of freedom. This approach ensures the AI agent receives clear instructions without being overwhelmed.

Does this skill development guide help with integrating internal APIs?

Yes, you can use this skill development guide to structure a new skill that helps an AI agent interact with a specific internal API. It provides the workflow to organize scripts and write the required SKILL.md documentation.

When should I apply progressive disclosure in skill design?

Apply progressive disclosure in skill design when building complex AI capabilities to prevent overwhelming the agent with unnecessary details upfront. This principle ensures the AI agent receives information only as needed during execution.