list
73Command
Display all learnings stored in the pro-workflow database.
Command
Display all learnings stored in the pro-workflow database.
Command
Audit MCP servers for token overhead, redundancy, and usage — recommend servers to disable for faster sessions.
Command
Set up parallel Claude Code sessions using git worktrees.
Command
Analyze permission denial patterns and generate optimized allow/deny rules to reduce prompt fatigue.
Command
Automatically find and surface relevant learnings from your pro-workflow database before you start working. Like muscle memory for your coding sessions.
Command
Prevent destructive operations — cautious (warn), lockdown (restrict edits), or clear.
Command
Search the pro-workflow learnings database using full-text search (BM25).
Command
Train a skill's SKILL.md by running a SkillOpt-flavored offline loop over accumulated learn-rule corrections.
Command
Show status across active parallel sessions.
Command
Build, query, and maintain long-lived knowledge bases. Each wiki = markdown folder + SQLite FTS5 shadow index. Survives sessions, indexes auto-load on SessionStart.
Command
End your Claude Code session with intention.
Hook
Runs before the agent uses a tool for tool == "Edit", tool == "Write", Read, Bash, tool == "Edit" and tool == "Write" tool calls, executing quality-gate.js, read-before-write.js, reread-tracker.js, tool-call-budget.js, git-blast-radius.js, pre-commit-check.js, commit-validate.js, pre-push-check.js and secret-scan.js…
Hook
Runs after a tool call finishes for tool == "Edit" && tool_input.file_path matches "\\.(ts, tsx, js, jsx, py, go, rs)$", tool == "Bash" && tool_input.command matches "(npm test, pnpm test, yarn test, pytest, go test and cargo test)" tool calls, executing post-edit-check.js and test-failure-check.js via node (2…
Hook
Runs when the agent finishes a response, executing session-check.js and learn-capture.js via node (2 commands). From rohitg00/pro-workflow.
Hook
Runs when a session starts, executing session-start.js via node. From rohitg00/pro-workflow.
Hook
Runs when a session ends, executing session-end.js via node. From rohitg00/pro-workflow.
Hook
Runs when you submit a prompt, before the agent sees it, executing prompt-submit.js and drift-detector.js via node (2 commands). From rohitg00/pro-workflow.
Hook
Runs before the context is compacted, executing pre-compact.js via node. From rohitg00/pro-workflow.
Hook
Runs after the context is compacted, executing post-compact.js via node. From rohitg00/pro-workflow.
Hook
Runs on the ConfigChange event, executing config-watcher.js via node. From rohitg00/pro-workflow.
Hook
Runs when the agent sends a notification, executing notification-handler.js via node. From rohitg00/pro-workflow.
Hook
Runs when a subagent starts, executing subagent-start.js via node. From rohitg00/pro-workflow.
Hook
Runs when a subagent finishes, executing subagent-stop.js via node. From rohitg00/pro-workflow.
Hook
Runs when a task is marked completed, executing task-completed.js via node. From rohitg00/pro-workflow.