skill-creator

Guide users through creating AI skills with SKILL.md structure and best practices.

Updated Apr 23, 2023
One-click install
npx skills add https://github.com/jrizo0/Machfiles --skill skill-creator-jrizo0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/jrizo0/Machfiles/tree/main/opencode/.config/opencode/skill/skill-creator
Command: npx skills add https://github.com/jrizo0/Machfiles --skill skill-creator-jrizo0

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive guide and best practices for creating effective, efficient, and well-structured AI skills, ensuring they are discoverable, maintainable, and valuable extensions of AI capabilities.

Core Features & Use Cases

  • Skill Anatomy: Understand the structure of a skill (SKILL.md, scripts, references, assets).
  • Design Principles: Learn about conciseness, progressive disclosure, and setting appropriate degrees of freedom.
  • Development Process: Follow a step-by-step guide for understanding, planning, initializing, editing, packaging, and iterating on skills.
  • Use Case: A developer needs to create a new AI skill to help with code documentation. They would use this Skill to understand the best way to structure their SKILL.md, organize reference materials, and potentially include helper scripts.

Quick Start

Use the skill-creator to understand the anatomy and best practices for building a new AI skill.

Frequently Asked Questions about skill-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is the best way to structure an AI skill for agentic workflows?

The best way to structure an AI skill is to organize its anatomy using a SKILL.md file, helper scripts, reference materials, and assets to ensure token efficiency and maintainability for agentic workflows.

How do I create a token-efficient AI skill for procedural knowledge?

To create a token-efficient AI skill, apply design principles like conciseness, progressive disclosure, and setting appropriate degrees of freedom when writing procedural knowledge into your SKILL.md and bundled resources.

What are the core components of a well-structured AI skill?

The core components of a well-structured AI skill include the SKILL.md file for instructions, helper scripts for execution, and reference materials or assets that provide specialized procedural knowledge and tool integrations.

What is the development lifecycle for building maintainable AI skills?

The development lifecycle for building maintainable AI skills follows a step-by-step process: understanding requirements, planning, initializing, editing, packaging, and iterating on the skill extensions.

Do I need to bundle scripts and references when developing AI skills?

You need to bundle scripts and references when developing AI skills to facilitate the creation of specialized AI agents with procedural knowledge and tool integrations, ensuring the skill is a valuable extension of AI capabilities.

Why does my LLM agent struggle with maintaining specialized skills?

Your LLM agent may struggle with maintaining specialized skills if the skill lacks structured content organization, progressive disclosure, and proper resource bundling, leading to poor discoverability and high token consumption.