Content
# OpenCode Local Config
OpenCode's own configuration directory at `~/.config/opencode/`. Tailored for C# / .NET development. Not a buildable project.
## Contents
| Path | Purpose |
|------|---------|
| `opencode.json` | MCP server config (Microsoft Learn, NuGet) |
| `agents/*.agent.md` | Sub-agent definitions with YAML frontmatter |
| `commands/*.md` | Invokable workflows (`/sync-skills`, `/setup-nuget-mcp`, etc.) |
| `skills/*/SKILL.md` | Domain-specific skill entrypoints loaded by the `skill` tool |
## Managing
- **Skills + agents** are synced from [dotnet/skills](https://github.com/dotnet/skills) via `/sync-skills <repo-path>`.
- **NuGet MCP** requires `dnx` (`dotnet tool install --global dnx`). See `/setup-nuget-mcp`.
- **Aspire MCP** requires `aspire` (`dotnet tool install --global aspire`). See `/setup-aspire`.
No build, test, or lint commands apply. Do not run `npm install` — the sole dep is a plugin binary.
Connection Info
You Might Also Like
buddy
Your persistent AI coding companion — the /buddy rescue mission. A...
Vera
Local code search combining BM25, vector similarity, and cross-encoder...
agent-base
Agent Base is a source-level research project on coding agents. It compares...
mitmproxy-mcp
MCP Server that wraps mitmproxy and exposes it as a tool to any MCP client,...
nothumanallowed
NotHumanAllowed — AI Agent Tools, CLI, Documentation & MCP Integration
bouvet
Sandbox for Agents