Agent skill

goals

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

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/goals

SKILL.md

Goals

View your personal goals in HACS.

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

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