commit
25Plugin Claude Code
Smart, context-aware git commits with conventional commit messages and plan awareness.
Plugin Claude Code
Smart, context-aware git commits with conventional commit messages and plan awareness.
Skill Claude CodeCodex
Create well-structured git commits with context-aware message generation, plan awareness, and support for common commit workflow variants. Use when the user says "commit", "commit the changes", "commit and push", "commit the plan", "commit staged", "commit just the staged changes", "give the plan a meaningful name and…
Plugin Claude Code
Create GitHub issues using tmpfiles to avoid permission prompts from large multiline Bash arguments.
Skill Claude CodeCodex
Create a GitHub issue using the gh CLI with tmpfile-based body content to avoid permission prompts from large multiline Bash arguments. Use when the user says "create issue", "create a GitHub issue", "file an issue", "open an issue", "new issue", "report a bug", "request a feature", or asks to create an issue on a…
Plugin Claude Code
Guide for creating new plugins in this repository with consistent structure and conventions.
Skill Claude CodeCodex
Guide for creating new plugins in this repository with consistent structure and conventions. Use when the user says "create a plugin", "add a new skill", "add a new hook", "add a new command", "create a slash command", "new plugin", "scaffold plugin", "create a new plugin", or asks to add a skill, hook, or command to…
Plugin Claude Code
Find a GitHub issue and create a worktree, branch, and tmux window for working on it, with issue context injected as a task prompt.
Skill Claude CodeCodex
Find a GitHub issue in the current repository and create a new git worktree, branch, and tmux window for working on it using workmux. Use when the user says "start issue", "create worktree from issue", "create worktree for issue", or references starting work on a GitHub issue by number (e.g., "#42") or by description…
Plugin Claude Code
Create a git worktree, branch, and tmux window with a task prompt using workmux.
Skill Claude CodeCodex
Create a new git worktree, branch, and tmux window using workmux, with a task prompt injected into the new session. Use when the user says "create worktree", "new worktree", "start working on", "spin up a worktree", or asks to create a worktree for a general task (not tied to a specific GitHub issue -- use…
Plugin Claude Code
Best practices for handling user-provided secrets in CLI tools: secure input methods, credential storage, secret masking, and language-specific libraries.
Skill Claude CodeCodex
Best practices for handling user-provided secrets in CLI tools. Use when: (1) building CLI tools that accept API keys, tokens, or passwords from users, (2) reviewing secret-handling code for security issues, (3) choosing between input methods (env vars, stdin, keychains, config files), (4) implementing credential…
Plugin Claude Code
Detect project linters and formatters, run them with auto-fix, resolve remaining issues, then commit and push the fixes.
Skill Claude CodeCodex
Detect available linters and formatters in the project, run them with auto-fix flags, report results, manually resolve remaining issues, then commit and push the fixes. Use when the user says "lint and fix", "run the linter", "run linters", "fix lint errors", "format the code", "lint this project", "check and fix"…
Plugin Claude Code
Bootstrap, audit, and maintain REUSE-style mixed-license coverage in a repository: LICENSES/, NOTICE, REUSE.toml, SPDX headers, and reuse lint cleanliness.
Skill Claude CodeCodex
Bootstrap, audit, and maintain REUSE-style mixed-license coverage in a repository: populate LICENSES/, write a root NOTICE, wire a root REUSE.toml, apply SPDX headers or sidecars to files, and keep reuse lint clean. Use when the user says "license this repo", "bootstrap licensing", "add SPDX headers", "normalize…
Plugin Claude Code
Fetch and merge the base branch into the current feature branch with automatic conflict resolution.
Skill Claude CodeCodex
Fetch and merge the base branch (usually main) into the current feature branch, handling conflicts and pushing. Use when the user says "merge main", "merge in main", "merge base branch", "update from main", "pull in main", "sync with main", "merge main into this branch", "update branch from main", or any variant…
Plugin Claude Code
Sends macOS notifications when Claude Code, OpenCode, or Codex CLI finishes a task or needs your attention.
Hook
Runs when the agent sends a notification for idle_prompt, elicitation_dialog and permission_prompt tool calls, running an inline shell check (3 commands). From cboone/agent-harness-plugins.
Hook
Runs before the context is compacted for auto tool calls, running an inline shell check. From cboone/agent-harness-plugins.
Hook
Runs when the agent finishes a response, running an inline shell check. From cboone/agent-harness-plugins.
Plugin Claude Code
Add paths-ignore, concurrency groups, and timeout-minutes to existing GitHub Actions workflows.
Skill Claude CodeCodex
Add paths-ignore, concurrency groups, and timeout-minutes to existing GitHub Actions workflows. Use when the user says "optimize runner usage", "reduce CI costs", "reduce GitHub Actions minutes", "add concurrency to workflows", "add paths-ignore", "add timeout-minutes", "cancel in-progress CI runs", "skip CI on docs…