skill-creator

Guide creation of AI skills with SKILL.md, scripts, references, and assets.

10|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/AGIBuild/Agibuild.Fulora --skill skill-creator-agibuild
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/AGIBuild/Agibuild.Fulora/tree/main/.cursor/skills/skill-creator
Command: npx skills add https://github.com/AGIBuild/Agibuild.Fulora --skill skill-creator-agibuild

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 new skills or updating existing ones, ensuring they are effective, efficient, and well-structured for AI agents.

Core Features & Use Cases

  • Skill Anatomy: Explains the structure of a skill (SKILL.md, scripts/, references/, assets/).
  • Design Principles: Details core principles like conciseness, progressive disclosure, and setting appropriate degrees of freedom.
  • Creation Process: Outlines a step-by-step process for skill creation, from understanding requirements to iteration.
  • Resource Management: Guides on when and how to use scripts, references, and assets effectively.
  • Use Case: A new developer needs to create a skill to interact with a specific company API. They would use this skill to understand the required structure, best practices for documentation, and how to package their work.

Quick Start

Use the skill-creator skill to learn 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 structure an AI skill for agent extensions?

To structure an AI skill, organize your project into a SKILL.md file alongside scripts, references, and assets directories. This modular anatomy ensures AI agents can efficiently parse instructions and locate necessary execution resources.

What is progressive disclosure in AI skill creation?

Progressive disclosure in AI skill creation is a design principle that limits initial context loading to essential instructions. It structures documentation to provide detailed references only when specifically needed, ensuring efficient AI context utilization.

How to create a new AI skill from scratch step by step?

To create a new AI skill, follow a structured process: define requirements, draft the SKILL.md anatomy, organize modular scripts and references, apply progressive disclosure principles, and iterate on the design to ensure effective agent extension.

What is the best way to manage resources when developing AI skills?

The best way to manage resources in AI skill development is to separate dynamic logic into scripts, static context into references, and binary files into assets. This organization optimizes AI context utilization and maintains modular agent extensions.

When do I need to use the skill-creator guide?

You need to use the skill-creator guide when developing new AI skills or updating existing ones to ensure they are well-structured for agents. It provides necessary best practices for documentation and resource management if you are building modular agent extensions.

Why does my AI skill fail to utilize context efficiently?

AI skills fail to utilize context efficiently when they lack proper progressive disclosure or have poorly organized resources. Overloading the SKILL.md with excessive details instead of using modular scripts and references degrades agent performance.