New: Credits are here. One balance for web and MCP. See pricing

    Guides
    opencode
    open-source
    skill-md

    OpenCode Skills: How to Use SKILL.md with the Open-Source Alternative (2026)

    OpenCode is a free, open-source AI coding agent that supports SKILL.md. Setup guide, directory paths, best skills, and comparison with Claude Code and Aider.

    May 26, 20265 min read
    Share:

    Quick Answer: OpenCode is a free, open-source AI coding agent that supports SKILL.md skills. It stores skills in the .opencode/skills/ directory and works with any API provider (OpenAI, Anthropic, Google, local models). No subscription fees. Pay only for the API tokens you use. Install community skills from agensi.io/skills or write your own.

    OpenCode emerged in 2026 as a lightweight alternative to Claude Code for developers who want full agent capabilities without vendor lock-in. It's open-source, runs in your terminal, and supports the SKILL.md standard.

    The key difference from Claude Code: OpenCode works with any LLM provider. You can use OpenAI, Anthropic, Google, Mistral, or local models. You bring your own API key and pay only for tokens at the provider's rate with zero markup.

    Where OpenCode stores skills

    Project skills: .opencode/skills/ in your repository root.

    Personal skills: ~/.opencode/skills/ in your home directory.

    The format is identical to Claude Code. A folder containing a SKILL.md file with YAML frontmatter and markdown instructions. Skills written for Claude Code work in OpenCode without modification.

    Skills to install right now

    How to install skills

    Download any SKILL.md skill and place it in the skills directory:

    # From Agensi
    unzip skill-name.zip -d ~/.opencode/skills/
    
    # From GitHub
    git clone https://github.com/user/skill-name ~/.opencode/skills/skill-name
    

    Restart your OpenCode session. The skill loads automatically when your task matches the skill's description.

    Best skills for OpenCode users

    OpenCode users tend to be cost-conscious developers. The most valuable skills reduce token consumption and produce correct output on the first try:

    Code review skills catch issues before they become expensive debugging sessions. Essential for any agent, especially one running on a pay-per-token model.

    Testing skills eliminate the generate-review-regenerate cycle. The right test on the first attempt saves tokens and time.

    Architecture skills for your specific stack prevent OpenCode from inventing abstractions you'll ask it to rewrite.

    Browse the full catalog at agensi.io/skills.

    OpenCode vs Claude Code vs Aider

    FeatureOpenCodeClaude CodeAider
    PriceFree (API only)$20/month ProFree (API only)
    Model supportAny providerAnthropic onlyAny provider
    Skills supportSKILL.mdSKILL.mdPartial
    Agent TeamsNoYesNo
    HooksNoYesNo
    IDE integrationTerminalTerminal + VS CodeTerminal

    OpenCode sits between Aider (minimal, git-focused) and Claude Code (full-featured, Anthropic-only). It offers SKILL.md support with model flexibility.

    Frequently Asked Questions

    Find the right skill for your workflow

    Browse our marketplace of AI agent skills, ready to install in seconds.

    Browse

    Related Articles