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/littlebearapps/untether/systemic-patternsgit clone --depth 1 https://github.com/littlebearapps/untetherWhat 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.00000 | $0.02527 |
| Opus 5 | $0.00000 | $0.01264 |
| Sonnet 5 | $0.00000 | $0.00505 |
| Haiku 4.5 | $0.00000 | $0.00253 |
Grade A, and why
systemic-patterns scanned grade A with 1 finding 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.
Runs shell commandslowCapability
Expected in a hook, worth knowing in a rule or an instructions file.
- **Sig**: subsequent Claude runs fail to spawn; `subprocess.create.failed` with FD-exhaustion-like errors; `lsof` shows growing FD count How it starts
The opening of the file, as written. The whole thing — 158 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Step 4 — Cross-reference systemic patterns
This is the canonical catalogue of known Untether systemic patterns. Walk this list before scoring any signal or escalating any "error" to a bug.
For each pattern:
- Sig = grep signature in journalctl / chat
- Class = primary Step-1 class
- Canonical issue = the open or closed GH issue (if any) tracking the pattern
- Posture =
bug(fix needed),by-design(do NOT escalate),regression-watch(was fixed, watch for relapse),rate-limited(real but expected at low frequency),mitigation-exists(Untether already mitigates this engine quirk)
The pattern catalogue
1. Auto-continue death spiral on signal exits
- Sig: rapid
auto_continuefollowed byproc_returncode=143or137, repeating - Class: auto-continue
- Canonical issue: mitigation via
_is_signal_death()inrunner_bridge.py; configurable[auto_continue].max_retries - Posture: regression-watch — signal-death suppression should kick in. If you see >1 retry on signal death, that's a bug.
2. PTY master_fd leak across runs
- Sig: subsequent Claude runs fail to spawn;
subprocess.create.failedwith FD-exhaustion-like errors;lsofshows growing FD count - Class: control-channel
- Canonical issue: per
control-channel.md§PTY lifecycle —finallymust closemaster_fd - Posture: regression-watch — every Claude runner exit path must close
master_fd.
3. callback_data > 64 bytes silently dropped
- Sig: button click does nothing; no
callback_queryin journalctl; outbound message had a button with longcallback_data - Class: telegram-transport
- Posture: bug if surfaced — Telegram enforces 64 bytes silently. Always check
callback_datalength at construction.
4. Hot-reload race during active run
- Sig:
config.reloadevent during an active session; subsequent events use stale config - Class: config-hot-reload
- Canonical:
telegram-transport.md§TelegramBridgeConfig hot-reload;update_from()must copy all fields atomically - Posture: regression-watch — new fields added to
TelegramBridgeConfigmust be added toupdate_from().
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 · 158 lines · 0 tokens per session scan A 1c8f966398f4
systemic-patterns is a command published in the GitHub repository littlebearapps/untether (66 stars, last pushed 2d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,527 tokens. A static security scan graded it A with 1 finding (runs shell commands). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
psm
/oh-my-claudecode:psm is a compatibility alias for /oh-my-claudecode:project-session-manager.
release
Ship a stable cmux release built by CI: bump version, update changelog, open a PR, merge, tag, then GitHub Actions builds, signs, and publishes.
release
This compatibility command keeps /oh-my-claudecode:release available without loading the full release skill description in every Claude Code session.
self-improve
This compatibility command keeps /oh-my-claudecode:self-improve available without loading the full self-improve skill description in every Claude Code session.
research
Research a technical or product question.
wtfp:discuss-section
Capture the researcher's intended purpose, essential content, voice, and boundaries before planning.