Agent skill

checkin

Morning check-in. Shows messages, top task, and personal goals in one shot. Usage /checkin.

Stars 4
Forks 0

Install this agent skill to your Project

npx add-skill https://github.com/LupoGrigi0/Human-Adjacent-Coordination/tree/main/.claude/skills/checkin

SKILL.md

Check-in

One-shot morning briefing: messages, tasks, goals.

Steps

  1. Read identity:

    bash
    # 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.

  2. Run all three checks (in parallel if possible):

    • mcp__HACS__do_i_have_new_messages → if yes, mcp__HACS__list_my_messages
    • mcp__HACS__get_my_top_task
    • mcp__HACS__list_personal_goals
  3. Format as a briefing:

    📬 Messages: [count] new — [brief summary]
    📋 Top Task: [title] ([status])
    🎯 Goals: [list active goals]
    

Rules

  • Keep it to one screen — this is a dashboard, not a deep dive
  • If any check fails, report it but continue with the others
  • End with a one-line suggestion of what to focus on first

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results