Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问许可证需确认审计异常

vibekanbanvibekanban 搜索

Agent Skill

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

总安装

588

周安装

24

GitHub Stars

14

下载量

190
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/itechmeat/llm-code --skill vibekanban

简介

用于关键词检索与信息筛选,快速定位候选结果。适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

  • 适合在任务场景下根据线索查找相关文档或资源。
  • 通过 Agent 执行搜索并返回结构化摘要,提升信息获取效率。
  • 安装前应确认是否会触发联网或文件操作,避免越权访问。
  • vibekanban 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Vibe Kanban

Orchestration platform for AI coding agents. Plan, review, and manage AI-generated code in isolated git worktrees.

Links

Quick Navigation

TopicReference
Installation & Setupgetting-started.md
Workspaces (Beta)workspaces.md
Projects, Tasks, Reviewcore-features.md
Subtasks, Attempts, Conflictsadvanced-features.md
Settings, Agents, Tagsconfiguration.md
GitHub, Azure, VSCode, MCPintegrations.md
Common Issuestroubleshooting.md
Best Practicesvibe-guide.md

Quick Start

Install & Run

npx vibe-kanban

npx vibe-kanban remains the canonical cross-platform launch path. As of v0.1.30, the packaged desktop app is moving onto a Tauri v2 shell with built-in auto-update behavior for installed desktop builds.

Release Highlights (0.1.15 → 0.1.28)

  • MCP server expanded: richer issue retrieval (get_issue includes tags/relationships/sub-issues) and new workspace/relationship/tag tools (e.g. update_workspace, relationship + tag mutations).
  • Frontend routing migrated to TanStack Router (navigation/URLs may differ from older screenshots).
  • Reliability improvements around Electric fallback and cancellation/tab-switch handling.
  • Review/diff UI improvements (annotation width fixes for horizontal scrolling).
  • Remote Access: pair a host via a code and access its workspaces from another device.
  • Workspace actions became safer around spin-off/duplicate flows by preserving branch and executor configuration more reliably.
  • Active agent runs can now accept image attachments, which is useful when feeding UI state, screenshots, or design feedback back into an in-progress session.
  • Transport reliability improvements: better relay disconnect handling and signing-session refresh.
  • Claude: bumped the default Sonnet model to 4.6.
  • Worktrees: preserve worktree path across cleanup to maintain Claude Code session continuity.
  • Workspaces: improved workspace logs capture (root execution-process provider).
  • Mobile UI fixes and Remote Access docs refresh.

Release Highlights (0.1.37 → 0.1.43)

  • Executor surface refreshed with newer pinned versions for Codex, OpenCode, and Claude Code.
  • Claude Code adds an xhigh effort variant.
  • Cross-compile/runtime fixes improve Windows/MSVC and musl build reliability.

Release Highlights (0.1.31 → 0.1.32)

  • Desktop/Tauri: Windows desktop app support lands, Tauri notifications are available, and desktop zoom behavior is reworked around font-size scaling.
  • Workspaces: sessions can be renamed and auto-named; draft workspace-creation preference is persisted.
  • Attachments: arbitrary attachments are supported across workspaces and issues.
  • MCP: issue filters are available through the MCP surface.
  • Remote/admin: remote audit logging is added, short issue IDs become org-scoped, and analytics are disabled when PostHog config is blank.
  • Editor UX: WYSIWYG typeahead, toolbar, and issue-description editing flows are improved.

Opens browser automatically. Use PORT=8080 npx vibe-kanban for fixed port.

Prerequisites

  • Node.js LTS
  • Authenticated coding agent (Claude Code, Codex, Gemini, etc.)
  • GitHub CLI (gh) for PR integration

First Steps

  1. Authenticate with a coding agent externally
  2. Run npx vibe-kanban
  3. Complete setup dialogs
  4. Create project from existing git repo
  5. Add tasks and start executing

Two UI Modes

Classic Kanban (Tasks)

Traditional board with columns: To do → In Progress → In Review → Done

Updates in v0.1.7:

  • Per-project Kanban views and a refreshed filter dialog
  • Sub-issues and Workspaces visibility toggles moved to the filter bar

Workspaces (Beta) — NEW

