claude-toolz
01Plugin Claude Code
Claude Code plugins for second opinions, security triage, docs upkeep, and pre-commit setup.
Plugin Claude Code
Claude Code plugins for second opinions, security triage, docs upkeep, and pre-commit setup.
Instructions file
Instructions for taylorleese/claude-toolz, covering claude.md, project overview, key commands, project structure and plugins.
Plugin Claude Code
Get a second opinion from Codex, Antigravity, or DeepSeek — three different vendors. Standard-library Python script with no dependencies and no install step; the Codex and Antigravity agents need no API key at all. Available as the /ask-llm command and as a model-invoked skill.
Command
Ask Codex, Antigravity, or DeepSeek for a second opinion.
Skill Claude CodeCodex
Get a second opinion from a non-Claude frontier model — Codex (OpenAI's coding agent), Antigravity (Google's coding agent), or DeepSeek. Use when the user says "ask Codex", "ask Antigravity", "ask agy", "ask DeepSeek", "get a second opinion", "what would another model say", "sanity-check this with another model", or…
Plugin Claude Code
Read-only check for pre-commit setup state. Detects missing pre-commit binary, uninstalled .git/hooks/pre-commit, and unreachable Docker daemon when the config requires it. Walks you through approval-gated installs via SessionStart and PostToolUse:EnterWorktree hooks.
Hook
Runs when a session starts on startup and resume, executing precommit-detect.sh via bash. From taylorleese/claude-toolz.
Hook
Runs after a tool call finishes for EnterWorktree tool calls, executing precommit-detect.sh via bash. From taylorleese/claude-toolz.
Plugin Claude Code
Resolve GitHub security alerts (Dependabot, code scanning, secret scanning) across pip / pip-tools / poetry / uv / npm / cargo / go-modules / Docker / GitHub Actions ecosystems. Opens PRs for manual review. Available as the /resolve-github-alerts command and as a model-invoked skill.
Command
Resolve GitHub security alerts (Dependabot, code scanning, secret scanning) and open a PR for review.
Skill Claude CodeCodex
Resolve GitHub security alerts — Dependabot, code scanning, and secret scanning — across pip / pip-tools / poetry / uv / npm / yarn / pnpm / cargo / go-modules / Docker / GitHub Actions ecosystems. Use when the user asks to fix, triage, resolve, or clean up security alerts, vulnerable dependencies, CVEs, or failing…
Plugin Claude Code
Revise and audit CLAUDE.md, README.md, and docs//.md. /revise-all-docs captures session learnings; /improve-all-docs runs a static quality audit.
Command
Audit CLAUDE.md, README.md, and docs//.md for quality, currency, and actionability.
Command
Revise CLAUDE.md, README.md, and docs//.md with session learnings.
Skill Claude CodeCodex
Audit and improve CLAUDE.md, README.md, and docs//.md across a repo. Use when the user asks to audit, check, score, improve, or fix the project's documentation as a whole — not just CLAUDE.md. Scans all doc files, scores each against type-appropriate rubrics, outputs a unified quality report, then makes targeted…