oc-create-skill

Solid

Guides through creating a new OpenCode-compatible skill with interactive interview, best-practice enforcement, and validation. Use when user says "create opencode skill", "new opencode skill", "build skill for opencode", or wants to create an OpenCode SKILL.md file.

AI & Automation 38 stars 7 forks Updated today MIT

Install

View on GitHub

Quality Score: 86/100

Stars 20%
53
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Create OpenCode Skill You are initiating the OpenCode skill creation workflow. This process guides the user through an interactive interview to gather requirements, generates a properly formatted SKILL.md file, and validates the result. ## Critical Rules ### AskUserQuestion is MANDATORY **IMPORTANT**: You MUST use the `AskUserQuestion` tool for ALL questions to the user. Never ask questions through regular text output. - Every interview question → AskUserQuestion - Confirmation questions → AskUserQuestion - Clarifying questions → AskUserQuestion Text output should only be used for summaries, explanations, and presenting information. --- ## Phase 1: Load References Read the OpenCode platform overview and skill guide: 1. Read `${CLAUDE_PLUGIN_ROOT}/references/platform-overview.md` 2. Read `${CLAUDE_PLUGIN_ROOT}/references/skill-guide.md` Store the reference content internally for use throughout the workflow. --- ## Phase 2: Interview Gather requirements through a structured interview using `AskUserQuestion`. ### Round 1: Basics Ask these questions using `AskUserQuestion` (max 4 per call): **Question 1 — Skill Name:** - Header: "Skill Name" - Question: "What should this skill be named? Use kebab-case (e.g., `code-review`, `deploy-check`)." - Options: - "I'll type the name" — Let me provide a custom name **Question 2 — Purpose:** - Header: "Purpose" - Question: "What does this skill do? Describe its main function." - Options: - "Code analysis" — Analyzes c...

Details

Author
sequenzia
Repository
sequenzia/agent-alchemy
Created
4 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

creating-skills

Creates new Claude Code skills following best practices. Guides through skill structure, naming, descriptions, and progressive disclosure. Use when user wants to create a skill, build a skill, make a new capability, or asks about skill best practices.

335 Updated today
aiskillstore
AI & Automation Solid

oc-update-skill

Updates an existing OpenCode skill to match current platform best practices, fixes deprecated patterns, and validates the result. Use when user says "update opencode skill", "fix opencode skill", "migrate skill to opencode", or wants to modernize an existing OpenCode SKILL.md file.

38 Updated today
sequenzia
AI & Automation Solid

create-skill

Create a new skill or update an existing skill that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations. Use when the user asks to "create a skill", "make a new skill", "build a skill", "scaffold a skill", "write a skill for...", or "new skill that does...".

314 Updated today
tobihagemann
Data & Documents Solid

oc-create-command

Guides through creating a new OpenCode command with interactive interview, $VARIABLE configuration, and validation. Use when user says "create opencode command", "new opencode command", "build command for opencode", or wants to create an OpenCode command markdown file.

38 Updated today
sequenzia
AI & Automation Solid

oc-create-agent

Guides through creating a new OpenCode-compatible agent with interactive interview, permission configuration, and validation. Use when user says "create opencode agent", "new opencode agent", "build agent for opencode", or wants to create an OpenCode agent markdown file.

38 Updated today
sequenzia