jcchikikomori/dotfiles-opencode
Standalone opencode configuration package for managing AI coding assistant settings, MCP integrations, and agent instructions. Part of jcchikikomori/.dotfiles
Platform-specific configuration:
{
"mcpServers": {
"dotfiles-opencode": {
"command": "npx",
"args": [
"-y",
"dotfiles-opencode"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
> Part of [jcchikikomori/.dotfiles](https://github.com/jcchikikomori/.dotfiles) — A standalone package containing opencode configuration files that are stowed to ~/.config/opencode/.
[](LICENSE) [](https://github.com/jcchikikomori/.dotfiles)
---
The default agent is named Obama — a nickname the owner picked up in high school due to a resemblance to Barack Obama. Obama acts as the system-wide orchestrator that routes requests to specialized agents based on project context.
See AGENTS-README.md for full architecture and routing details.
---
---
| File | Purpose | |------|---------| | opencode.jsonc | Main config: MCPs, provider, permissions | | AGENTS.md | Global agent instructions | | AGENTS-README.md | Agent architecture & routing | | .env.example | Template for MCP environment variables | | .env | Local-only (gitignored) — your actual tokens |
---
Loading reviews...