skill-creator

Guide creation and refinement of AI skills with structured resources.

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

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 Creation Guidance: Offers step-by-step instructions on planning, initializing, editing, and packaging skills.
  • Best Practices: Details core principles like conciseness, progressive disclosure, and appropriate degrees of freedom.
  • Resource Management: Explains the purpose and usage of SKILL.md, scripts/, references/, and assets/.
  • Use Case: A developer needs to create a new skill to interact with a specific API. They would use this skill to understand the required structure, best practices for writing the SKILL.md file, and how to organize API documentation within the references/ directory.

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 for effective agent augmentation?

To create an AI skill, follow best practices for structuring content in the SKILL.md file and managing bundled resources like scripts and documentation. This ensures skills are efficient, well-structured, and properly augmented for AI agents.

What are the best practices for writing skill documentation?

Best practices for writing skill documentation include adhering to conciseness, progressive disclosure, and appropriate degrees of freedom. These core principles ensure the documentation effectively guides AI agents without overwhelming them with unnecessary content.

How do I manage bundled scripts and references when developing AI skills?

Manage bundled scripts and references by placing executable logic in the scripts directory and supporting material in references. This separation maintains a clean skill structure and allows AI agents to access documentation only when needed.

Do I need to package API documentation within the references directory for skill creation?

When creating a skill to interact with an API, you should package the API documentation within the references directory. This organization maintains skill conciseness while providing agents necessary external context.

Why does my AI skill fail to follow instructions despite clear documentation?

AI skills fail to follow instructions when documentation lacks conciseness or appropriate degrees of freedom. Overly detailed skills can overwhelm agents, so applying progressive disclosure principles ensures the agent processes core tasks effectively.