skill-index: fix vik binary path to $HOME/.local/bin/vik

This commit is contained in:
Connor Rhodes 2026-04-04 21:45:13 -05:00
parent e9eec3b6e7
commit 5bf2922754

View file

@ -79,7 +79,7 @@ description: Master index of all skills in your robot assistant system. Your ass
**Purpose:** Manage tasks in Connor's self-hosted Vikunja instance via the `vik` CLI tool. Covers creating, viewing, updating, completing, and deleting tasks.
**Triggers:** "add a task," "create a task," "what's on my plate," "show today's tasks," "mark that done," "delete that task," "what's due," "upcoming tasks"
**File:** `skills/vikunja-tasks/SKILL.md`
**Dependencies:** `vik` CLI installed at `~/code/cli/vik`
**Dependencies:** `vik` CLI installed at `$HOME/.local/bin/vik`
---