merge
25Command
Merge branches with auto-generated Conventional Commits message.
Command
Merge branches with auto-generated Conventional Commits message.
Command
Show per-submodule git status with staged/unstaged/untracked counts.
Command
Pull superproject and sync all submodules to latest tracking branches.
Skill Claude CodeCodex
Commit staged changes with auto-generated Conventional Commits messages. Use when committing changes, finishing work in submodules, or creating structured commit messages.
Skill Claude CodeCodex
Merge git branches with auto-generated Conventional Commits messages. Use when merging branches, finishing feature work, or creating merge commits.
Skill Claude CodeCodex
Show per-submodule git status with staged/unstaged/untracked counts and commit-readiness indicator. Use when checking submodule state or preparing to commit.
Skill Claude CodeCodex
Pull superproject and sync all submodules to latest tracking branches. Use when updating submodules, syncing repos, or pulling latest changes.
Plugin Claude Code
Validates and fixes Mermaid diagram syntax in Markdown files with skill and agent.
Agent
You validate and fix Mermaid diagram syntax in Markdown files.
Command
Validate and fix Mermaid diagram syntax in Markdown files.
Skill Claude CodeCodex
Validate and fix Mermaid diagram syntax in Markdown files. Use when editing or reviewing files with mermaid code blocks.
Plugin Claude Code
Capture project sessions to a structured journal using a 6-field daily template, then harvest ⭐ items into permanent-note drafts grouped by theme.
Agent
Scan project-notes markdown files for ⭐-marked items within a time window, group by semantic theme, and produce permanent-note draft candidates. Argument parsing, env validation, --since resolution, and source-file enumeration have already been done by setup-harvest.sh before you were dispatched. Your job is the LLM…
Agent
Insert a structured 6-field entry at the top of ## Sessions in the relevant .md file under $PROJECTNOTESDIR. Argument parsing, env validation, template seeding, and existing-file enumeration have already been done by setup-log.sh before you were dispatched. Your job is the LLM judgment work: project detection…
Command
Review ⭐ items from recent project notes, group by theme, and draft permanent-note candidates.
Command
Log this session as a 6-field entry at the top of your project notes journal.
Plugin Claude Code
Continuous self-referential AI loops for interactive iterative development with session isolation. Forked from Anthropic's ralph-loop with cross-session bug fix.
Command
Cancel active Ralph Loop.
Command
Explain Ralph Loop plugin and available commands.
Command
Start Ralph Loop in current session.
Plugin Claude Code
Structured spec and implementation review. Spec command runs multi-angle parallel review by default; opt into iterative fix loop with --fix. Dual-engine (Claude + Codex) spec review via /reviewer:spec-dual.
Agent
You inject reviewer-aligned rules into a project's rules target — openspec/config.yaml when present, otherwise the portable fallback .claude/reviewer/rules.yaml — so specs pass review on first attempt.
Agent
You are an orchestrator that runs iterative implementation review and fix cycles. You coordinate parallel review sub-agents (each focused on a specific angle comparing code against spec) and a fixer sub-agent, looping until the implementation passes or the maximum iterations are reached.
Agent
You are a senior software engineer. Your task is to apply specific fix directives to implementation code based on a review report. Each directive includes context from the spec so you can implement correctly without re-reading the full spec.