Godogen Source Repo
Description
This repository contains two source trees for the same project: - `claude/` — Claude Code source tree - `codex/` — Codex source tree This is not a published game repo. The files at the repo root descr
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
Repository README
This is the README for htdt/godogen, shared by 8 entries
in this directory. It describes the repository, not this entry specifically.
Godogen Source Repo
This repository contains two source trees for the same project:
claude/— Claude Code source treecodex/— Codex source tree
This is not a published game repo. The files at the repo root describe how to work on the source trees themselves.
Source vs Runtime
claude/game.mdis the template that becomesCLAUDE.mdin a published Claude game repo.codex/game.mdis the template that becomesAGENTS.mdin a published Codex game repo.claude/publish.shpublishes runtime skills into.claude/skills/.codex/publish.shpublishes runtime skills into.agents/skills/.- Root docs such as
README.mdandsetup.mddescribe the combined repo and shared workstation setup.
Skills
Both source trees carry the same three skills:
- godogen — orchestrator + inline task execution + all pipeline stages
- godot-api — Godot class API lookup
- visual-qa — visual quality assurance via multimodal review
Editing Rules
- User must specify which is the target source tree.
- Variant-specific work stays in the matching subtree:
claude/orcodex/. - Shared docs and shared repo policy live at the repo root.
- Do not align the behavior across both variants unless asked.
- Do not create or maintain
.claude/skills/or.agents/skills/in this source repo. - If you change a Codex skill's user-facing purpose, also update its
agents/openai.yamlmetadata. - When writing skills: don't give obvious guidance. The agent is a highly capable LLM — handholding only pollutes the context.
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development