Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/ohswedd/praxis/docsgit clone --depth 1 https://github.com/Ohswedd/praxisWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00028 | $0.00442 |
| Opus 5 | $0.00014 | $0.00221 |
| Sonnet 5 | $0.00006 | $0.00088 |
| Haiku 4.5 | $0.00003 | $0.00044 |
Grade A, and why
docs scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Reconcile every piece of the project's knowledge with the current code ${ARGUMENTS:+(context: $ARGUMENTS)}. Start from what is already there: read before writing, and never drop still-valid content.
- Find the drift first. Run
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/drift.py". It reports docs that contradict the live configuration (the classic case: a doc still says a human merges every PR long after this repo turned auto-merge on) and references that no longer resolve. Every finding is in scope for this command. Runpython3 "${CLAUDE_PLUGIN_ROOT}/scripts/knowledge_check.py"alongside it for the current change: what the changelog and the docs still owe it, and any documentation it removed. /docs,CHANGELOG.md, ADRs with thedocs-livingskill: update or create the right documents, add a[Unreleased]changelog entry, record an ADR for any significant or autonomously-taken decision, and keepdocs/README.mdindexed. Scaffold/docsorCHANGELOG.mdif the repo lacks them.- The CLAUDE.md hierarchy with the
claudemd-livingskill whenever a convention, command, dependency, or architectural pattern moved. Pick the right file for each change, draft minimal edits, and verify them withclaudemd_check.pyplus@praxis:claudemd-verifierso nothing still valid is lost or contradicted. Show the diff and the verifier verdict before writing.
Prefer stating configurable behaviour as configurable ("with auto-merge off, praxis stops at the PR") rather than as a constant. A sentence that asserts one side of a toggle is drift waiting to happen.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 32 lines · 28 tokens per session scan A a37b3ddbc807
docs is a command published in the GitHub repository Ohswedd/praxis (1 stars, last pushed 1mo ago), licensed MIT. It adds 28 tokens to every session and 442 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
database-setup
Use when a project needs to store data and has no database yet. Setting up Supabase, creating tables, writing queries, and connecting them to the frontend. Written for designers.
stop
Stop the voice dictation daemon.
wp-clone
Clone a remote or staging WordPress site to a local development environment.
wp-tailwindify
Convert an HTML/CSS demo to Tailwind-native HTML — preserves section delimiters, maps colors to @theme variables.
ui-audit
Comprehensive UI audit for accessibility, consistency, and usability.
wp-polylang
Translate an existing WordPress site into a second language using Polylang.