skill-creator

Generate SKILL.md templates with frontmatter and validation workflows for OpenCode skills.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a structured, repeatable approach to creating high-quality OpenCode skills. It guides users through crafting concise SKILL.md frontmatter, assembling effective workflows, and aligning with agent-permission testing patterns to ensure predictable activation and safe usage.

Core Features & Use Cases

  • Generates clear SKILL.md templates with mandatory frontmatter and recommended sections.
  • Provides reference and pattern guidelines (best practices, progressive disclosure, and testing checkpoints) to accelerate skill authoring.
  • Demonstrates integration points for permissions, testing, and agent configuration to yield consistently safe, reusable skills.

Quick Start

Write a new SKILL.md using the provided template, then populate references, scripts, and assets as needed to satisfy the skill's workflow goals.

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 OpenCode skill with reliable agent behavior?

To create an OpenCode skill with reliable agent behavior, author a SKILL.md file using structured templates, define clear frontmatter, and apply progressive disclosure patterns to ensure predictable activation and safe usage.

What is progressive disclosure in SKILL.md templates?

Progressive disclosure in SKILL.md templates is a design pattern that structures documentation and references hierarchically, ensuring agents load only necessary context. This approach yields deterministic behavior and prevents context overflow during skill execution.

How do I validate OpenCode skills for agent permission testing?

Validate OpenCode skills for agent permission testing by applying structured validation workflows that check integration points, test activation patterns, and verify frontmatter configurations to ensure consistently safe and reusable skill outputs.

What's the best way to structure documentation for OpenCode skill creation?

The best way to structure documentation for OpenCode skill creation is organizing SKILL.md files with mandatory frontmatter, progressive disclosure sections, and reference patterns that align with best practices, testing checkpoints, and governance docs.

Can I use scripts and references to build OpenCode skills without external dependencies?

Yes, you can build OpenCode skills using only scripts and references components without external dependencies. The skill creation workflow supports self-contained authoring by leveraging internal templates, validation workflows, and deterministic patterns for reliable agent behavior.

Why does my OpenCode skill fail to activate predictably during agent execution?

OpenCode skills fail to activate predictably when SKILL.md frontmatter is incomplete or progressive disclosure patterns are missing. Ensure clear frontmatter, deterministic workflows, and proper reference alignment to achieve reliable agent behavior and safe usage.