opencode-agent-kit 1.0.3 → 1.0.5
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/README.md +9 -9
- package/bin/commands/init.mjs +2 -2
- package/package.json +1 -1
- package/template/.opencode/agents/nuxt-frontend-developer.md +10 -10
- /package/template/.opencode/{agent-docs → docs}/backend/README.md +0 -0
- /package/template/.opencode/{agent-docs → docs}/backend/node/BACKEND_PATTERNS.md +0 -0
- /package/template/.opencode/{agent-docs → docs}/backend/node/BACKEND_QUICK_START.md +0 -0
- /package/template/.opencode/{agent-docs → docs}/frontend/next/README.md +0 -0
- /package/template/.opencode/{agent-docs → docs}/frontend/nuxt/API_PATTERNS.md +0 -0
- /package/template/.opencode/{agent-docs → docs}/frontend/nuxt/CHEATSHEET.md +0 -0
- /package/template/.opencode/{agent-docs → docs}/frontend/nuxt/COMPLETION_REPORT.md +0 -0
- /package/template/.opencode/{agent-docs → docs}/frontend/nuxt/EXAMPLES.md +0 -0
- /package/template/.opencode/{agent-docs → docs}/frontend/nuxt/INDEX.md +0 -0
- /package/template/.opencode/{agent-docs → docs}/frontend/nuxt/MCP_GUIDE.md +0 -0
- /package/template/.opencode/{agent-docs → docs}/frontend/nuxt/MENTOR_CURRICULUM_30_DAYS.md +0 -0
- /package/template/.opencode/{agent-docs → docs}/frontend/nuxt/MENTOR_CURRICULUM_CHECKLIST.md +0 -0
- /package/template/.opencode/{agent-docs → docs}/frontend/nuxt/MENTOR_WEEKLY_ASSIGNMENTS.md +0 -0
- /package/template/.opencode/{agent-docs → docs}/frontend/nuxt/QUICK_START.md +0 -0
- /package/template/.opencode/{agent-docs → docs}/frontend/nuxt/README.md +0 -0
- /package/template/.opencode/{agent-docs → docs}/frontend/nuxt/README_AGENTS.md +0 -0
- /package/template/.opencode/{agent-docs → docs}/frontend/nuxt/README_DOCS.md +0 -0
- /package/template/.opencode/{agent-docs → docs}/frontend/nuxt/SUMMARY.md +0 -0
- /package/template/.opencode/{agent-docs → docs}/frontend/nuxt/TEAM_OPERATING_GUIDE.md +0 -0
- /package/template/.opencode/{agent-docs → docs}/frontend/nuxt/TESTING_GUIDE.md +0 -0
- /package/template/.opencode/{agent-docs → docs}/frontend/nuxt/WORKFLOWS.md +0 -0
- /package/template/.opencode/{agent-docs → docs}/frontend/react/API_PATTERNS.md +0 -0
- /package/template/.opencode/{agent-docs → docs}/frontend/react/CHEATSHEET.md +0 -0
- /package/template/.opencode/{agent-docs → docs}/frontend/react/INDEX.md +0 -0
- /package/template/.opencode/{agent-docs → docs}/frontend/react/QUICK_START.md +0 -0
- /package/template/.opencode/{agent-docs → docs}/frontend/react/README.md +0 -0
- /package/template/.opencode/{agent-docs → docs}/frontend/vue/README.md +0 -0
- /package/template/.opencode/{agent-docs → docs}/mobile/android/README.md +0 -0
- /package/template/.opencode/{agent-docs → docs}/mobile/flutter/README.md +0 -0
package/README.md
CHANGED
|
@@ -50,10 +50,10 @@ This repository contains a complete OpenCode agent configuration with **Leader
|
|
|
50
50
|
- `android-developer.md` — Android Developer (Kotlin/Compose) — `@android`
|
|
51
51
|
- `flutter-developer.md` — Flutter Developer (Dart) — `@flutter`
|
|
52
52
|
- `nuxt-frontend-developer-mentor.md` — Nuxt mentor (standalone)
|
|
53
|
-
- Internal documentation: `.opencode/
|
|
54
|
-
- Frontend Nuxt: `.opencode/
|
|
55
|
-
- Frontend React: `.opencode/
|
|
56
|
-
- Backend Node: `.opencode/
|
|
53
|
+
- Internal documentation: `.opencode/docs/`
|
|
54
|
+
- Frontend Nuxt: `.opencode/docs/frontend/nuxt/`
|
|
55
|
+
- Frontend React: `.opencode/docs/frontend/react/`
|
|
56
|
+
- Backend Node: `.opencode/docs/backend/node/`
|
|
57
57
|
- Local skills: `.opencode/skills/` (62 skill playbooks)
|
|
58
58
|
- Contexts: `.opencode/contexts/` (dev, research, review)
|
|
59
59
|
|
|
@@ -627,11 +627,11 @@ Agents are configured to always report:
|
|
|
627
627
|
- No pushes unless requested by the user
|
|
628
628
|
- No touching files outside the request scope
|
|
629
629
|
|
|
630
|
-
Detailed SOP: `.opencode/
|
|
630
|
+
Detailed SOP: `.opencode/docs/frontend/nuxt/TEAM_OPERATING_GUIDE.md`
|
|
631
631
|
|
|
632
632
|
## Documentation
|
|
633
633
|
|
|
634
|
-
Agent documentation is available at `.opencode/
|
|
634
|
+
Agent documentation is available at `.opencode/docs/frontend/nuxt/`:
|
|
635
635
|
|
|
636
636
|
| Document | Content |
|
|
637
637
|
| ------------------------- | ----------------------------- |
|
|
@@ -685,9 +685,9 @@ Agent documentation is available at `.opencode/agent-docs/frontend/nuxt/`:
|
|
|
685
685
|
- Flutter prompt: `.opencode/agents/flutter-developer.md`
|
|
686
686
|
- Mobile commands: `.opencode/commands/android-build/`, `android-test/`, `flutter-build/`, `flutter-test/`, `gpc-release/`
|
|
687
687
|
- Mobile rules: `.opencode/rules/android/`, `flutter/`, `mobile/`
|
|
688
|
-
- Main docs: `.opencode/
|
|
689
|
-
- Quick start: `.opencode/
|
|
690
|
-
- Docs index: `.opencode/
|
|
688
|
+
- Main docs: `.opencode/docs/frontend/nuxt/README.md`
|
|
689
|
+
- Quick start: `.opencode/docs/frontend/nuxt/QUICK_START.md`
|
|
690
|
+
- Docs index: `.opencode/docs/frontend/nuxt/INDEX.md`
|
|
691
691
|
|
|
692
692
|
## Troubleshooting
|
|
693
693
|
|
package/bin/commands/init.mjs
CHANGED
|
@@ -220,12 +220,12 @@ export async function init(options) {
|
|
|
220
220
|
console.log(
|
|
221
221
|
` • opencode.json — 13 agents config with MCP servers`,
|
|
222
222
|
);
|
|
223
|
-
console.log(` • .opencode/agents
|
|
223
|
+
console.log(` • .opencode/agents — 14 agent prompt files`);
|
|
224
224
|
console.log(` • .opencode/skills/ — 60+ skill playbooks`);
|
|
225
225
|
console.log(` • .opencode/commands/ — 35+ slash commands`);
|
|
226
226
|
console.log(` • .opencode/rules/ — Scoped coding rules`);
|
|
227
227
|
console.log(` • .opencode/contexts/ — Dev/review/research contexts`);
|
|
228
|
-
console.log(` • .opencode/
|
|
228
|
+
console.log(` • .opencode/docs/— Agent documentation`);
|
|
229
229
|
console.log(`\n Next steps:`);
|
|
230
230
|
console.log(` cd ${targetDir}`);
|
|
231
231
|
console.log(` opencode\n`);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opencode-agent-kit",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
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": {
|
|
@@ -13,16 +13,16 @@ You are a **senior frontend developer** with deep expertise in modern web techno
|
|
|
13
13
|
|
|
14
14
|
## 📚 Documentation
|
|
15
15
|
|
|
16
|
-
Complete documentation available in `.opencode/
|
|
17
|
-
|
|
18
|
-
- **Quick Start**: `.opencode/
|
|
19
|
-
- **Examples**: `.opencode/
|
|
20
|
-
- **API Patterns**: `.opencode/
|
|
21
|
-
- **Workflows**: `.opencode/
|
|
22
|
-
- **Cheatsheet**: `.opencode/
|
|
23
|
-
- **MCP Guide**: `.opencode/
|
|
24
|
-
- **Testing**: `.opencode/
|
|
25
|
-
- **Navigation**: `.opencode/
|
|
16
|
+
Complete documentation available in `.opencode/docs/frontend/nuxt/`:
|
|
17
|
+
|
|
18
|
+
- **Quick Start**: `.opencode/docs/frontend/nuxt/QUICK_START.md` - Get started in 5 minutes
|
|
19
|
+
- **Examples**: `.opencode/docs/frontend/nuxt/EXAMPLES.md` - 50+ practical examples
|
|
20
|
+
- **API Patterns**: `.opencode/docs/frontend/nuxt/API_PATTERNS.md` - useApi composable guide
|
|
21
|
+
- **Workflows**: `.opencode/docs/frontend/nuxt/WORKFLOWS.md` - 8 detailed workflows
|
|
22
|
+
- **Cheatsheet**: `.opencode/docs/frontend/nuxt/CHEATSHEET.md` - Quick reference
|
|
23
|
+
- **MCP Guide**: `.opencode/docs/frontend/nuxt/MCP_GUIDE.md` - MCP integration
|
|
24
|
+
- **Testing**: `.opencode/docs/frontend/nuxt/TESTING_GUIDE.md` - Testing & validation
|
|
25
|
+
- **Navigation**: `.opencode/docs/frontend/nuxt/INDEX.md` - Full documentation index
|
|
26
26
|
|
|
27
27
|
When users ask for documentation, reference these files.
|
|
28
28
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/template/.opencode/{agent-docs → docs}/frontend/nuxt/MENTOR_CURRICULUM_CHECKLIST.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|