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/hmj1026/dhpkWrote 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/hmj1026/dhpk/simplify)<a href="https://agentmods.dev/commands/hmj1026/dhpk/simplify"><img src="https://agentmods.dev/badge/commands/hmj1026/dhpk/simplify/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/hmj1026/dhpk/simplify"><img src="https://agentmods.dev/badge/commands/hmj1026/dhpk/simplify.svg" alt="Reviewed on agentmods" width="80" 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.00013 | $0.00406 |
| Opus 5 | $0.00006 | $0.00203 |
| Sonnet 5 | $0.00003 | $0.00081 |
| Haiku 4.5 | $0.00001 | $0.00041 |
Grade A, and why
simplify 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 7d 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.
What it actually says
Task
For $ARGUMENTS:
- Run tests first (establish baseline)
- Refactor (functionally-equivalent changes only)
- Structure: remove dead code · extract duplicates (3+ repeats) into a named helper · early returns over nesting (> 3 levels) · async/await over callback chains
- Readability: descriptive names · avoid nested ternaries · break long chains into intermediate variables
- Quality: drop stray
console.log/ commented-out code · consolidate duplicate logic · unwind over-abstracted single-use helpers
- Run tests again (confirm nothing broken)
Delegate (large-scale cleanup)
This command refactors in place for the file/dir in $ARGUMENTS. For heavier cleanup that spans the codebase, dispatch the refactor-cleaner agent (subagent_type: dhpk:refactor-cleaner) instead of inlining:
- a file exceeds 800 lines and needs splitting
- cross-file duplicate logic must be consolidated (not just 3+ repeats within one file)
- a dead-code sweep across multiple modules (unused exports / functions / imports)
The agent owns gitnexus_impact / rename for safe multi-file moves; relay its summary back.
Output
## Refactoring Summary
- [file:line] <change>
## Test Results
✅/❌
## Next Steps
- <suggestions>
Constraints
- ❌ Do not change business logic
- ❌ Do not add new features
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.
- 7d ago First seen · 50 lines · 13 tokens per session scan A 0163e1765474
simplify is a command published in the GitHub repository hmj1026/dhpk (2 stars, last pushed today), licensed MIT. It adds 13 tokens to every session and 406 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-09-05.
Other commands, from other repositories
record
Record a browser walkthrough of a URL using Antigravity (agy). Generates .webm video, screenshots, and a report. Auto-converts to MP4 if ffmpeg is available.
ccc-audit
Run npm audit + bundle size check + lint scan. Returns vulnerabilities, oversized bundles, and lint errors.
validate
Mechanically validate the sonu plugin repo before a PR — manifest sync, YAML frontmatter, shell-fence syntax, named-source and AI-attribution scans, cross-reference integrity, skill reachability. Only meaningful inside the claude-plugins repo; in any other repo, say so and stop.
bug
Reproduce then TDD-fix a ready-for-agent bug ticket in this checkout. Web bugs get a browser repro first.
overview
A read-only command that creates a current, narrative overview of a software project. It describes the project’s layers, what its modules do, how they depend on one another, and how important flows work.
e2e-dashboard
Read .cursor/playwright-skills/e2e-dashboard/SKILL.md and follow its instructions exactly. Treat that file's body as your operating instructions for this task. Template files to install live in .cursor/playwright-skills/e2e-dashboard/templates/.