Read AGENTS.md for the full skill reference, conventions, and vault layout.
.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/.
Read and follow these shared rules:
- .agents/rules/qmd-search.md — prefer QMD over grep for vault search (always apply)
- .agents/rules/skill-conventions.md — skill structure, shared conventions, project context
- .agents/rules/skill-registry.md — keep skill tables in sync when skills change
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.