Skip to content

Adamkadaban/opencode-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opencode config

My global opencode configuration. Secrets are externalized via {file:~/.secrets/...} references.

Setup

git clone --recursive git@github.com:Adamkadaban/opencode-config.git ~/.config/opencode

Structure

├── opencode.json        # Global config (MCP servers, plugins, provider, skill paths)
├── tui.json             # TUI-specific plugin config
├── plugins/             # Local plugins
├── skills/
│   ├── _trailofbits/    # submodule → trailofbits/skills
│   ├── _iothackbot/     # submodule → BrownFineSecurity/iothackbot
│   ├── copilot-second-opinion-repo/  # submodule → Adamkadaban/copilot-second-opinion
│   ├── research-fetch/  # submodule → Adamkadaban/research-fetch-skill
│   └── ...              # Local skills (burp-suite, conventional-commits, etc.)

Updating skills

git submodule update --remote

Secrets

Store keys in ~/.secrets/ (not tracked):

mkdir -p ~/.secrets && chmod 700 ~/.secrets
echo -n "your-key" > ~/.secrets/context7-key && chmod 600 ~/.secrets/context7-key

Config references them with {file:~/.secrets/context7-key}.

About

My global opencode configuration — skills, plugins, MCP servers, and themes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages