vikunja-vja
Installation
SKILL.md
Vikunja Tasks Skill
Manage tasks on a Vikunja instance using the vja CLI.
Always use --json and pipe to jq for structured output. Title arguments are positional (not --title).
Tasks
Create
vja add "Task title"
vja add "Task title" -n "Description" -d "tomorrow" -p 3 -l urgent -A alice
vja add "Task title" -d "next monday at 9:00" -r "1h before due_date" -o "My Project"