Agent Claude Code
Code quality check expert. Reviews code changes against specs and self-fixes issues.
Agent Claude Code
Code quality check expert. Reviews code changes against specs and self-fixes issues.
Agent Claude Code
Code implementation expert. Understands specs and requirements, then implements features. No git commit allowed.
Agent Claude Code
Code and tech search expert. Finds files, patterns, and tech solutions, and PERSISTS every finding to the current task's research/ directory. No code modifications outside that directory.
Command Claude Code
Resume work on the current task — pick up at the right phase/step in .trellis/workflow.md.
Command Claude Code
Command "finish-work" from lihaoze123/cptracker, covering finish work, step 1: quality gate, step 2: remind user to commit and step 3: record session (after commit).
Hook Claude Code
Runs when a session starts on startup, clear and compact, executing session-start.py via python3 (3 commands). From lihaoze123/cptracker.
Hook Claude Code
Runs before the agent uses a tool for Task and Agent tool calls, executing inject-subagent-context.py via python3 (2 commands). From lihaoze123/cptracker.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing inject-workflow-state.py via python3. From lihaoze123/cptracker.
Settings file Claude Code
Agent settings declaring 3 hook events (SessionStart, PreToolUse, UserPromptSubmit).
Skill Claude CodeCodex
Discovers and injects project-specific coding guidelines from .trellis/spec/ before implementation begins. Reads spec indexes, pre-development checklists, and shared thinking guides for the target package. Use when starting a new coding task, before writing any code, switching to a different package, or needing to…
Skill Claude CodeCodex
Guides collaborative requirements discovery before implementation. Creates task directory, seeds PRD, asks high-value questions one at a time, researches technical choices, and converges on MVP scope. Use when requirements are unclear, there are multiple valid approaches, or the user describes a new feature or complex…
Skill Claude CodeCodex
Deep bug analysis to break the fix-forget-repeat cycle. Analyzes root cause category, why fixes failed, prevention mechanisms, and captures knowledge into specs. Use after fixing a bug to prevent the same class of bugs.
Skill Claude CodeCodex
Comprehensive quality verification: spec compliance, lint, type-check, tests, cross-layer data flow, code reuse, and consistency checks. Use when code is written and needs quality verification, before committing changes, or to catch context drift during long sessions.
Skill Claude CodeCodex
Captures executable contracts and coding conventions into .trellis/spec/ documents. Use when learning something valuable from debugging, implementing, or discussion that should be preserved for future sessions.
Instructions file CodexOpenCode
AGENTS.md instructions for lihaoze123/cptracker: These instructions are for AI assistants working in this project.