什么是 kanban-ai?
使用 kanban/ 目录中的卡片文件(包括已完成的卡片的 kanban/archived/)来管理基于 Markdown 的看板。当用户要求在看板上创建、移动、查看、列出或管理任务或卡片时,或者在跨状态(如待办事项、待办事项、正在执行、已完成或存档)跟踪工作项时使用。 来源:mattjoyce/kanban-skill。
使用 kanban/ 目录中的卡片文件(包括已完成的卡片的 kanban/archived/)来管理基于 Markdown 的看板。当用户要求在看板上创建、移动、查看、列出或管理任务或卡片时,或者在跨状态(如待办事项、待办事项、正在执行、已完成或存档)跟踪工作项时使用。
通过命令行快速安装 kanban-ai AI 技能到你的开发环境
来源:mattjoyce/kanban-skill。
Manage a Kanban board as Markdown files in the kanban/ directory. Each file is a card. The board state is derived by reading all card files and grouping by status.
Treat cards as durable source material for future review. Do not rewrite or delete prior narrative content unless explicitly asked. When updating a card, append a brief narrative note to a ## Narrative section at the end of the file. Focus on reasons, discoveries, insights, and decisions. Avoid transactional status-change logs unless they matter to the story. Use ISO dates.
If the card has no ## Narrative section, add it. If a change is minor (e.g., typo), skip the narrative note unless it carries meaningful insight.
使用 kanban/ 目录中的卡片文件(包括已完成的卡片的 kanban/archived/)来管理基于 Markdown 的看板。当用户要求在看板上创建、移动、查看、列出或管理任务或卡片时,或者在跨状态(如待办事项、待办事项、正在执行、已完成或存档)跟踪工作项时使用。 来源:mattjoyce/kanban-skill。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/mattjoyce/kanban-skill --skill kanban-ai使用 kanban/ 目录中的卡片文件(包括已完成的卡片的 kanban/archived/)来管理基于 Markdown 的看板。当用户要求在看板上创建、移动、查看、列出或管理任务或卡片时,或者在跨状态(如待办事项、待办事项、正在执行、已完成或存档)跟踪工作项时使用。 来源:mattjoyce/kanban-skill。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/mattjoyce/kanban-skill --skill kanban-ai 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/mattjoyce/kanban-skill