What problem does it solve? Managing tasks on a self-hosted Vikunja instance from the terminal requires knowing the vja CLI's flags, filter syntax, and output formats. This Skill provides the exact commands and workflows to create, list, update, and organize tasks without memorizing the CLI reference. ## Core Features & Use Cases - Full Task CRUD: Create, list, show, edit, delete, toggle, defer, and clone tasks with support for due dates, priorities, labels, assignees, reminders, and projects. - Structured Output: Every command uses --json piped to jq for compact, filtered, machine-readable results. - Workflow Recipes: Ready-made patterns for daily reviews, bulk-deferring overdue tasks, and creating assigned labeled tasks in one step. - Use Case: Ask the agent to list all overdue high-priority tasks, and it runs vja ls with the right filters and jq projection to return a clean summary. ## Quick Start Use the vikunja-vja skill to list my overdue open tasks with their titles and due dates.