SessionStart
01Hook Claude Code
Runs when a session starts, executing enable-agent-shims.sh, ensure-prek.sh and ensure-test-tools.sh via bash (3 commands). From pandoscope/skills.
Hook Claude Code
Runs when a session starts, executing enable-agent-shims.sh, ensure-prek.sh and ensure-test-tools.sh via bash (3 commands). From pandoscope/skills.
Settings file Claude Code
Agent settings declaring 1 hook event (SessionStart).
Instructions file CodexOpenCode
AGENTS.md instructions for pandoscope/skills, covering skills — agent guidelines, project specifics, terminology, architecture and rules.
Instructions file
Claude Code instructions for pandoscope/skills, covering claude code specific project instructions, environment tooling and pull requests.
Skill Claude CodeCodex
Ultra-compressed communication mode. Cuts token usage 75% by dropping filler, articles, and pleasantries while keeping full technical accuracy. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman.
Skill Claude CodeCodex
Build and sharpen a project's domain model. Use when the user wants to pin down domain terminology or a ubiquitous language, record an architectural decision, or when another skill needs to maintain the domain model.
Skill Claude CodeCodex
Grill the user about a plan, decision, or idea via scored multiple-choice questions. Use when the user wants to stress-test their thinking or uses any 'grill' trigger phrase.
Skill Claude CodeCodex
Test-driven development via red-green-refactor with an auditable commit protocol. Use when implementing any feature, bugfix, refactor, or behavior change before writing implementation code, or when the user mentions TDD, red-green-refactor, or test-first development.
Skill Claude CodeCodex
Turn the current conversation into a spec published to the project tracker — no interview, just synthesis of what was already discussed.
Skill Claude CodeCodex
Break a plan, spec, or the current conversation into tracer-bullet tickets with blocking edges, published to the project tracker. Use when splitting approved work into issues.
Skill Claude CodeCodex
Write and edit agent skills that take the same process every run. Use when authoring a skill, editing or pruning an existing one, deriving a skill from an upstream source, or reviewing a change to a skill file.
Skill Claude CodeCodex
Routes human attention to decisions that matter in agent-generated code. Active during planning, implementing, fixing. Defines when and how to place DECISION markers in code comments. Also applies when reviewing a diff/PR on request.
Skill Claude CodeCodex
Prepare a session for compaction: write the handoff, mark it fresh, propose /compact focus lines. Use before a manual /compact, when a reminder or hook warns that compaction is near, or when asked to wrap up or hand off session context.
Skill Claude CodeCodex
Records a session's open work as append-only events in the session-memory store, and renders the watchable view. Use when a session's progress must be visible outside it — an orchestrator tracking parallel threads, or a worker or review run reporting where it got to.
Skill Claude CodeCodex
Format, numbering, and when-to-write criteria for Architecture Decision Records in docs/adr/. Use when recording an architectural decision, when another skill flags a decision as ADR-worthy, or when the user asks to write or review an ADR.