SessionStart
01Hook Claude Code
Runs when a session starts, executing on-session.sh. From JetXu-LLM/DocMason.
Hook Claude Code
Runs when a session starts, executing on-session.sh. From JetXu-LLM/DocMason.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing on-prompt.sh. From JetXu-LLM/DocMason.
Hook Claude Code
Runs after a tool call finishes for Bash and Agent tool calls, executing on-tool.sh. From JetXu-LLM/DocMason.
Hook Claude Code
Runs when the agent finishes a response, executing on-stop.sh. From JetXu-LLM/DocMason.
Hook Claude Code
Runs when a session ends, executing on-session.sh. From JetXu-LLM/DocMason.
Settings file Claude Code
Agent settings declaring 5 hook events (SessionStart, UserPromptSubmit, PostToolUse, Stop).
Instructions file GitHub Copilot
Instructions for JetXu-LLM/DocMason, covering docmason github copilot notes and copilot-specific delta.
Instructions file CodexOpenCode
Instructions for JetXu-LLM/DocMason, covering docmason agent contract, identity, ordinary front door, compatible host mapping and first-contact hints.
Skill Claude CodeCodex
Generate or refresh the local Claude adapter surface for DocMason from canonical committed sources.
Skill Claude CodeCodex
Accept an ordinary user question inside a DocMason workspace, route it to the right inner workflow, and preserve conversation-native logs automatically.
Skill Claude CodeCodex
Answer a user question through DocMason's canonical grounded workflow using retrieval, provenance tracing, render escalation, and a final answer-state check.
Skill Claude CodeCodex
Produce evidence-backed research, planning, drafting, or composition output from the published DocMason knowledge base while preserving provenance and answer-file discipline.
Skill Claude CodeCodex
Stage, incrementally refresh, validate, and publish the DocMason knowledge base from the local source corpus.
Skill Claude CodeCodex
Write bilingual Phase 3 knowledge objects for staged DocMason sources from rendered evidence and extracted structure.
Skill Claude CodeCodex
Trace published DocMason knowledge objects or answer text back to evidence units and provenance records.
Skill Claude CodeCodex
Retrieve ranked evidence bundles from the published DocMason knowledge base.
Skill Claude CodeCodex
Review DocMason runtime query-session and retrieval-trace logs through the summary surface rather than raw JSON browsing alone.
Skill Claude CodeCodex
Validate the staged or published DocMason knowledge base and repair blocking issues until the quality gate passes.
Skill Claude CodeCodex
Prepare a DocMason repository for local operation by bootstrapping the environment, creating required directories, and recording runtime state.
Skill Claude CodeCodex
Diagnose DocMason workspace readiness and report actionable remediation without mutating the repository.
Skill Claude CodeCodex
Inspect the current DocMason workspace stage and pending actions from the filesystem and runtime state.
Skill Claude CodeCodex
Run the hidden operator-only evaluation loop over local runtime/eval artifacts without exposing that surface in normal first-contact workflows.
Skill Claude CodeCodex
Materialize the tracked ICO + GCS public sample corpus into live originaldoc/ for contributor testing inside the canonical source repo.
Skill Claude CodeCodex
Complete complex work once its objective, authorization, and problem are clear enough to act: define the smallest fully working outcome, preserve required behavior, maintain one coherent path, validate only what the evidence proves, and stop before discoveries become unrequested deliverables or actions. Use for…