πŸ”Œ

hookify

πŸ”ŒPlugin

grixu/cc-toolkit

VibeIndex|
What it does
Security check pending

Easily create hooks to prevent unwanted behaviors by analyzing conversation patterns

πŸͺ

Part of

grixu/cc-toolkit

productivity

Installation

Add marketplace in Claude Code:
/plugin marketplace add grixu/cc-toolkit
Step 2. Install plugin:
/plugin install hookify@cc-toolkit
0
-
AddedJul 23, 2026

More from this repository10

πŸͺ
grixu/cc-toolkitπŸͺMarketplace

Claude Code plugin marketplace β€” productivity tools for AI-assisted development workflows, including plan review and requirements engineering

πŸ”Œ
codex-plan-improverπŸ”ŒPlugin

Intercepts ExitPlanMode to automatically review implementation plans via OpenAI Codex CLI. Includes /codex-review command for manual invocation.

πŸ”Œ
feature-deliveryπŸ”ŒPlugin

End-to-end feature delivery: requirements gathering, editing, status tracking, and implementation orchestration with parallel subagents

πŸ”Œ
session-learnerπŸ”ŒPlugin

Analyze conversation for friction signals (corrections, repeated instructions, deviations) and interactively update project documentation (.claude/rules/, CLAUDE.md) with verified learnings. Coordinates with Claude Code's auto memory to avoid duplication.

πŸ”Œ
namesmithπŸ”ŒPlugin

Business name discovery: generates candidates, challenges them with a sub-agent, then checks domain availability via Instant Domain Search MCP.

πŸ”Œ
scribeπŸ”ŒPlugin

Audio/video transcription pipeline with summary, news extraction, and custom processing. Sources: YouTube URLs (yt-dlp) or local files (any format ffmpeg handles). Backed by ElevenLabs Scribe.

πŸ”Œ
comment-reviewπŸ”ŒPlugin

[DEPRECATED β†’ code-review] Single-skill code review focused exclusively on comment quality. Flags comments that narrate the code, banner/section dividers, change-state and ticket/PR history notes, cross-file references, process-narration disguised as decisions, commented-out code, and comments that contradict the code β€” and surfaces missing WHY at non-obvious code. Reviews the current branch diff by default (or explicit paths), with calibration against common false positives.

πŸ”Œ
quality-reviewπŸ”ŒPlugin

[DEPRECATED β†’ code-review] Single-skill code review focused on code quality and craft, not correctness β€” twenty rules in seven families distilled from Kent Beck and Clean Code: readability (blank-line openness, guard clauses, explaining variables, named literals, composed methods, stepdown ordering), given/when/then test structure, naming (intent- and role-revealing names, command/query separation), module shape (OOP/functional consistency, pointless barrel exports), object & state design (fully-formed construction, lazy init, safe collection accessors), design patterns applied only under real friction (composition over inheritance, polymorphism over repeated conditionals, execute-around bracketing), and simplicity (over-complicated code that collapses into one parameterized function, unnecessary type casts). Reviews the current branch diff by default (or explicit paths), with calibration against common false positives.

πŸ”Œ
code-reviewπŸ”ŒPlugin

Unified code review that fans out five parallel scanners over a change β€” comment quality plus four quality/craft lenses (readability & tests, naming & module, objects & patterns, simplicity & types) β€” and merges them into one per-file report. The bundled /start-cr command runs all five scanners; the standalone comment-review and quality-review skills stay invocable for a single-lens pass. Reviews the current branch diff by default (or explicit paths / --base). Quality findings are tagged family Β· rule Β· severity; comment verdicts are R1–R12 Β· KEEP/REMOVE/REWRITE/MOVE, shown side by side in one combined report and applied through a single risk-cut menu. Successor to the comment-review and quality-review plugins.

πŸ”Œ
researcherπŸ”ŒPlugin

Source-grounded research assistant: an interactive skill gathers a research brief, then launches a bundled Dynamic Workflow that fans out firecrawl retrieval (WebSearch fallback) into cited findings, gates rounds on coverage and contradictions, and renders a self-contained HTML report where every claim traces to a numbered source. The report evolves across follow-up runs.