INDEX

INDEX is a command for coding agents from hmj1026/dhpk. It costs 17 tokens per session (1,163 once invoked), scanned A, original, MIT.

An internal navigation index listing the commands provided by the dhpk plugin and what each command is for.

In plain words
What is it for?
Use it to discover dhpk slash commands such as routing tasks, reviewing code or documents, generating tests, checking coverage, and running verification.
Why use it?
It gives developers one place to find the right command for development, review, testing, verification, documentation, and security work.

Command

Part of the dhpk plugin — 19 commands, 36 agents shipped together

Install

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.

agentmods
npx agentmods add commands/hmj1026/dhpk/index
Clone the repo
git clone --depth 1 https://github.com/hmj1026/dhpk

Or install dhpk, the plugin that ships this one along with the rest of its 19 commands, 36 agents.

Wrote 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.

agentmods badge for INDEX

README.md
[![agentmods](https://agentmods.dev/badge/commands/hmj1026/dhpk/index.svg)](https://agentmods.dev/commands/hmj1026/dhpk/index)
Your own site
<a href="https://agentmods.dev/commands/hmj1026/dhpk/index"><img src="https://agentmods.dev/badge/commands/hmj1026/dhpk/index.svg" alt="Measured on agentmods" height="20"></a>
Per session 17 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,163 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00017 $0.01163
Opus 5 $0.00009 $0.00581
Sonnet 5 $0.00003 $0.00233
Haiku 4.5 $0.00002 $0.00116

Measured 4d ago against content hash a1fc931eaa0c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

INDEX 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 4d 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.

commands/INDEX.md · 73 lines

How it starts

The opening of the file, as written. The whole thing — 73 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Commands Index (dhpk plugin)

Navigation for slash commands shipped by the dhpk plugin. dhpk commands are invoked as /dhpk:<name>. External OpenSpec commands, when that separate plugin is installed, use /opsx:<name>.

工作入口與交付

Command 用途
/dhpk:do Smart Router:把自然語言任務路由到適用的 dhpk-* workflow;--route-only 只輸出 Route only: /...(底層 MATCHNO_MATCHNO_QUERY),不執行 downstream。
/dhpk:create-dev 舊版相容性 alias;新工作請使用 /dhpk:do
/dhpk:deep-analyze 深入分析提案並產出 roadmap。
/dhpk:spec-mine 從既有程式碼萃取 behavioral specification。
/dhpk:opsx-apply-resume 長時間 opsx:apply 的 context handoff。

Review、測試與驗證

Command 用途
/dhpk:codex-review 整合式 Codex second opinion(--scope diff|branch|doc|security|tests)。
/dhpk:codex-review-branch / /dhpk:codex-review-fast Branch 或快速 diff review。
/dhpk:codex-review-doc / /dhpk:codex-security 文件或安全性專門 review。
/dhpk:codex-test-gen / /dhpk:codex-test-review / /dhpk:check-coverage 產生、審查與檢查測試覆蓋。
/dhpk:review-spec 審查既有技術規格。
/dhpk:precommit / /dhpk:precommit-fast / /dhpk:verify 提交前或完整驗證。
/dhpk:dep-audit 依賴安全風險稽核。
/dhpk:review-pending 完成 pending-review sentinel 對應的 review。

Git、發布與工作區

Command 用途
/dhpk:smart-commit / /dhpk:create-pr 分組提交與建立 PR。
/dhpk:create-release 版本、changelog、PR、tag 與 CI 的 release 流程。
/dhpk:git-worktree 管理平行 worktree。
/dhpk:merge-prep / /dhpk:pr-summary 合併前分析與 open PR 摘要。

Harness、文件與設定

Command 用途
/dhpk:harness-audit / /dhpk:harness-govern Harness 的單次評估與 measure→conform→fix→verify 迴圈。
/dhpk:check-skill 結構化 skill 健康檢查。
/dhpk:update-docs / /dhpk:update-codemaps / /dhpk:doc-refactor 更新、產生或精簡文件;update-docs 以實作證據與 writing-for-agents 契約為準。
/dhpk:project-brief 將技術內容整理為 PM/CTO 摘要。
/dhpk:setup 設定 plugin;用 --install hooks|rules|scripts|all 安裝資產。
/dhpk:install-hooks / /dhpk:install-rules / /dhpk:install-scripts 已棄用的一個 minor-release forwarding alias;新文件與新流程不得使用。

Read the full file on GitHub · 73 lines

Changes

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.

  1. 4d ago First seen · 73 lines · 17 tokens per session scan A a1fc931eaa0c

Subscribe to this mod's changes

INDEX is a command published in the GitHub repository hmj1026/dhpk (2 stars, last pushed 4d ago), licensed MIT. It adds 17 tokens to every session and 1,163 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.