skill-creator

Guide creation, structuring, and packaging of modular AI skill units.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/mikmaneggahommie/Telebirr-Clone --skill skill-creator-mikmaneggahommie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/mikmaneggahommie/Telebirr-Clone/tree/main/openviking_source/bot/workspace/skills/skill-creator
Command: npx skills add https://github.com/mikmaneggahommie/Telebirr-Clone --skill skill-creator-mikmaneggahommie

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive guide and process for creating, structuring, and packaging modular AI skills, ensuring they are efficient, discoverable, and maintainable.

Core Features & Use Cases

  • Skill Anatomy: Understand the structure of a skill unit (SKILL.md, scripts, references, assets).
  • Design Principles: Learn best practices for conciseness, progressive disclosure, and setting degrees of freedom.
  • Development Workflow: Follow a step-by-step process from understanding requirements to packaging and iteration.
  • Use Case: A developer needs to create a new skill for interacting with a specific API. They can use this Skill to understand the required structure, naming conventions, and how to best organize documentation and scripts for the agent.

Quick Start

Use the skill-creator to understand the process of creating 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 and package AI skills for agent development?

Design AI skills by applying conciseness, progressive disclosure, and setting degrees of freedom. These principles ensure modular skill units remain maintainable and discoverable for agents.

What is the workflow for creating a new AI skill from requirements?

Creating an AI skill follows a step-by-step workflow from requirement analysis and design to packaging and iteration. This process ensures modular, discoverable, and maintainable agent skill units.

What components are needed to build a modular AI skill?

Building a modular AI skill requires components like a SKILL.md file for anatomy, alongside bundled resources like scripts, references, and assets to facilitate agent execution and documentation.

Do I need to follow specific naming conventions when creating agent skills?

Yes, creating agent skills requires following specific naming conventions and organizing documentation properly. This ensures the packaged skill units are discoverable and maintainable by the agent.

When should I use progressive disclosure in skill design?

Use progressive disclosure in skill design to manage complexity and maintain conciseness. This principle helps structure documentation and scripts so agents process modular skill units efficiently.