investigator
01Agent Claude Code
Code investigator. Invoke when deep codebase research is needed. Explores in an independent context, returns a structured summary without polluting the main conversation.
Agent Claude Code
Code investigator. Invoke when deep codebase research is needed. Explores in an independent context, returns a structured summary without polluting the main conversation.
Agent Claude Code
Code reviewer. Invoke after a modification plan is decided but before execution. Reviews plan soundness in an independent context.
Hook Claude Code
Runs when a session starts on startup, resume, clear and compact, executing session-start.sh via bash. From TechHU-GS/cc-discipline.
Hook Claude Code
Runs before the agent uses a tool for Edit, Write, MultiEdit, Edit, Write, MultiEdit, Edit, Write, MultiEdit, Bash, Agent, Bash and ExitPlanMode tool calls, executing pre-edit-guard.sh, streak-breaker.sh, action-counter.sh, git-guard.sh and phase-gate.sh via bash (5 commands). From TechHU-GS/cc-discipline.
Hook Claude Code
Runs after a tool call finishes for Bash tool calls, executing post-error-remind.sh via bash. From TechHU-GS/cc-discipline.
Hook Claude Code
Runs when a tool call fails for Bash tool calls, executing post-error-remind.sh via bash. From TechHU-GS/cc-discipline.
Settings file Claude Code
Agent settings declaring 4 hook events (SessionStart, PreToolUse, PostToolUse, PostToolUseFailure).
Skill Claude CodeCodex
Smart commit — run tests, update docs and memory, then commit to ensure knowledge is not lost.
Skill Claude CodeCodex
Write the plan under discussion to docs/current-plan.md so Codex can review it against the real code. Stacks after /think.
Skill Claude CodeCodex
Objectively evaluate external review/advice against your actual codebase knowledge. Use when pasting suggestions from reviewers, consultants, or AI who lack project context.
Skill Claude CodeCodex
Multi-agent cross-investigation. Two modes — research (explore from scratch) and review (challenge existing proposal). Spawns parallel agents per dimension, synthesizes with dialectical cross-check.
Skill Claude CodeCodex
Periodic self-check — reflect on alignment, progress, and quality. Use with /loop for continuous monitoring.
Skill Claude CodeCodex
Summarize current session context for high-quality /compact. Run before compacting to preserve what matters.
Skill Claude CodeCodex
Stop and think before coding. Read context, ask questions, propose approaches, self-review, wait for user choice. Use when starting any non-trivial task.
Instructions file
Claude Code instructions for TechHU-GS/cc-discipline, covering cc-discipline — claude.md, project overview, project structure, common commands and local test: install to a temp project.