Instructions file CodexOpenCode
Project-specific instructions for developing Sage, an image-generation platform. They cover image creation, Git workflow, branches, releases, documentation, and language conventions.
Instructions file CodexOpenCode
Project-specific instructions for developing Sage, an image-generation platform. They cover image creation, Git workflow, branches, releases, documentation, and language conventions.
Skill Claude CodeCodex
A checklist for preparing a Git commit summary and commit message. Git is a version-control system, and a commit records a set of code changes.
Skill Claude CodeCodex
A workflow for preparing proposed memories from a coding session for user approval. It generates a list of possible facts but does not save them automatically.
Skill Claude CodeCodex
A planning-mode workflow that makes the coding agent design and submit a plan before changing files.
Skill Claude CodeCodex
A skill for saving a project convention or decision in persistent workspace memory. Persistent memory is information kept for later work instead of only the current conversation.
Skill Claude CodeCodex
A code-review procedure for examining the current uncommitted changes. It calls for inspecting the diff, assessing each file, identifying risks, and suggesting improvements.
Skill Claude CodeCodex
A testing workflow that runs the project's existing check script, or uses pytest when that script is absent. It then reviews failed tests and explains likely causes.