Agent Skills: Goals

Check your personal HACS goals and their status. Usage /goals.

UncategorizedID: LupoGrigi0/Human-Adjacent-Coordination/goals

Install this agent skill to your local

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

Skill Files

Browse the full folder contents for goals.

Download Skill

Loading file tree…

.claude/skills/goals/SKILL.md

Skill Metadata

Name
goals
Description
Check your personal HACS goals and their status. Usage /goals.

Goals

View your personal goals in HACS.

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. Call mcp__HACS__list_personal_goals with instanceId: $HACS_INSTANCE_ID

  3. Display goals with:

    • Title, status, progress
    • Key criteria (if any)
    • If argument is a goal ID, call mcp__HACS__get_goal for full detail

Rules

  • Active goals first, then completed, then archived
  • Keep it scannable — this is a review, not a deep read