Agent skill

tasks

Check your HACS tasks. Shows assigned and in-progress tasks. Usage /tasks.

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

SKILL.md

Tasks

Check your HACS task queue.

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__get_my_tasks with instanceId: $HACS_INSTANCE_ID

  3. Display as a compact list:

    • Task title, status, priority
    • If argument is a task ID, call mcp__HACS__get_task for details

Rules

  • Sort by priority/status — in-progress first, then assigned, then backlog
  • Keep output scannable — table or bullet format

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