skill-creator

Guide creating and structuring AI skills for OpenCode with SKILL.md.

27|6|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/5kahoisaac/opencode-configs --skill skill-creator-5kahoisaac
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/5kahoisaac/opencode-configs/tree/main/skills/skill-creator
Command: npx skills add https://github.com/5kahoisaac/opencode-configs --skill skill-creator-5kahoisaac

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 Anatomy: Explains the structure of a skill (SKILL.md, scripts, references, assets).
  • Design Principles: Covers conciseness, progressive disclosure, and setting degrees of freedom.
  • Creation Process: Outlines a step-by-step guide from understanding the skill to iteration.
  • Use Case: A developer needs to create a new skill to integrate a custom API with OpenCode. They would use this skill to understand the required structure, best practices for writing the SKILL.md, and how to bundle necessary scripts and documentation.

Quick Start

Use the skill-creator to learn how to create a new skill for OpenCode.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a custom AI agent skill for OpenCode?

To create a custom AI agent skill for OpenCode, structure your project with a SKILL.md file and bundle necessary scripts, references, and assets. Following a step-by-step creation process ensures your skill is properly structured and effective.

What are the best practices for writing SKILL.md documentation?

Best practices for writing SKILL.md documentation include maintaining conciseness, using progressive disclosure to manage information, and setting clear degrees of freedom for the AI agent. This structure ensures efficient and effective skill execution.

What is progressive disclosure in AI skill design?

Progressive disclosure in AI skill design is a structural principle that organizes documentation and bundled resources to reveal information progressively. This approach prevents overwhelming the AI agent and maintains skill efficiency.

How do I bundle scripts and references when building developer guides?

When building developer guides, you bundle scripts and references by organizing them alongside the main SKILL.md file within the skill directory. This structure provides the AI agent with necessary execution scripts and contextual documentation.

Do I need prior developer experience to build custom AI agent capabilities?

Building custom AI agent capabilities requires a foundational understanding of skill anatomy and design principles. Developers use this guide to structure capabilities, integrate custom APIs, and iterate on skill performance effectively.

When should I update an existing AI skill instead of creating a new one?

You should update an existing AI skill when modifying its structure or adding bundled resources like scripts and references. This guide provides best practices for refining SKILL.md documentation and improving overall skill efficiency.