Ohswedd/praxis

A quality harness for Claude Code. Routes any prompt into spec → plan → implement → adversarial audit → living docs, and holds the turn open until the work actually holds up: no TODOs, no deferred scope, no unverified test claims.

1Stars on the repository
44Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

SessionStart

01

Ohswedd/praxis

Hook

Runs when a session starts, executing session_audit.py via python3. From Ohswedd/praxis.

1 1mo ago A tokens not measured original MIT

UserPromptSubmit

02

Ohswedd/praxis

Hook

Runs when you submit a prompt, before the agent sees it, executing prompt_router.py via python3. From Ohswedd/praxis.

1 1mo ago A tokens not measured copy · 86% MIT

PreToolUse

03

Ohswedd/praxis

Hook

Runs before the agent uses a tool for Bash, Read, Edit, Write and MultiEdit tool calls, executing guard_paths.py via python3 (2 commands). From Ohswedd/praxis.

1 1mo ago A tokens not measured original MIT

PostToolUse

04

Ohswedd/praxis

Hook

Runs after a tool call finishes for Write, Edit and MultiEdit tool calls, executing post_edit.py via python3. From Ohswedd/praxis.

1 1mo ago A tokens not measured original MIT

Stop

05

Ohswedd/praxis

Hook

Runs when the agent finishes a response, executing quality_gate.py via python3. From Ohswedd/praxis.

1 1mo ago A tokens not measured original MIT