skill-creator

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

3|Updated Dec 23, 2025
One-click install
npx skills add https://github.com/boazcstrike/opencode --skill skill-creator-boazcstrike
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/boazcstrike/opencode/tree/main/skills/skill-creator
Command: npx skills add https://github.com/boazcstrike/opencode --skill skill-creator-boazcstrike

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 Claude's capabilities with specialized knowledge, workflows, or tool integrations.

Core Features & Use Cases

  • Skill Anatomy: Explains the structure of a skill (SKILL.md, scripts/, references/, assets/).
  • Core Principles: Details best practices like conciseness, progressive disclosure, and setting degrees of freedom.
  • Skill Creation Process: Outlines a step-by-step guide from understanding the skill to iteration.
  • Use Case: When you need to build a new AI skill to handle a specific task, like managing customer support tickets or generating code snippets for a particular framework, this skill will guide you through the entire process.

Quick Start

Use the skill-creator skill to learn how 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 handle a specific workflow?

To create an AI skill, follow a structured process covering skill anatomy, core principles, and progressive disclosure. This involves defining the skill's structure, setting degrees of freedom, and iterating on the design to effectively extend AI agent capabilities.

What is the correct structure for developing AI skills?

The correct structure for developing AI skills includes a SKILL.md file for core logic, alongside scripts/, references/, and assets/ directories. This anatomy organizes tool integrations and documentation to ensure the AI agent can access specialized knowledge efficiently.

What are the core principles of effective prompt engineering for AI agents?

Core principles of effective prompt engineering for AI agents include conciseness, progressive disclosure, and setting degrees of freedom. These practices ensure the AI skill provides specialized knowledge and workflow design without overwhelming the agent's context.

Can I use skill development guides to update existing tool integrations?

Yes, you can use skill development guides to update existing tool integrations. The process provides best practices for refining skill anatomy and documentation, ensuring your updated skills effectively enhance AI agent capabilities and workflow design.

When should I apply progressive disclosure in skill development?

Apply progressive disclosure in skill development when structuring complex documentation or tool integrations. This principle prevents overwhelming the AI agent by revealing information only as needed, maintaining conciseness while extending capabilities for specific tasks.