ZacheryGlass

27 mods across 1 repository, 600 stars between them.

.claude CLAUDE.md

01

ZacheryGlass/.claude

Instructions file

Claude Code instructions for ZacheryGlass/.claude, covering core principles, commit authorship and documentation style.

600 1mo ago A 178 tokens

ZacheryGlass/.claude

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.

600 1mo ago A 37 tokens

bug-finder

03

ZacheryGlass/.claude

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.

600 1mo ago A 37 tokens

c-safety-reviewer

04

ZacheryGlass/.claude

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…

600 1mo ago A 492 tokens

ZacheryGlass/.claude

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)…

600 1mo ago A 515 tokens

doc-implementer

06

ZacheryGlass/.claude

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.

600 1mo ago A 35 tokens

doc-reviewer

07

ZacheryGlass/.claude

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.

600 1mo ago A 37 tokens

ZacheryGlass/.claude

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…

600 1mo ago A 0 tokens

ZacheryGlass/.claude

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…

600 1mo ago A 0 tokens

ZacheryGlass/.claude

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.

600 1mo ago A 35 tokens

ZacheryGlass/.claude

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…

600 1mo ago A 66 tokens

test-runner

12

ZacheryGlass/.claude

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…

600 1mo ago A 0 tokens

ui-ux-consultant

13

ZacheryGlass/.claude

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.

600 1mo ago A 34 tokens

arch-review

14

ZacheryGlass/.claude

Command

Review architecture of specified path(s), or staged/unstaged git changes.

600 1mo ago A 0 tokens

bugs

16

ZacheryGlass/.claude

Command

Use bug-finder agent to hunt for logical errors and potential runtime issues.

600 1mo ago A 14 tokens

commit

17

ZacheryGlass/.claude

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.

600 1mo ago A 0 tokens

docs

18

ZacheryGlass/.claude

Command

Complete documentation workflow: review, implement fixes, and commit changes.

600 1mo ago A 0 tokens

perf-check

19

ZacheryGlass/.claude

Command

Check performance of specified files, or of staged/unstaged git changes.

600 1mo ago A 0 tokens

ui-review

21

ZacheryGlass/.claude

Command

Review UI/UX of specified files, or of staged/unstaged git changes.

600 1mo ago A 0 tokens

gemini-agent

22

ZacheryGlass/.claude

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".

600 1mo ago A 78 tokens

generate-goal

23

ZacheryGlass/.claude

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…

600 1mo ago A 136 tokens

git-worktree-prune

24

ZacheryGlass/.claude

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…

600 1mo ago A 90 tokens