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/echovic/blade-code/prgit clone --depth 1 https://github.com/echoVic/blade-codeWhat 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.00003 | $0.00346 |
| Opus 5 | $0.00002 | $0.00173 |
| Sonnet 5 | $0.00001 | $0.00069 |
| Haiku 4.5 | $0.00000 | $0.00035 |
Grade A, and why
pr 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
请帮我创建一个 Pull Request。
当前状态
!`git branch --show-current`
变更摘要
!`git log --oneline origin/main..HEAD 2>/dev/null || git log --oneline -5`
变更文件
!`git diff --stat origin/main..HEAD 2>/dev/null || git diff --stat HEAD~5..HEAD`
PR 目标分支
$1
要求
- 分析变更:理解这些 commits 完成了什么功能
- 生成 PR 标题:简洁明了,符合 Conventional Commits
- 生成 PR 描述:
-
Summary:概述变更内容
-
Changes:列出主要变更点
-
Testing:说明如何测试
-
Screenshots:如果是 UI 变更
-
- 使用 gh 命令创建 PR
PR 模板
## Summary
[一句话描述这个 PR 做了什么]
## Changes
- [变更点 1]
- [变更点 2]
## Testing
- [ ] 单元测试通过
- [ ] 手动测试通过
## Related Issues
Closes #xxx
请先展示 PR 的标题和描述,等我确认后再执行 gh pr create。
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 · 65 lines · 3 tokens per session scan A 8605d1d26adb
pr is a command published in the GitHub repository echoVic/blade-code (177 stars, last pushed yesterday), licensed MIT. It adds 3 tokens to every session and 346 once invoked, about $0.0000 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-30.
Other commands, from other repositories
improve-prompt
Analyze and enhance vague or incomplete prompts before execution.
commit
Create well-structured git commits with meaningful messages.
explain-code
Break down complex code into clear, understandable explanations.
refactor
Analyze code and suggest meaningful refactoring improvements.
review-code
Perform a thorough code review on the specified files or recent changes.
awesome-chatgpt
Search awesome-ChatGPT-repositories for open-source GitHub repositories related to ChatGPT and LLMs.