skill-creator

Define and document OpenCode skill creation with SKILL.md frontmatter and resource structure.

7|2|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/justinlevinedotme/jalco-opencode --skill skill-creator-justinlevinedotme
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/justinlevinedotme/jalco-opencode/tree/main/opencode/.config/opencode/skills/skill-creator
Command: npx skills add https://github.com/justinlevinedotme/jalco-opencode --skill skill-creator-justinlevinedotme

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yaml, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

OpenCode skill creation often lacks a consistent, shareable pattern. Skill Creator provides a standardized blueprint and workflow for defining, organizing, and validating skills, enabling teams to scale their AI agent capabilities.

Core Features & Use Cases

  • Provides a clear structure for SKILL.md (frontmatter + body) and optional resources (scripts/, references/, assets/).
  • Enforces discovery readiness with a well-defined frontmatter including name and description, ensuring skills appear in <available_skills>.
  • Supports reinforcing tooling with example templates, resource placeholders, and validation steps to accelerate skill creation and iteration.

Quick Start

Create a new skill directory, place a SKILL.md with frontmatter, and begin adding optional scripts, references, or assets as needed

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I structure an OpenCode skill for discoverability?

To structure an OpenCode skill for discoverability, define a SKILL.md file with standardized frontmatter including name and description, then add optional scripts, references, and assets directories to organize supporting resources.

What is the best way to validate OpenCode skill frontmatter?

The best way to validate OpenCode skill frontmatter is to follow the Skill Creator blueprint, which provides validation steps and templates to enforce discovery readiness and ensure your skill appears correctly within available_skills.

Do I need YAML to create a scalable OpenCode skill pattern?

Yes, you need YAML to define the frontmatter in your SKILL.md file. Using YAML ensures the skill metadata is parsed correctly for OpenCode discovery readiness and maintains consistency across multiple projects.

Can I use templates to accelerate OpenCode skill creation?

Yes, you can use templates to accelerate OpenCode skill creation. The Skill Creator provides example templates and resource placeholders that streamline the process of defining, organizing, and iterating on your AI agent capabilities.

What components are included in a standard OpenCode skill structure?

A standard OpenCode skill structure includes a SKILL.md file with frontmatter and body, alongside optional directories for scripts, references, and assets to package supporting tools and documentation for the skill.