PostToolUse
169SpillwaveSolutions/architect-agent
Hook Claude Code
Runs after a tool call finishes, executing hook-logger.py. From SpillwaveSolutions/architect-agent.
SpillwaveSolutions/architect-agent
Hook Claude Code
Runs after a tool call finishes, executing hook-logger.py. From SpillwaveSolutions/architect-agent.
SpillwaveSolutions/architect-agent
Hook Claude Code
Runs before the agent uses a tool, executing hook-logger.py. From SpillwaveSolutions/architect-agent.
SpillwaveSolutions/architect-agent
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing hook-logger.py. From SpillwaveSolutions/architect-agent.
SpillwaveSolutions/architect-agent
Hook Claude Code
Runs when the agent asks permission for an action, executing hook-logger.py. From SpillwaveSolutions/architect-agent.
SpillwaveSolutions/architect-agent
Hook Claude Code
Runs when the agent sends a notification, executing hook-logger.py. From SpillwaveSolutions/architect-agent.
SpillwaveSolutions/architect-agent
Hook Claude Code
Runs when a session starts, executing hook-logger.py. From SpillwaveSolutions/architect-agent.
SpillwaveSolutions/architect-agent
Hook Claude Code
Runs before the context is compacted, executing hook-logger.py. From SpillwaveSolutions/architect-agent.
SpillwaveSolutions/architect-agent
Hook Claude Code
Runs when the agent finishes a response, executing hook-logger.py. From SpillwaveSolutions/architect-agent.
SpillwaveSolutions/architect-agent
Hook Claude Code
Runs when a subagent finishes, executing hook-logger.py. From SpillwaveSolutions/architect-agent.
SpillwaveSolutions/architect-agent
Settings file Claude Code
Agent settings declaring 9 hook events (PostToolUse, PreToolUse, UserPromptSubmit, PermissionRequest).
SpillwaveSolutions/wiki_ticket_sdd
Plugin Claude Code
Plugin marketplace listing 1 plugin: worklog.
SpillwaveSolutions/wiki_ticket_sdd
Hook Claude Code
Runs after a tool call finishes for ExitPlanMode tool calls, executing exit-plan-capture.sh. From SpillwaveSolutions/wiki_ticket_sdd.
SpillwaveSolutions/wiki_ticket_sdd
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing prompt-reminder.sh. From SpillwaveSolutions/wiki_ticket_sdd.
SpillwaveSolutions/wiki_ticket_sdd
Hook Claude Code
Runs when the agent finishes a response, executing stop-worklog-check.sh. From SpillwaveSolutions/wiki_ticket_sdd.
SpillwaveSolutions/wiki_ticket_sdd
Hook Claude Code
Runs when a session starts, executing session-doctor.sh. From SpillwaveSolutions/wiki_ticket_sdd.
SpillwaveSolutions/wiki_ticket_sdd
Hook Claude Code
Runs when a session ends, executing session-end.sh. From SpillwaveSolutions/wiki_ticket_sdd.
SpillwaveSolutions/wiki_ticket_sdd
Settings file Claude Code
Agent settings declaring 5 hook events (PostToolUse, UserPromptSubmit, Stop, SessionStart).
SpillwaveSolutions/wiki_ticket_sdd
Skill Claude CodeCodex
Propose work items from recent conversation (flag-gated classifier). Use when the Stop hook requests classification or when asked to sweep a conversation for untracked work. Propose-only: writes .work/suggestions.jsonl, never the event log.
SpillwaveSolutions/wiki_ticket_sdd
Skill Claude CodeCodex
Generate or sync the design document or code walkthrough. Live current pair regenerated from the actual code; a release freeze is a short tag+hash+delta note, not a full dated copy. Uses document-specialist v3.2.2, design-doc-mermaid v1.1.1, plantuml v1.2.2. Use when asked for a design doc, architecture doc, code…
SpillwaveSolutions/wiki_ticket_sdd
Skill Claude CodeCodex
Look up how wikiticketsdd integrates with a specific SDD tool or ticket/wiki system — Superpowers, GSD, SpecKit, OpenSpec, Jira, Confluence, GitHub, GitLab, Azure DevOps (ADO), AWS CodeCatalyst, or Google Cloud DevOps (GCP). Use when asked how to set up, configure, or use one of these, or when ticket-sync/wiki-publish…
SpillwaveSolutions/wiki_ticket_sdd
Skill Claude CodeCodex
Write rich, durable issue/ticket descriptions. Use when creating or updating tickets by hand, when composing bodies for ticket-sync, or when a work item needs a description a future reader (human or agent) can act on without archaeology.
SpillwaveSolutions/wiki_ticket_sdd
Skill Claude CodeCodex
Merge PRs only when all quality gates pass. Use whenever asked to merge a PR, complete a merge, or land a branch — arms GitHub auto-merge and falls back to polling instead of merging blind or bypassing.
SpillwaveSolutions/wiki_ticket_sdd
Skill Claude CodeCodex
Capture an approved plan as tracked work items. Use when exiting plan mode, when the user approves a plan, or says "capture this plan". Writes docs/plans/ - .md and appends the plan's tasks to .work/todo.jsonl via bin/worklog.
SpillwaveSolutions/wiki_ticket_sdd
Skill Claude CodeCodex
Decide what to work on next — use when asked "what should we do next", "what's most important", or when planning a new work session.