kanban-board

Solid

To do / In progress / In review / Done 四列, 卡片 + 头像 + 泳道

Web & Frontend 5,466 stars 543 forks Updated 2 days ago Apache-2.0

Install

View on GitHub

Quality Score: 95/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
12
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

【模板: Kanban 看板】 【意图】类 Trello 的 Kanban 单页。 【布局】 - 顶部 filter bar (assignee / label / search) - 4 列: To do / In progress / In review / Done - 卡片含: 标题 / labels / due / avatar / 评论数 - 可选 swimlanes (按 epic / assignee 分组) 【设计细节】 - 不需要真 drag, 但视觉上要像可拖

Details

Author
nexu-io
Repository
nexu-io/html-anything
Created
2 weeks ago
Last Updated
2 days ago
Language
HTML
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Listed

life-kanban

Create and maintain a single-file HTML life/project-management kanban board — a personal "what should I look at / do right now" dashboard. Use when the user wants to make, open, update, or review a kanban / 看板 / 进度看板 / dashboard / 仪表盘 / focus board / task board; add / move / complete / remove a task or card; do a weekly (or sprint / monthly) review and refresh the whole board; or summarize and analyze board state (what's overdue, stale, done, slipping). Also triggers on "生成看板", "更新看板", "做个看板", "周日复盘", "把今天的任务排一下", "看板里加一项", "看板汇总", "track my tasks", "build a focus board", "我现在该做什么", "我的待办板", "理一下这周要做的事", "where am I / what should I do now". Generates a self-contained HTML file (dark theme, 3 columns: NOW / WEEK / NEXT+LATER, data-driven tracks, progress bar, log-scale timeline, NOT-NOW + redlines rails) whose top DATA block is the single source of truth, plus an optional markdown mirror.

0 Updated today
suzyeth
Data & Documents Listed

kanban

Manage a local file-based kanban for software projects worked on with an LLM. Use this skill whenever the user wants to add a feature, work on an existing task, see project status, decide what to do next, or resume work mid-task. Also use it when the user mentions milestones, epics, tasks, "the kanban", "the board", or asks "what's next" / "where were we". Persists context across sessions through Markdown files with YAML front matter, append-only decision logs, and verifiable Definition of Done.

0 Updated 3 days ago
JLugagne
AI & Automation Listed

aio-kanban

Markdown-based kanban board for AI agent task management. Board is a pure index (`.kanban/board.md`), every task lives in its own file (`.kanban/tasks/T-NNN-slug.md`). Use to init the board, add tasks, move them across Backlog/Todo/Doing/Done/Blocked, or archive completed work.

3 Updated today
aiocean
Web & Frontend Solid

dashboard

固定侧栏 + 顶栏 + KPI 网格 + 1-2 张图

5,466 Updated 2 days ago
nexu-io
AI & Automation Listed

kanban

使用 /kanban 命令管理看板任务的全生命周期:初始化看板、创建 TASK-NNN 任务、执行阶段(plan/execute/evaluate)、归档完成、查看状态/进度、恢复中断任务、多迭代工作流。当用户提到 kanban、看板、TASK-NNN、/kanban 命令、任务创建/归档/恢复、或任何看板任务管理意图时使用此技能。

1 Updated today
kongshan001