OmO
Oh My OpenAgentv4.7.5

Project Skills

How project, user, OpenCode, and built-in skills are discovered and prioritized.

A project can encode its own release process, docs sync rules, or PR workflow in .opencode/skills/ without bloating every agent prompt.

Priority Order

OmO loads skills with this priority:

project > opencode > user > builtin

A project skill under .opencode/skills/ can override or specialize a general built-in skill.

Skill MCPs

Some skills declare MCP servers. OmO isolates skill MCP state per session, so the same skill can run in parallel sessions without state leaking between them.

Good Project Skill Shape

SectionPurpose
DescriptionWhen the skill should load.
Required sourcesFiles, commands, or upstream repos that must be checked.
WorkflowRepeatable steps.
GuardrailsWhat must not happen.
VerificationCommands or surfaces that prove completion.

On this page