Documentation
README
Add New OPC Skill
Use this skill when adding a new skill to the OPC Skills project. Follow every step below to ensure the skill meets all publishing requirements.
Pre-flight
Before starting, confirm:
- You are on a feature branch:
feature/skill/<skill-name>(branched fromdevelop) - The skill name is kebab-case (e.g.,
my-new-skill)
Checklist
1. Skill Directory Structure
Create the skill directory with required files:
skills/<skill-name>/
├── SKILL.md (required) Main skill documentation
├── scripts/ (if skill has scripts)
│ └── *.py / *.sh
├── examples/ (recommended) Usage examples
│ └── *.md
└── references/ (optional) API docs, templates
└── *.md
SKILL.md must include YAML frontmatter:
This is the opening of the README. Read the full README on GitHub.