Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.19 KB

File metadata and controls

33 lines (23 loc) · 1.19 KB

OpenCode / Crush — Project Instructions

Read AGENTS.md for the full skill reference, conventions, and vault layout.

Skills

.opencode/skills symlinks to .agents/skills/ (same tree as Cursor / Claude). OpenCode may also load .agents/skills/ directly depending on version — keep canonical content in .agents/skills/.

Rules

Read and follow these shared rules:

MCP Setup

OpenCode does not read .cursor/mcp.json. Add the QMD MCP server to your .opencode.json:

{
  "mcpServers": {
    "qmd": {
      "type": "stdio",
      "command": "npx",
      "args": ["qmd", "mcp"]
    }
  }
}

Google Workspace (Docs, Drive, Calendar, Gmail) is accessed via the gws CLI in the terminal — not via MCP. See README.md § Google Workspace CLI.