Skills & MCPs

Skills are more than just prompts. In oh-my-opencode, a Skill brings its own tools, system instructions, and Model Context Protocol (MCP) servers.

Skill-Embedded MCPs

MCP servers eat your context budget. We fixed that. Skills bring their own MCP servers. They spin up on-demand, scoped to the task, and spin down when done. This keeps your context window clean and your costs low.

Built-in Skills

🎭 Playwright

Full browser automation. Can run tests, scrape dynamic content, and verify UI states.

🌳 Git Master

Performs atomic commits, complex rebases, and manages branch strategies safely.

🎨 Frontend UI/UX

Design-first UI implementation. Understands Tailwind, Shadcn, and modern design principles.

Creating Custom Skills

You can add your own skills by creating a markdown file in your config directory:

.opencode/skills/my-skill/SKILL.md

The file should define the system prompt, required tools, and any MCP servers needed.