ac-stop-hook-analyzer
Analyze context and decide on continuation via Stop hook. Use when determining if work should continue, analyzing completion status, making continuation decisions, or implementing the Two-Claude pattern.
npx skills add majiayu000/claude-skill-registry --skill ac-stop-hook-analyzer-adaptationio-skrillz-3 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# AC Stop Hook Analyzer Analyze context to decide on continuation (Two-Claude Pattern). ## Purpose Implements the Analyzer role in the Two-Claude Pattern, using Opus 4.5 to intelligently decide whether to continue autonomous operation. ## Quick Start ```python from scripts.stop_hook_analyzer import StopHookAnalyzer analyzer = StopHookAnalyzer(project_dir) decision = await analyzer.should_continue() # Returns: {"decision": "block", "reason": "Continue with api-003"} ``` ## Decision Logic - Check completion against objective - Analyze remaining features - Validate safety limits - Return continue/stop decision ## API Reference See `scripts/stop_hook_analyzer.py` for full implementation.
- Purpose
- Quick Start
- Decision Logic
- API Reference
What does the ac-stop-hook-analyzer skill do?
Analyze context and decide on continuation via Stop hook. Use when determining if work should continue, analyzing completion status, making continuation decisions, or implementing the Two-Claude pattern.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill ac-stop-hook-analyzer-adaptationio-skrillz-3 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
