skill-creator

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

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

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 new skills or updating existing ones, ensuring they effectively extend AI capabilities with specialized knowledge and workflows.

Core Features & Use Cases

  • Skill Anatomy: Explains the structure of a skill (SKILL.md, scripts, references, assets).
  • Core Principles: Details best practices like conciseness and progressive disclosure.
  • Creation Process: Outlines a step-by-step guide for developing skills, from understanding requirements to iteration.
  • Use Case: A developer needs to create a new skill to integrate a custom API. They would 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

Follow the steps outlined in this skill 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 create an AI skill to integrate a custom API?

To create an AI skill for custom API integration, follow a structured creation process: understand requirements, write the SKILL.md, and organize API documentation in the references directory to extend AI capabilities with specialized workflows.

What is the best way to structure AI skills for progressive disclosure?

The best way to structure AI skills using progressive disclosure is to separate components like SKILL.md, scripts, and references, ensuring the core instructions are concise while detailed knowledge is organized in supporting asset directories.

What are the core principles for writing effective AI skill instructions?

Core principles for writing effective AI skill instructions include maintaining conciseness and applying progressive disclosure. This ensures the AI processes specialized knowledge efficiently without being overwhelmed by excessive context.

How do I organize developer guides and API documentation within an AI skill?

Organize developer guides and API documentation within an AI skill by placing them in the references directory. This keeps the main SKILL.md concise while providing the AI with necessary technical context for tool integrations.

Do I need prior developer experience to build new AI capabilities with this workflow?

Yes, building new AI capabilities with this workflow requires developer experience. The process involves structuring scripts, writing SKILL.md files, and integrating custom APIs, which necessitates a foundational understanding of software engineering principles.