feat: initial opencode config with commands, skills and MCP services

This commit is contained in:
2026-01-06 17:27:42 +08:00
commit d738304a7c
13 changed files with 1242 additions and 0 deletions

11
env.sh Normal file
View File

@@ -0,0 +1,11 @@
# OpenCode Environment Variables
# Usage: source ~/.config/opencode/env.sh
# MCP - Ref API
export REF_API_KEY="ref-f1dacf4d649a0c397e31"
# MCP - Figma Developer
export FIGMA_API_KEY="figd_NhTo0NOrNETV2HDLbFIzlhXk9aPSxsWRV_dm-Lj-"
# Gitea API Token (for create-gitea-repo command)
export GITEA_API_TOKEN="b4673f9bf59ca5780216f61906b860fcecfce2c7"