Agent Skills: Tasks

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

UncategorizedID: LupoGrigi0/Human-Adjacent-Coordination/tasks

Install this agent skill to your local

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

Skill Files

Browse the full folder contents for tasks.

Download Skill

Loading file tree…

.claude/skills/tasks/SKILL.md

Skill Metadata

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

Tasks

Check your HACS task queue.

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