opencode-agent-kit 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/template/opencode.json +0 -50
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opencode-agent-kit",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Multi-stack OpenCode agent toolkit — 13 specialized AI agents (Nuxt, React, Node.js, Laravel, CI3, Android, Flutter, DevOps, SEO) with 62 skills, 36 commands, and 6 MCP servers",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
package/template/opencode.json
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://opencode.ai/config.json",
|
|
3
|
-
"formatter": true,
|
|
4
3
|
"permission": {
|
|
5
4
|
"read": {
|
|
6
5
|
"*": "allow",
|
|
@@ -31,55 +30,6 @@
|
|
|
31
30
|
".opencode/skills/security-review/SKILL.md",
|
|
32
31
|
".opencode/skills/frontend-design/SKILL.md"
|
|
33
32
|
],
|
|
34
|
-
"mcp": {
|
|
35
|
-
"nuxt": {
|
|
36
|
-
"type": "remote",
|
|
37
|
-
"url": "https://nuxt.com/mcp",
|
|
38
|
-
"enabled": true,
|
|
39
|
-
"description": "Nuxt documentation, blog posts, and deployment guides"
|
|
40
|
-
},
|
|
41
|
-
"nuxt-ui": {
|
|
42
|
-
"type": "remote",
|
|
43
|
-
"url": "https://ui.nuxt.com/mcp",
|
|
44
|
-
"enabled": true,
|
|
45
|
-
"description": "Nuxt UI component documentation and examples"
|
|
46
|
-
},
|
|
47
|
-
"figma": {
|
|
48
|
-
"type": "stdio",
|
|
49
|
-
"command": "npx",
|
|
50
|
-
"args": ["-y", "@modelcontextprotocol/server-figma"],
|
|
51
|
-
"env": {
|
|
52
|
-
"FIGMA_ACCESS_TOKEN": "${FIGMA_ACCESS_TOKEN}"
|
|
53
|
-
},
|
|
54
|
-
"enabled": false,
|
|
55
|
-
"description": "Figma design file access (requires FIGMA_ACCESS_TOKEN)"
|
|
56
|
-
},
|
|
57
|
-
"playwright": {
|
|
58
|
-
"type": "stdio",
|
|
59
|
-
"command": "npx",
|
|
60
|
-
"args": ["-y", "@modelcontextprotocol/server-playwright"],
|
|
61
|
-
"enabled": true,
|
|
62
|
-
"description": "Browser automation and E2E testing with Playwright"
|
|
63
|
-
},
|
|
64
|
-
"stitch": {
|
|
65
|
-
"type": "remote",
|
|
66
|
-
"url": "https://stitch.googleapis.com/mcp",
|
|
67
|
-
"headers": {
|
|
68
|
-
"X-Goog-Api-Key": "${STITCH_API_KEY}"
|
|
69
|
-
},
|
|
70
|
-
"enabled": false,
|
|
71
|
-
"description": "Google Stitch AI design generation (requires STITCH_API_KEY)"
|
|
72
|
-
},
|
|
73
|
-
"postman": {
|
|
74
|
-
"type": "remote",
|
|
75
|
-
"url": "https://mcp.postman.com/mcp",
|
|
76
|
-
"headers": {
|
|
77
|
-
"Authorization": "Bearer ${POSTMAN_API_KEY}"
|
|
78
|
-
},
|
|
79
|
-
"enabled": true,
|
|
80
|
-
"description": "Postman API management for collections, requests, and documentation"
|
|
81
|
-
}
|
|
82
|
-
},
|
|
83
33
|
"agent": {
|
|
84
34
|
"leader": {
|
|
85
35
|
"description": "IT Leader & Technical Project Manager — analyzes requirements, designs architecture, decomposes tasks, delegates to subagents, and unifies outputs",
|