Modern interface with:

  • Sessions: Multiple conversation threads per workspace
  • Command Bar: Cmd/Ctrl + K for all actions
  • Workspace Notes: Document requirements and decisions
  • Multi-repo support: Work across multiple repositories
  • Integrated Terminal: PTY-backed terminal with shell support
  • Session Dropdown: Agent icons displayed next to session titles
  • Sidebar filters: Filter by project and PR status (including “No project”)
  • Needs Attention: Includes workspaces with unseen activity

Switch between modes via Command Bar → "Open in Old UI"

Core Concepts

Git Worktrees

Each task/workspace runs in an isolated git worktree:

  • Agents can't interfere with each other
  • Safe from main branch changes
  • Automatic cleanup after completion

Task Flow (Classic)

To do → In Progress → In Review → Done
  • To do: Task created
  • In Progress: Agent executing
  • In Review: Agent finished, awaiting review
  • Done: Merged or PR merged

Task Attempts

One task can have multiple attempts:

  • Different agent
  • Different branch
  • Fresh conversation context

Supported Agents

AgentVariants
Claude CodeDEFAULT, PLAN, ROUTER, XHIGH
CodexDEFAULT, HIGH
GeminiDEFAULT, FLASH
GitHub CopilotDEFAULT
AmpDEFAULT
Cursor AgentDEFAULT
OpenCodeDEFAULT
Qwen CodeDEFAULT
DroidDEFAULT
AntigravityDEFAULT

Select agent when creating task attempt or workspace session.

Project Configuration

Setup Scripts

Run before agent execution (e.g., npm install, cargo build).

Dev Server Scripts

Start dev server for preview (e.g., npm run dev).

Cleanup Scripts

Run after agent finishes (e.g., npm run format).

Copy Files

Files to copy from main project to worktree (e.g., .env).

Task Creation

Press C or click + to create task

Options:

  • Create Task: Add to board only
  • Create & Start: Add and immediately execute with default agent

Task Tags

Reusable snippets via @mention:

  • Type @ in description
  • Select tag from dropdown
  • Content inserted at cursor

Task description editor supports markdown paste and preserves inline code formatting.

Code Review

  1. Task moves to "In Review" when agent finishes
  2. Click Diff icon to view changes
  3. Click + on any line to add comment
  4. Submit all comments together
  5. Task returns to "In Progress" for fixes

Git Operations

ActionDescription
MergeMerge to target branch
Create PROpen PR on GitHub/Azure
RebaseUpdate with target branch changes
PushPush additional changes to PR

Preview Mode

Test web apps without leaving Vibe Kanban:

  1. Configure dev server script in project settings
  2. Click "Start Dev Server" in Preview tab
  3. View app in embedded iframe
  4. Install vibe-kanban-web-companion for component selection

Keyboard Shortcuts

KeyAction
CCreate task
⌘/Ctrl + EnterSubmit/Send message
k/jNavigate up/down in column
h/lNavigate left/right between columns
EnterOpen task
⌘/Ctrl + SFocus search

MCP Integration

Add MCP Servers to Agents

Settings → MCP Servers → Select agent → Add servers

Vibe Kanban MCP Server

Expose Vibe Kanban to external MCP clients:

{
  "mcpServers": {
    "vibe_kanban": {
      "command": "npx",
      "args": ["-y", "vibe-kanban@latest", "--mcp"]
    }
  }
}

MCP tools include: list_workspaces, update_workspace, list_projects, list_issues, get_issue, update_issue, plus tag and relationship helpers.

Critical Safety Note

Vibe Kanban runs agents with --dangerously-skip-permissions/--yolo by default for autonomous operation. Each task runs in isolated worktree, but agents can still perform system-level actions. Review work and keep backups.

Critical Prohibitions

  • Do not skip agent authentication before first use
  • Do not ignore worktree isolation benefits
  • Do not forget to configure setup/cleanup scripts for dependencies
  • Do not mix multiple agents on same task without new attempts
  • Do not ignore rebase conflicts — resolve or abort

Links

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

38.06%
按下载量换算72

Claude

29.28%
按下载量换算56

Cursor

19.72%
按下载量换算37

Gemini CLI

9.29%
按下载量换算18

安全审计

Gen Agent Trust Hub

可疑

Socket

可疑

Snyk

未通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

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

来源信息

继续浏览同类 Skills