vibe-kanban-mcp

Use this skill whenever the user wants to work with Vibe Kanban via MCPorter CLI. Covers any workflow that creates, updates, lists, assigns, tags, links, or manages Vibe Kanban issues, projects, repositories, workspaces, or workspace sessions by running `mcporter call vibe_kanban.<tool>` commands in the terminal. This skill is the reference and workflow guide for resolving org/project/workspace IDs, configuring MCPorter, managing repo scripts, and starting or linking workspace sessions. Trigger even when the user only says things like "vibe kanban", "kanban", "mcporter", "mcporter call vibe_kanban", "create issue", "assign this issue", "start workspace session", "link workspace", or asks how to wire an agent, Claude Code, Codex, Cursor, OpenCode, Gemini, Copilot, Amp, Droid, or Qwen into Vibe Kanban programmatically.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "vibe-kanban-mcp" with this command: npx skills add ccsert/vibe-kanban-mcp-skill/ccsert-vibe-kanban-mcp-skill-vibe-kanban-mcp

Vibe Kanban via MCPorter — Skill

This skill teaches agents to operate Vibe Kanban entirely through MCPorter CLI commands. MCPorter bridges MCP servers to the terminal so any agent with shell access can drive Vibe Kanban without editor-integrated MCP support.

All tool calls follow the pattern:

mcporter call vibe_kanban.<tool_name> param=value ...

Source: crates/mcp/src/task_server/tools/
Last updated: 2026-03-09


Quick navigation

What you needReference file
MCPorter setup, call syntax, executors, workflowsreferences/overview.md
list_organizations, list_org_members, list_projectsreferences/organizations-projects.md
Create / list / get / update / delete issuesreferences/issues.md
Assignees, tags, issue relationshipsreferences/issues.md
Workspaces, start_workspace_session, link_workspacereferences/workspaces-sessions.md
Repositories and script managementreferences/repos.md

Tool module summary

ModuleToolsDescription
organizations2Organisation & member listing
remote_projects1Project listing
remote_issues5Issue CRUD
issue_assignees3Assignee management
issue_tags4Tag management
issue_relationships2Issue relationships
workspaces3Local workspace CRUD
repos4+Repository & script management
task_attempts2Workspace session start & link
contextNID resolution and context-related guidance

How to use this skill

  1. Ensure MCPorter is available — see references/overview.md for installation and Vibe Kanban server registration.

  2. Identify what the user wants to do — pick the closest workflow from the table above and read the matching reference file.

  3. Always pass IDs explicitlyproject_id, organization_id, and workspace_id must be provided in every call. Resolve them first by calling the corresponding list tools.

  4. Follow the workflow examples — each reference file contains end-to-end MCPorter command sequences. Always resolve IDs by calling list tools before using them in create/update/delete calls.

  5. Pick the right executor — when calling start_workspace_session, the executor string must match one of the supported values.
    Full list: references/overview.md → "Supported Executors".

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

openclaw-version-monitor

监控 OpenClaw GitHub 版本更新,获取最新版本发布说明,翻译成中文, 并推送到 Telegram 和 Feishu。用于:(1) 定时检查版本更新 (2) 推送版本更新通知 (3) 生成中文版发布说明

Archived SourceRecently Updated
Coding

ask-claude

Delegate a task to Claude Code CLI and immediately report the result back in chat. Supports persistent sessions with full context memory. Safe execution: no data exfiltration, no external calls, file operations confined to workspace. Use when the user asks to run Claude, delegate a coding task, continue a previous Claude session, or any task benefiting from Claude Code's tools (file editing, code analysis, bash, etc.).

Archived SourceRecently Updated
Coding

ai-dating

This skill enables dating and matchmaking workflows. Use it when a user asks to make friends, find a partner, run matchmaking, or provide dating preferences/profile updates. The skill should execute `dating-cli` commands to complete profile setup, task creation/update, match checking, contact reveal, and review.

Archived SourceRecently Updated
Coding

clawhub-rate-limited-publisher

Queue and publish local skills to ClawHub with a strict 5-per-hour cap using the local clawhub CLI and host scheduler.

Archived SourceRecently Updated