Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问许可证需确认审计提醒

vibe-kanban振动看板

Agent Skill

vibe-kanban 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

441

周安装

18

GitHub Stars

公开资料未说明

下载量

141
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:vibe-kanban(振动看板)
来源仓库:https://github.com/abpai/skills
仓库路径:skills/vibe-kanban
安装命令:
npx skills add https://github.com/abpai/skills --skill vibe-kanban
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/abpai/skills --skill vibe-kanban

简介

vibe-kanban 是团队共享的任务看板工具,作为当前工作的统一入口。

  • 可用于查看待办事项、认领任务、更新进度或生成每日站会摘要。
  • 支持命令行操作与 MCP 工具调用两种使用方式,灵活适配不同宿主环境。
  • 安装命令:npx skills add https://github.com/abpai/skills --skill vibe-kanban
  • 涉及任务状态变更时需确认身份权限,避免误操作他人条目

SKILL.md

Vibe Kanban — Task Board Skill

Vibe Kanban (VK) is the shared task board for all agents and the single source of truth for current work.

When to Use

Use this skill when you need to:

  • Check what you should work on next
  • Claim, create, update, or complete tasks
  • Run a heartbeat task check
  • Scan for @your-agent-id mentions in task descriptions
  • Generate a daily standup summary

Access

CLI (primary)

The vk binary is a standalone CLI generated from the VK MCP server schema. It lives at vibe-kanban/scripts/vk and requires bun at runtime.

vk <command> [--flag value ...]
vk --help                         # list all commands
vk <command> --help               # help for a specific command

MCP tools (alternative)

If the vibe_kanban MCP server is configured in your Claude Code session, you can call tools directly (e.g. list_projects, list_tasks) without the CLI.

Tool Reference

Task management

vk list-projects
vk list-tasks --project-id <ID>
vk list-tasks --project-id <ID> --status todo
vk list-tasks --project-id <ID> --status inprogress --limit 10
vk create-task --project-id <ID> --title "[agent-id] Task description"
vk create-task --project-id <ID> --title "Title" --description "Details"
vk get-task --task-id <ID>
vk update-task --task-id <ID> --status inprogress
vk update-task --task-id <ID> --status done
vk delete-task --task-id <ID>

Repository management

vk list-repos --project-id <ID>
vk get-repo --repo-id <ID>
vk update-setup-script --repo-id <ID> --script '#!/bin/bash\n...'
vk update-cleanup-script --repo-id <ID> --script '...'
vk update-dev-server-script --repo-id <ID> --script '...'

Workspace sessions

vk start-workspace-session --task-id <ID> --executor CLAUDE_CODE --repos <repo-id1>,<repo-id2>

Supported executors: CLAUDE_CODE, AMP, GEMINI, CODEX, OPENCODE, CURSOR_AGENT, QWEN_CODE, COPILOT, DROID.

Task Statuses

StatusMeaning
todoNot started
inprogressActively being worked on
inreviewWork done, awaiting review
doneCompleted
cancelledNo longer needed

Task Assignment Convention

Assign tasks with a title prefix: [agent-id].

Examples:

  • [main] Configure daily standup cron
  • [andrej] Document all ~/Projects repos
  • [fury] Research LLM fine-tuning approaches

When checking assignments, filter by your own prefix first.

Heartbeat Workflow

  1. List todo tasks: vk list-tasks --project-id <ID> --status todo
  2. Filter tasks with your [agent-id] prefix
  3. Pick the highest-priority task (first valid match is acceptable)
  4. Claim it: vk update-task --task-id <ID> --status inprogress
  5. Execute the task work
  6. Mark complete: vk update-task --task-id <ID> --status done
  7. If no matching task exists, reply HEARTBEAT_OK
  8. Scan descriptions for @your-agent-id mentions and respond as needed

Standup Summary Workflow

  1. List all tasks across all statuses
  2. Group by status: done (last 24h), inprogress, inreview, todo
  3. Format as:
📋 Daily Standup — YYYY-MM-DD

✅ Completed:
- [agent] Task description

🔍 In Review:
- [agent] Task description

🔄 In Progress:
- [agent] Task description

📌 To Do:
- [agent] Task description

Tips

  • Keep titles concise and descriptive
  • Always include [agent-id] when creating tasks
  • Update task status promptly so board state stays reliable
  • Use descriptions for details, links, and handoff context
  • Pass empty string to --script to clear a script
  • Use -o json or --output json for machine-readable output (formats: text, markdown, json, raw)

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

31.75%
按下载量换算45

Claude

31.65%
按下载量换算45

Cursor

17.8%
按下载量换算25

Gemini CLI

9.96%
按下载量换算14

安全审计

Gen Agent Trust Hub

可疑

Socket

通过

Snyk

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills