skill-creator

Guide creation and structuring of AI skills with SKILL.md best practices.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/HALQME/dotfiles --skill skill-creator-halqme
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/HALQME/dotfiles/tree/main/config/.kiro/skills/skills-creator
Command: npx skills add https://github.com/HALQME/dotfiles --skill skill-creator-halqme

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive guide and framework for developing new AI skills or improving existing ones, ensuring they are effective, efficient, and well-integrated.

Core Features & Use Cases

  • Skill Development Guidance: Offers best practices for structuring skills, managing context, and utilizing bundled resources.
  • Resource Management: Details how to effectively use scripts, references, and assets within a skill.
  • Use Case: A developer needs to create a new skill to help an AI agent manage cloud deployments. They consult this Skill for guidance on structuring the SKILL.md, organizing deployment scripts, and documenting cloud-specific configurations.

Quick Start

Use the skill-creator to learn how to initialize a new skill directory using the provided script.

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 efficient context management?

To structure an AI skill for efficient context management, you should organize bundled resources like scripts, references, and assets properly, and use progressive disclosure in your SKILL.md content to optimize the AI agent's processing.

What is the best way to organize scripts and references when developing an AI agent skill?

The best way to organize scripts and references when developing an AI agent skill is to group them into dedicated component directories, ensuring the AI agent can efficiently locate and utilize bundled resources during execution.

How does progressive disclosure work in prompt engineering for AI skills?

Progressive disclosure in prompt engineering works by structuring SKILL.md content to reveal information sequentially, preventing context overload and ensuring the AI agent retrieves only the necessary instructions and resource details when needed.

Do I need frontmatter in my SKILL.md file to build a new AI skill?

Yes, you need frontmatter in your SKILL.md file to build a new AI skill, as it provides essential metadata for the framework and ensures your skill is properly integrated and recognized by the AI agent.

Can I use this framework to create a skill for managing cloud deployments?

Yes, you can use this framework to create a skill for managing cloud deployments, as it guides you through structuring the SKILL.md, organizing deployment scripts, and documenting cloud-specific configurations for your AI agent.

Why should I use a skill development guide instead of manually writing prompt instructions?

You should use a skill development guide instead of manually writing instructions because it provides best practices for resource organization and context management, ensuring your AI skills remain effective, well-integrated, and efficient.