
Use when troubleshooting Neovim/LazyVim plugin errors, updating plugins after breaking changes, or diagnosing colorscheme/startup issues.
Use when writing or reviewing GitHub-flavored Markdown (README, issues, PRs, docs)
Use when bootstrapping hk pre-commit hooks for a project.
Write a handoff brief summarizing the current conversation so a fresh agent can pick up the work. Writes to a file if given, otherwise copies to the clipboard.
Use when checking Buildkite CI/CD builds, investigating failures, viewing job logs, or answering questions about pipeline status.
Export Claude conversation logs to markdown
Use when the user asks to install, add, or set up a package, tool, CLI, or application
Use when labeling GitHub issues or triaging the backlog. Applies the project's label taxonomy from docs/labels.md.
Use when adding, updating, troubleshooting, or managing mise tool dependencies. Supplements /install with mise-specific context about backends, lockfiles, and the github-first policy.
Morning update routine: merge Renovate PRs, rebase local work, apply chezmoi changes
--- name: gitingest description: Use when the user wants to fetch and contextualize a GitHub repository for future reference. argument-hint: [url | user/repo | repo-name] [filters...] allowed-tools: - Bash(mkdir docs/reference) - Bash(gitingest:*) - Read --- # Fetch GitHub Repository Context ## Arguments ``` $ARGUMENTS ``` ## Instructions ### 1. Parse Input - **Full URL**: use directly - **user/repo**: construct `https://github.com/{user/repo}` - **Single name**: infer canonical repo
Generate machine-specific AGENTS.local.md with host facts and system tool details
Add a tool pattern to the global Claude Code permissions allow list in bin/sync-claude-settings
Copy content to my clipboard using `pbcopy`.
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
Use when the user wants to set, change, or clear git commit co-authors for pair or mob programming.