add agent skills and opencode config

This commit is contained in:
Millian Lamiaux
2026-05-10 20:09:13 +01:00
parent 349a96379e
commit 03f660958f
91 changed files with 15526 additions and 0 deletions

12
opencode.json Normal file
View File

@@ -0,0 +1,12 @@
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"xcode": {
"type": "local",
"command": [
"xcrun",
"mcpbridge"
]
}
}
}