ワンクリックで
checkin
Morning check-in. Shows messages, top task, and personal goals in one shot. Usage /checkin.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Morning check-in. Shows messages, top task, and personal goals in one shot. Usage /checkin.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Send a HACS message to another instance. Usage /msg Axiom "your message here".
Add a diary entry to your HACS diary. Usage /diary "your entry text". Quick, reliable, one-shot.
Work with HACS documents. List, read, create, or edit docs in your personal space or a project. Usage /docs, /docs list, /docs read "name", /docs create "name" "content", /docs project hacs-coordination.
Mark something complete in HACS. Works for tasks, criteria, and goals. Usage /done <id>, /done task <id>, /done criteria <goalId> <criteriaId>, /done goal <goalId>.
Check your personal HACS goals and their status. Usage /goals.
One-time HACS identity registration. Saves your instance ID so all other HACS skills work without parameters. Run after bootstrap.
| name | checkin |
| description | Morning check-in. Shows messages, top task, and personal goals in one shot. Usage /checkin. |
| allowed-tools | mcp__HACS__do_i_have_new_messages, mcp__HACS__list_my_messages, mcp__HACS__get_my_top_task, mcp__HACS__list_personal_goals, Bash |
One-shot morning briefing: messages, tasks, goals.
Read identity:
# Identity: CWD first (per-instance), then home (fallback)
if [ -f .hacs-identity ]; then source .hacs-identity 2>/dev/null
elif [ -f ~/.hacs-identity ]; then source ~/.hacs-identity 2>/dev/null
fi
If missing, tell user to run /hacs-setup first.
Run all three checks (in parallel if possible):
mcp__HACS__do_i_have_new_messages → if yes, mcp__HACS__list_my_messagesmcp__HACS__get_my_top_taskmcp__HACS__list_personal_goalsFormat as a briefing:
📬 Messages: [count] new — [brief summary]
📋 Top Task: [title] ([status])
🎯 Goals: [list active goals]