CtrlK
BlogDocsLog inGet started
Tessl Logo

inbox-write

別エージェントのinboxにメッセージを送信する。agent-to-agent通信の唯一の手段。

63

Quality

75%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./.cursor/skills/inbox-write/SKILL.md
SKILL.md
Quality
Evals
Security

他のエージェントにメッセージを送るには、必ずこのスキルを使うこと。 tmux send-keys で直接メッセージを送ることは禁止。

使い方

bash scripts/inbox_write.sh <target_agent> "<message>" <type> <from>

type 一覧

type用途
cmd_new新規コマンド(shogun→karo)
task_assignedタスク割り当て(karo→ashigaru)
report_received作業完了報告(ashigaru→karo/gunshi)
clear_commandセッションリセット指示
model_switchモデル切り替え指示

bash scripts/inbox_write.sh karo "cmd_048を書いた。実行せよ。" cmd_new shogun
bash scripts/inbox_write.sh ashigaru3 "タスクYAMLを読んで作業開始せよ。" task_assigned karo
bash scripts/inbox_write.sh gunshi "足軽5号、任務完了。品質チェックを仰ぎたし。" report_received ashigaru5
Repository
yohey-w/multi-agent-shogun
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.