go-vikunjago-vikunjaOfficial·6 Agent Skills Included

vikunja

Build and extend the Vikunja open-source task manager safely

Guides AI agents through adding API routes, database models, and migrations to the Vikunja task manager codebase. Prevents common mistakes like broken permissions, dropped database indexes, and undocumented endpoints. Enforces the project's v2 API conventions, test requirements, and cross-database compatibility so changes pass review faster.
npx skills add go-vikunja/vikunja --all -g -y
Available:

Tells the AI agent which skill to invoke before touching models, migrations, or API routes, and lays out Vikunja's build, test, and worktree commands plus its v2-only API policy.

All Skills in This Repository (6)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Vikunja skills?

Run `npx skills add go-vikunja/vikunja --all -g -y` in your terminal to install all skills in this suite globally.

What is Vikunja?

Vikunja is an open-source, self-hostable task and to-do manager with list, kanban, Gantt, and table views, built with a Go backend and Vue.js frontend.

How do these skills help AI agents contribute to Vikunja?

They give the agent checklists for adding v2 API routes, CRUD models with permission checks, and safe database migrations, so generated code follows project conventions and passes review.

Do the skills work with Claude Code and other agents?

Yes. The skills follow the standard SKILL.md format and work in Claude Code, OpenClaw, Cursor, and other compatible agents.

Do I need to know Go to use these skills?

Basic familiarity helps, but the skills encode the project's rules so your AI agent handles the framework-specific details like Huma routes and xorm migrations for you.

Related Repositories in Software Engineering

View All in Software Engineering