skill-creator

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

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Jack5316/Obsidian --skill skill-creator-jack5316
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Jack5316/Obsidian/tree/main/.agents/skills/skill-creator
Command: npx skills add https://github.com/Jack5316/Obsidian --skill skill-creator-jack5316

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive guide for creating, structuring, and packaging AI skills, ensuring they are efficient, modular, and easy for AI agents to use.

Core Features & Use Cases

  • Skill Anatomy: Understand the required SKILL.md and optional scripts/, references/, assets/.
  • Design Principles: Learn about conciseness, progressive disclosure, and setting degrees of freedom.
  • Development Process: Follow step-by-step guidance from understanding the skill to iteration.
  • Use Case: You need to create a new skill to help an AI agent manage customer support tickets. This Skill will guide you on how to structure the SKILL.md, what kind of scripts to include for ticket routing, and how to document API references for ticket systems.

Quick Start

Use the skill-creator skill to learn how to create 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 create and structure AI skills for agents?

To create AI skills, you need to structure a core SKILL.md file alongside optional scripts, references, and assets, following design principles like conciseness and progressive disclosure to ensure modularity and efficiency.

What is the anatomy of an AI skill?

The anatomy of an AI skill consists of a required SKILL.md file for core instructions, supplemented by optional directories for scripts, references, and assets to support modular agent capabilities and workflow design.

What are the core design principles for building AI agent capabilities?

Core design principles for building AI agent capabilities include ensuring conciseness, applying progressive disclosure, and setting appropriate degrees of freedom to create efficient, user-friendly skills.

How do I document API references when creating AI skills?

When creating AI skills, you document API references by placing them in the optional references directory, ensuring the AI agent can efficiently access external system documentation during its workflow.

What is the step-by-step development process for AI skill creation?

The AI skill creation process involves understanding the skill requirements, structuring the SKILL.md and supporting scripts, applying design principles, and iterating on the workflow design to refine agent capabilities.

Do I need prior coding experience to build modular AI skills?

Building modular AI skills requires understanding workflow design and structuring documentation, but the guided development process helps translate your requirements into functional agent capabilities without extensive coding.