kelvia

A plugin that connects an AI coding agent to Kelvia, a shared Kanban task board. A Kanban board organizes work as cards that move through stages such as planned, active, and done.

In plain words
What is it for?
Use it to create, sort, move, and comment on tasks, record work time, and plan the day with your agents through Kelvia.
Why use it?
It keeps tasks, time spent, scheduling, and agent reasoning in one visible place. Changes are attributed to the agent that made them, making review or reversal easier.

Plugin for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Claude Code
/plugin marketplace add gonnagetapower/kelvia-mcp
agentmods
npx agentmods add plugins/gonnagetapower/kelvia-mcp/plugin
Clone the repo
git clone --depth 1 https://github.com/gonnagetapower/kelvia-mcp

Made for: Claude Code.

Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

kelvia scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugin/.claude-plugin/plugin.json · 23 lines

What it actually says

{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "kelvia",
  "description": "Give Claude a task board it can actually run. Kelvia is a free Kanban board shared by you and your agents: Claude files, triages and moves tasks, logs the time it spent, comments its reasoning, and blocks out your day — and every change is attributed to the agent that made it, so you can review or revert it. Connects over OAuth in one click; no token to paste.",
  "version": "1.0.0",
  "author": {
    "name": "Kelvia",
    "url": "https://kelvia.app"
  },
  "homepage": "https://kelvia.app/mcp",
  "repository": "https://github.com/gonnagetapower/kelvia-mcp",
  "license": "MIT",
  "keywords": [
    "task-management",
    "kanban",
    "project-management",
    "issue-tracking",
    "time-tracking",
    "day-planner",
    "mcp"
  ]
}
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 23 lines scan A 9ed4bf0c8714

Subscribe to this mod's changes

kelvia is a plugin published in the GitHub repository gonnagetapower/kelvia-mcp (1 stars, last pushed 18d ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other plugins, from other repositories

pad

Talk to your project. Pad is local-first project management for developers and AI agents — this plugin gives Claude Code a conversational Pad skill, typed shortcuts (/pad:status, /pad:capture, /pad:onboard, /pad:connect, /pad:disconnect), and consent-gated live item-change notifications.

PerpetualSoftware/pad · not measured

overclick

Claim, execute, and deliver cards on your own self-hosted OverClick board. Ships the workflow skill, the /overclick: commands, and hooks: a session-start board snapshot and a delivery commit check run by default, while the claim guard and the stop/harness guards ship disabled. The only network endpoint is the OverClic.

ustoppble/overclick · not measured

draft

Context-Driven Development: draft specs and plans before implementation. Structured workflows for features and fixes.

drafthq/draft · not measured

easychamp

EasyChamp tournament management — create sports leagues and tournaments, build brackets, schedule matches with venues, and record results. Backed by the EasyChamp MCP server.

anton-abyzov/vskill · not measured

next

Query unfinished brief/propose/ship work and the exact command to resume it. Derives an open-work board from artifact frontmatter (no separate ledger to drift), and auto-surfaces it at session start so context survives /clear.

mirkobozzetto/arsenal · not measured

throughline

Task-Track & Handoff for AI agents on long, multi-session work. Within a session it pins one ⭐️ MAIN goal (frozen title, explicit verdict at close) in an emoji-tagged task list so the agent doesn't drift; across sessions or agents it writes a plain-markdown handoff the next agent re-derives before trusting. Not for…

jovesun-lab/whetstone · not measured