Conversation
## Summary Integrates [godot-mcp](https://github.com/Coding-Solo/godot-mcp) to provide a runtime feedback loop for agents, enabling automated testing, debugging, and verification of Godot projects. ### Changes - **`setup-engine` skill**: Added `## 7.5. Configure godot-mcp` section with installation, configuration, and tool reference docs - **5 agent files**: Added godot-mcp capability references to `gameplay-programmer`, `godot-gdscript-specialist`, `godot-specialist`, `ui-programmer`, and `qa-tester` - **New `automated-smoke-test` skill**: 7-phase workflow — verify MCP → launch project → capture debug → analyze errors → report pass/fail → cleanup - **Documentation**: Updated `setup-requirements.md`, `quick-start.md`, and `skills-reference.md` Closes #15 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: striderZA <striderZA@users.noreply.github.com>
## Summary Adds `/init-template` skill for first-time repo setup, transforming the cloned OCGS template into a clean, ready-to-use game project. ### Changes - **New `/init-template` skill**: 7-phase interactive workflow — gather project identity → replace README → update AGENTS.md → update opencode.json → remove internal files → optional git reset → completion summary - **Updated docs**: quick-start.md (step 2), skills-reference.md (Onboarding table), setup-requirements.md (callout) Closes #22
) Closes #24 ### Deleted - CLAUDE-local-template.md (Claude Code specific, no OpenCode equivalent) - settings-local-template.md (Claude Code permission modes) ### Rewritten for OpenCode - setup-requirements.md — OpenCode CLI, Node.js dep, editor setup - hooks-reference.md — TS plugin table replacing bash hooks - context-management.md — OpenCode session terminology ### Fixed references - quick-start.md: Claude Code → OpenCode - coordination-rules.md: Claude Code session → OpenCode session - director-gates.md: AskUserQuestion → question - templates/ (3 files): AskUserQuestion → question, Write/Edit → write and edit
…s into development
PR Review: v0.3.1 — init-template skill + docs cleanupI've read all 13 files. Here's my review organized by severity. 🐛 Potential Bugs1. 2. 3. 🔴 Code Quality Issues4. 5. 6. 💡 Suggestions7. Add existence guards to Phase 5 rm commands — Use patterns like 8. Add a "smoke test" phase — After template initialization, automatically verify the project structure is correct (required dirs exist, README is populated, AGENTS.md has the right engine). 9. Consider adding 10. Summary
The |
|
All review items addressed: Bug fixes:
Code quality: Suggestions: |
|
All 10 review items have been verified against the current file state: Fixed (8/10):
Protocol files — All three ( Partially addressed: Not addressed (suggestion):
|


Summary
Two features:
/init-templatefirst-time setup skill + docs cleanup.Changes
/init-templateskill: 7-phase interactive workflow for transforming the cloned template into a clean game projectVerification