SessionEnd
25Hook
Runs when a session ends, running node. From mareurs/claude-plugins.
Hook
Runs when a session ends, running node. From mareurs/claude-plugins.
Hook
Runs after a tool call finishes, running node. From mareurs/claude-plugins.
Hook
Runs when you submit a prompt, before the agent sees it, running node. From mareurs/claude-plugins.
Skill Claude CodeCodex
System boundaries, module design, interface decisions.
Skill Claude CodeCodex
Auditing codescout tool-call usage — inefficient tool patterns, recurring frictions, hookify candidates.
Skill Claude CodeCodex
ML data hygiene, evaluation integrity, train/test leakage (lens required: classic or llm).
Skill Claude CodeCodex
Bug resists surface fixes, flaky tests, failure doesn't match symptom.
Skill Claude CodeCodex
Technical writing, documentation architecture.
Skill Claude CodeCodex
Training loops, inference parity, ML pipeline issues.
Skill Claude CodeCodex
Profiling, latency, throughput, optimization.
Skill Claude CodeCodex
Work planning, task sequencing, breaking down large efforts.
Skill Claude CodeCodex
Improving a prompt — critique, drafting from scratch, diagnosing model misbehavior, or coaching toward eval-driven iteration.
Skill Claude CodeCodex
Structural code transformation, cleaning up tangled code.
Skill Claude CodeCodex
Security review, threat modeling, vulnerability analysis.
Skill Claude CodeCodex
Designing test suites, coverage gaps, flaky tests, asserting correctness.
Plugin Claude Code
Rich, color-coded terminal status line showing model, context %, rate limits (incl. per-model weekly), git info, and more.
Command
Copies the claude-statusline script to /.claude/statusline.sh and configures settings.json.
Command
Removes the claude-statusline integration: prunes the statusLine entry from /.claude/settings.json and optionally deletes /.claude/statusline.sh.
Plugin Claude Code
Companion plugin for codescout MCP server. Injects the project system-prompt into subagents, warns on Read/Grep/Glob misuse, auto-reindexes stale projects, and surfaces drift warnings.
Command
Launch the codescout dashboard web UI for the current project.
Skill Claude CodeCodex
Use when you explicitly want a READ-ONLY exploration of a DIFFERENT repo than the current one, returned as a structured findings report. Dispatches a subagent at the target repo; the explore-inject hook auto-bootstraps that project's CLAUDE.md + codescout memories. Routine cross-repo dispatches do NOT need this — the…
Skill Claude CodeCodex
Use before subagent dispatch, before editing code that changes a struct, function signature, or API contract, or after a tool response contradicts the plan. Appends friction (F-N) and wins (W-N) to the project's session-log tracker.
Skill Claude CodeCodex
Use when the user runs /research-subagent or asks for deep research, a full report, or research where the main context should not absorb raw search results — including mapping a broad subject across multiple angles (fan-out). Spawns one or more general-purpose subagents that call the researcher MCP and return only…
Skill Claude CodeCodex
Use when the user runs /research-web or asks for web research on a topic, person, company, library, market, or jobs and wants results inline in the current conversation. Calls the researcher MCP directly; results land in main context. Prefer /research-subagent if context is precious or the user asked for a deep/report…