CreateSkill

Create and validate skill structures with TitleCase naming and SKILL.md workflows.

186|24|Updated Jan 1, 2026
One-click install
npx skills add https://github.com/Steffen025/pai-opencode --skill createskill-steffen025
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: CreateSkill
Source: https://github.com/Steffen025/pai-opencode/tree/main/.opencode/skills/CreateSkill
Command: npx skills add https://github.com/Steffen025/pai-opencode --skill createskill-steffen025

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

CreateSkill standardizes and validates the structure of skills to ensure consistency across the OpenCode platform.

Core Features & Use Cases

  • Skill creation backbone: Provides a canonical blueprint for new skills including SKILL.md, Workflows, and Tools.
  • Validation framework: Checks TitleCase naming, routing integrity, and alignment with SkillSystem guidelines.
  • Use Case: When onboarding a new skill, use CreateSkill to generate the proper skeleton and verify conformance before deployment.

Quick Start

To initiate a new skill skeleton, invoke the canonical workflow and follow the guided prompts to create directories, SKILL.md, and initial workflows.

Frequently Asked Questions about CreateSkill

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

FAQPage Schema
How do I validate a skill structure for SkillSystem compliance?

To validate skill structure, the framework checks for SkillSystem compliance by verifying TitleCase naming, routing integrity, and alignment with guidelines before deployment. This ensures new skills conform to structural standards across projects.

What is the canonical structure required for onboarding a new skill?

The canonical structure for onboarding a new skill requires a flat folder structure containing SKILL.md, Workflows, and Tools. This blueprint standardizes creation and ensures consistency across the OpenCode platform.

How do I enforce TitleCase naming and flat folder structure in skill creation?

You enforce TitleCase naming and flat folder structure by applying the canonical skill creation workflow, which generates the proper skeleton and validates conformance to SkillSystem guidelines automatically.

Does the skill validation framework check workflow routing integrity?

Yes, the validation framework checks workflow routing integrity by verifying that integrated routing paths in SKILL.md align with the SkillSystem guidelines. This prevents broken workflows during skill onboarding.

What's the best way to canonicalize existing skills across projects?

The best way to canonicalize existing skills is to use an automated validation framework that checks naming conventions and folder structure, then applies the canonical blueprint to align them with SkillSystem guidelines.

When do I need to use a skill creation blueprint instead of manual setup?

You need a skill creation blueprint when onboarding multiple skills across projects to ensure consistency. Manual setup risks non-compliance with SkillSystem guidelines, causing routing errors and naming inconsistencies.