skill-creator

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

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/juniorfontenele/ai-guidelines --skill skill-creator-juniorfontenele
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/juniorfontenele/ai-guidelines/tree/main/.agents/skills/skill-creator
Command: npx skills add https://github.com/juniorfontenele/ai-guidelines --skill skill-creator-juniorfontenele

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/).
  • Core Principles: Details best practices like conciseness, appropriate degrees of freedom, and progressive disclosure.
  • Skill Creation Process: Outlines a step-by-step guide from understanding the skill to iterating on its design.
  • Resource Management: Advises on when and how to use scripts, references, and assets.
  • Use Case: A developer needs to create a new AI skill to handle complex API interactions. They use this Skill to understand the best practices for structuring the skill, writing the SKILL.md, and organizing necessary API documentation in the references/ directory.

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 structure an AI skill to extend agent capabilities?

To structure an AI skill, you need a root SKILL.md file along with directories for scripts, references, and assets. This anatomy organizes workflow design and documentation to effectively extend agent capabilities.

What are the core principles for effective AI skill creation?

Core principles for AI skill creation include maintaining conciseness, defining appropriate degrees of freedom for the agent, and applying progressive disclosure. These practices ensure the skill remains efficient and well-documented.

How do I organize API documentation when developing specialized AI skills?

When developing specialized AI skills for complex API interactions, you should organize necessary API documentation within the references directory. This resource management practice keeps external knowledge bases structured and accessible.

What is the step-by-step process for creating AI skills?

The AI skill creation process involves understanding the skill requirements, structuring the workflow design, writing the SKILL.md, organizing scripts and assets, and iterating on the design to enhance agent capabilities.

When should I use scripts versus references in AI development?

In AI development, scripts are used for executing automated actions and logic, while references store static documentation and knowledge bases. Proper resource management dictates using these components to balance agent capabilities.

Does creating AI skills require prior workflow design experience?

No prior workflow design experience is strictly required, but understanding resource management and documentation practices helps. The skill creation guide provides a structured process to develop specialized AI functionalities step-by-step.