PreToolUse
01Hook Claude Code
Runs before the agent uses a tool for Bash tool calls, executing recommend_task_list.sh via bash. From shunsock/dotfiles.
Hook Claude Code
Runs before the agent uses a tool for Bash tool calls, executing recommend_task_list.sh via bash. From shunsock/dotfiles.
Hook Claude Code
Runs after a tool call finishes for Write, Edit and MultiEdit tool calls, executing recommend_nix_validation.sh via bash. From shunsock/dotfiles.
Settings file Claude Code
Agent settings declaring 2 hook events (PreToolUse, PostToolUse).
Skill Claude CodeCodex
An automated workflow for updating dependencies in nix-darwin, the system-configuration tool for macOS built with Nix. It updates the dependency lock file and prepares the change in Git.
Agent
An agent that updates Claude settings in the shunsock/dotfiles repository based on the user's request. It can also create a pull request for the change.
Agent
An issue-planning agent that examines a repository's actual code and creates an implementation plan. Other agents handle gathering decisions, updating the issue, and creating sub-issues.
Agent
An issue-writing agent that turns confirmed requirements into a structured issue description. It only fills in the issue template; other agents gather requirements, create the issue, and manage labels.
Agent
An independent review agent for testing claims, assumptions, and conclusions in documents, code, plans, blogs, and other work. It receives an evaluation method and the material to review, without changing that material.
Agent
A helper agent that carries out a specific work unit from instructions. It leaves planning, task splitting, and review to the agent that called it.
Agent
A coding agent that implements assigned tasks using test-driven development (TDD), a method where tests are written before the code.
Agent
A guided technical-blog writing assistant that gathers the outline, sources, ideas, and publishing format before writing from repository files and reference materials.
Skill Claude CodeCodex
A source-cleanup workflow that removes non-documentation comments from files changed during coding, except for approved markers such as TODO, FIXME, or SAFETY.
Skill Claude CodeCodex
A skill that plans a task and assigns its separate work units to another AI worker, called a subagent. It is intended for simple, repeatable work that does not need to run in the main process.
Skill Claude CodeCodex
A three-phase workflow for carrying out implementation tasks. It plans and tests the work, delegates implementation using test-driven development (TDD), then runs repeated code reviews.
Skill Claude CodeCodex
An automated monitor for GitHub Actions, the service that runs checks such as tests after code changes. It watches all checks after a pull request or a push to a pull-request branch and can invoke a failure-recovery process.
Skill Claude CodeCodex
An automated check for GitHub pull requests, which are proposed code changes awaiting review or merging.
Skill Claude CodeCodex
An orchestration workflow that prepares an already acknowledged issue for implementation and changes its status to ready when finished.
Skill Claude CodeCodex
An interview-style guide for examining a plan or design in depth. It asks about assumptions, alternatives, and decisions until the intended approach is clear.
Skill Claude CodeCodex
A review workflow for making AI-drafted Japanese prose read more like writing by a person. It examines blogs, articles, essays, and prose in README or Markdown files before publication.
Skill Claude CodeCodex
A workflow for diagnosing a failed GitHub Actions CI run and applying one fix commit. CI means automated checks that run when code changes are proposed or pushed.
Skill Claude CodeCodex
An automated procedure for resolving merge conflicts in a pull request branch. A merge conflict happens when Git cannot combine competing changes by itself.
Skill Claude CodeCodex
An automated workflow for handling GitHub pull-request review comments, applying requested code changes, committing them, and pushing them back.
Skill Claude CodeCodex
A guide for diagnosing missing files in Git worktrees. A Git worktree is another working directory connected to the same repository, often used for separate branches.
Skill Claude CodeCodex
A pull-request restart workflow for replacing a messy review with a new pull request containing one clean commit and a summary of the earlier discussion.