Command Claude Code
Generate release notes from commits since the last release.
Command Claude Code
Generate release notes from commits since the last release.
Command Claude Code
Create a GitHub release from the latest release notes.
Settings file Claude Code
A meta-framework that guides feature implementation using a clear 5-phase process.
Instructions file CodexOpenCode
AGENTS.md instructions for mrsthl/5, covering repository guide, development, layout, runtime parity and workflow model.
Instructions file
Claude Code instructions for mrsthl/5, a project described as: A meta-framework that guides feature implementation using a clear 5-phase process.
Agent
Implements one planned workflow component by following existing codebase patterns. Spawned by /5:implement.
Agent
Converts a clean human plan into an execution graph — steps, component wiring, model choices, pattern references, and verify commands.
Agent
Verifies a workflow implementation across completeness, correctness, infrastructure, acceptance criteria, and quality. Used by /5:implement.
Skill Claude CodeCodex
Analyzes the codebase, creates project documentation, generates a rebuildable codebase index, and updates AGENTS.md. Used during /5:implement CONFIGURE.
Skill Claude CodeCodex
Generates project-specific create-/run- skills and scoped rules from the current codebase. Used during /5:implement CONFIGURE.
Skill Claude CodeCodex
Generates concise README.md files for monorepo modules by analyzing module structure, dependencies, key components, and testing patterns. Use when creating module documentation, documenting architecture, updating READMEs, or when user asks to generate/create README for a module.
Skill Claude CodeCodex
Navigate the .5/index/ codebase index to quickly identify target files and understand project structure. Use before running broad Glob/Grep scans when you need to find where a feature lives, where new code should go, which routes exist, or what the data model looks like.