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/atikk-co-jp/notion-mcp-server/dev-taskgit clone --depth 1 https://github.com/atikk-co-jp/notion-mcp-serverWrote 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/atikk-co-jp/notion-mcp-server/dev-task)<a href="https://agentmods.dev/commands/atikk-co-jp/notion-mcp-server/dev-task"><img src="https://agentmods.dev/badge/commands/atikk-co-jp/notion-mcp-server/dev-task.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 | $0.00026 | $0.00570 |
| Opus 5 | $0.00013 | $0.00285 |
| Sonnet 5 | $0.00005 | $0.00114 |
| Haiku 4.5 | $0.00003 | $0.00057 |
Grade A, and why
dev-task 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 3d 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
Dev Task - developブランチベースのタスク実行
Context
このコマンドは以下のワークフローを自動化します:
- developブランチを最新化
- タスクに適した新規ブランチを作成
- タスクを実行
- developブランチ向けのPRを作成
Task
$ARGUMENTS
Steps
1. 準備フェーズ
- 現在の作業状態を確認(未コミットの変更がないか)
- developブランチに切り替え、最新化(
git checkout develop && git pull origin develop) - タスク内容からブランチ名を生成(例:
feature/add-xxx,fix/xxx-bug,refactor/xxx) - 新規ブランチを作成(
git checkout -b <branch-name>)
2. 実装フェーズ
- タスクの内容を分析し、必要な変更を特定
- コードの変更を実装
- 適切な単位でコミット(意味のあるコミットメッセージを使用)
3. PR作成フェーズ
- ブランチをリモートにプッシュ(
git push -u origin <branch-name>) - developブランチ向けにPRを作成(
gh pr create --base develop) - PRのURLを報告
Constraints
- 未コミットの変更がある場合は、作業を開始する前にユーザーに確認する
- ブランチ名は英語で、kebab-caseを使用する
- コミットメッセージは変更内容を適切に説明する
- PRのタイトルと説明は日本語で作成する
- 実装中にエラーが発生した場合は、適切に対処してから続行する
- テストがある場合は、PRを作成する前にテストが通ることを確認する
Output
作業完了後、以下を報告:
- 作成したブランチ名
- 実施した変更の概要
- PRのURL
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.
- 3d ago First seen · 54 lines · 26 tokens per session scan A 25b22b3fd6a5
dev-task is a command published in the GitHub repository atikk-co-jp/notion-mcp-server (1 stars, last pushed 7mo ago), licensed MIT. It adds 26 tokens to every session and 570 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.
Other commands, from other repositories
project-recap
Generate a visual project recap for context switching.
os-meeting
快速创建和管理AI团队会议.
workspace
Testany Workspace, 管理工作空间,成员权限,团队组织.
standup
Show a daily standup summary with completed, in-progress, and blocked tasks across all active epics.
m-task-planner
Target: $ARGUMENTS (Default: requirement document(s) discovered in the project).
triage
Triage ServiceNow incidents — list open incidents, assess priority, investigate a specific INC, or analyze trends.