vikunja
Build and extend the Vikunja open-source task manager safely
All Skills in This Repository (6)
Pure Emerald Level Indicatorsmigration
Review Vikunja database migrations for cross-DB safety and error handling.
crudable
Implement CRUDable model operations with Can* permission checks in pkg/models/.
run-e2e-tests
Runs Vikunja's Playwright end-to-end tests through the mage test:e2e command.
prepare-worktree
Creates an isolated git worktree with copied config and plan files via mage.
migration
Guides writing cross-database schema migrations for MySQL, PostgreSQL, and SQLite in Go.
api-v2-routes
Implements typed Huma handlers for CRUD resources on the Vikunja /api/v2 REST API.
Frequently Asked Questions
FAQPage SchemaHow 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→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core