Agent Skills: Check-in

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

UncategorizedID: LupoGrigi0/Human-Adjacent-Coordination/checkin

Install this agent skill to your local

pnpm dlx add-skill https://github.com/LupoGrigi0/Human-Adjacent-Coordination/tree/HEAD/.claude/skills/checkin

Skill Files

Browse the full folder contents for checkin.

Download Skill

Loading file tree…

.claude/skills/checkin/SKILL.md

Skill Metadata

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

Check-in

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

Steps

  1. 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.

  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