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.
git clone --depth 1 https://github.com/bybren-llc/a-safe-pulseWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/bybren-llc/a-safe-pulse/readme)<a href="https://agentmods.dev/commands/bybren-llc/a-safe-pulse/readme"><img src="https://agentmods.dev/badge/commands/bybren-llc/a-safe-pulse/readme.svg" alt="Measured on agentmods" height="20"></a>What 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.1 | $0.00000 | $0.00590 |
| Opus 5 | $0.00000 | $0.00295 |
| Sonnet 5 | $0.00000 | $0.00118 |
| Haiku 4.5 | $0.00000 | $0.00059 |
Grade A, and why
README 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 2d ago.
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.
This is a copy
95% identical to README — 7 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 87 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ASP Commands
These slash commands are part of the a-safe-pulse™ multi-agent harness.
License
License: MIT (see /LICENSE) Copyright: © 2026 J. Scott Graham (@cheddarfox) / ByBren, LLC Attribution: Required per /NOTICE
Intellectual Property
The command architecture and workflow methodology are the intellectual property of J. Scott Graham and ByBren, LLC.
Commands Included (25 total)
Workflow Commands
| Command | Purpose |
|---|---|
/start-work |
Begin work on Linear ticket |
/pre-pr |
Run validation before PR |
/release |
Full version release (merge, tag, publish, sync, cleanup) |
/end-work |
Complete work session |
/checkpoint |
Save session state for cross-session continuity |
/check-workflow |
Check workflow status |
/update-docs |
Update documentation |
/retro |
Session retrospective |
/sync-linear |
Sync with Linear ticket |
/quick-fix |
Fast-track small fixes |
Local Operations
| Command | Purpose |
|---|---|
/local-sync |
Sync after git pull |
/local-deploy |
Deploy locally |
Remote Operations
| Command | Purpose |
|---|---|
/remote-status |
Check remote Docker status |
/remote-deploy |
Deploy to remote staging |
/remote-health |
Remote health dashboard |
/remote-logs |
View remote container logs |
/remote-rollback |
Rollback remote deployment |
Other Commands
| Command | Purpose |
|---|---|
/test-pr-docker |
Test PR Docker workflow |
/audit-deps |
Dependency audit |
/search-pattern |
Search code patterns |
Deprecated Aliases
These commands are thin wrappers pointing to canonical /remote-* commands.
| Command | Alias For | Note |
|---|---|---|
/check-docker-status |
/remote-status |
Deprecated |
/deploy-dev |
/remote-deploy |
Deprecated |
/dev-health |
/remote-health |
Deprecated |
/dev-logs |
/remote-logs |
Deprecated |
/rollback-dev |
/remote-rollback |
Deprecated |
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.
- 2d ago First seen · 87 lines · 0 tokens per session scan A 818b0346c4bc
README is a command published in the GitHub repository bybren-llc/a-safe-pulse (9 stars, last pushed 5mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 590 tokens. A static security scan graded it A with 0 findings. It is 95% identical to README, differing in 7 lines, and is treated as a copy.
Other commands, from other repositories
land
Cadence-tick autonomous PR babysitter (CI-fix, resolve, converge, merge, close, release).
create-release-note
Generate bug fix release notes from Jira tickets and linked GitHub PRs.
pr
Create a GitHub PR from current branch with unpushed commits — discovers templates, analyzes changes, pushes.
sync-coordinator
Multi-package synchronization and version alignment with ruv-swarm coordination for seamless integration between claude-code-flow and ruv-swarm packages.
github-modes
This document describes all GitHub integration modes available in Claude-Flow with ruv-swarm coordination. Each mode is optimized for specific GitHub workflows and includes batch tool integration for maximum efficiency.
iteration-drive
Drive the active iteration to completion — Phase 2 Autonomous Execute, Phase 3 iteration-close, Phase 4 Create PR, Phase 5 PR merge-ready loop (prefer babysit/-babysit; optional greploop when repo has it; else CI fallback) until mergeable. Not Done until Phase 5 exit checklist passes.