Instructions file
Claude Code instructions for ZacheryGlass/.claude, covering core principles, commit authorship and documentation style.
Instructions file
Claude Code instructions for ZacheryGlass/.claude, covering core principles, commit authorship and documentation style.
Agent
A senior architect that reviews code for structural integrity, scalability, and long-term maintainability. Use for a deep-dive analysis of a project or module's design.
Agent
A software detective that proactively hunts for logical errors, race conditions, and unhandled edge cases in code. Use to find hidden bugs in a specific function or module.
Agent
Use this agent when C source files (.c, .h) have been created or modified, especially code involving memory allocation, file descriptors, sockets, cryptographic operations, credential handling, or external input parsing. Should be triggered on every code change to C files to catch resource lifecycle bugs and security…
Agent
Use this agent when any code change modifies a public interface, contract, or format that other parts of the system consume. This includes changes to: environment variable names/semantics, JSON/HTTP API response shapes, state file formats, CLI flags, header file exports (struct fields, function signatures)…
Agent
Use this agent to implement documentation changes based on review findings. This agent takes review recommendations and systematically implements the required updates, fixes, and new documentation.
Agent
Use this agent to analyze and review documentation state, identifying gaps, outdated content, and quality issues. This agent only reviews and reports - it does not make changes.
Agent
Use this agent when the user needs to cherry-pick commits across a repository with submodules, following a structured two-part workflow (Analysis & Planning, then Execution). This agent should be invoked when:\n\n \nContext: User wants to move a feature branch's commits to another branch in a repository with…
Agent
Use this agent when the user explicitly requests to create GitHub issues, or when during a conversation specific bugs, problems, remaining work items, or future tasks are identified that should be tracked separately. This agent should be used proactively when:\n\n \nContext: During a code review, the user discovers a…
Agent
A specialist in diagnosing and fixing performance issues in desktop apps. Use when the app feels slow, uses too much memory, or has a long startup time.
Agent
Use this agent after implementing features, refactoring code, or making significant modifications. Focuses on ensuring changes are fully integrated, old code is properly removed, and no technical debt is introduced. Does NOT review functional correctness, test quality, or documentation - only structural integrity and…
Agent
Use this agent when the user requests to run tests, execute the test suite, check if tests pass, verify test results, or validate code changes through testing. This agent should be used proactively after significant code changes or when the user asks about test status.\n\nExamples:\n- User: "Run the tests for this…
Agent
An expert in desktop UI/UX and accessibility. Use when building or refining user interfaces to ensure they meet platform standards and are accessible.
Command
Review architecture of specified path(s), or staged/unstaged git changes.
Command
Run structural completeness review.
Command
Use bug-finder agent to hunt for logical errors and potential runtime issues.
Command
Create intelligent conventional commits based on conversation context. If there is not enough context in the conversation, assume the user wants to commit the current working tree changes. Use logical judgement to determine which files should be included in the commit.
Command
Complete documentation workflow: review, implement fixes, and commit changes.
Command
Check performance of specified files, or of staged/unstaged git changes.
Command
Run all standard review agents in parallel on current changes.
Command
Review UI/UX of specified files, or of staged/unstaged git changes.
Skill Claude CodeCodex
Delegate tasks to Gemini CLI as an agent. Use when the user wants to offload token-heavy work to Gemini, get a second opinion from a different model, or run Gemini with a custom system prompt. Triggers include "use Gemini to review X", "ask Gemini to Y", "run Gemini on Z", "delegate to Gemini", "have Gemini check X".
Skill Claude CodeCodex
Synthesize the current conversation into a single, self-contained /goal prompt that Claude Code can run to continue the agreed-upon work autonomously — so the user never has to hand-summarize a long discussion into a goal directive. Use when the user and Claude have converged on what to do next and the user wants to…
Skill Claude CodeCodex
Safely prune stale git worktrees and local branches left over from past sessions, deleting only those with no unique work so no commit is ever lost. Use when a repo has accumulated worktrees and branches over many sessions and needs cleanup. Triggers include "prune worktrees", "delete stale branches", "clean up git…