orbcafe-kanban-detail

Build ORBCAFE Kanban boards with CKanbanBoard/CKanbanBucket/CKanbanCard/useKanbanBoard and wire card clicks into DetailInfo using official examples patterns. Use for bucket-card styling, drag-drop workflow boards, controlled board state, and Kanban-to-detail navigation, especially when UI renders but drag or click behavior has no effect.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "orbcafe-kanban-detail" with this command: npx skills add shenruiyang/orbcafe-kanban-detail

ORBCAFE Kanban + Detail

Workflow

  1. 先对照 skills/orbcafe-ui-component-usage/references/module-contracts.md,确认这是 Hook-first 模块。
  2. 执行安装与最小可运行接入。
  3. references/recipes.md 输出实现骨架。
  4. references/guardrails.md 检查受控状态、拖拽移动、空 bucket 接收和 DetailInfo 路由。
  5. 输出验收步骤与“没效果”排障。

Installation and Bootstrapping (Mandatory)

npm install orbcafe-ui @mui/material @mui/icons-material @mui/x-date-pickers @emotion/react @emotion/styled dayjs

本仓库联调:

npm run build
cd examples
npm install
npm run dev

参考实现:

  • examples/app/kanban/page.tsx
  • examples/app/_components/KanbanExampleClient.tsx
  • examples/app/detail-info/[id]/DetailInfoExampleClient.tsx
  • src/components/Kanban/README.md

Output Contract

  1. Mode: Hook-first.
  2. Chosen module: Kanban and whether DetailInfo chaining is required.
  3. Minimal implementation: useKanbanBoard + CKanbanBoard first.
  4. Data model: buckets/cards/tools shape.
  5. Verify: 至少包括拖拽跨 bucket、生效后的状态更新、空 bucket 可接收、点击进入 DetailInfo。
  6. Troubleshooting: 至少 3 条“能看到 UI 但拖拽/点击没效果”的排查项。

Examples-Based Experience Summary

  • 优先 useKanbanBoard + CKanbanBoard,不要只渲染组件而不托管 model
  • bucket 与 card 的样式能力分别通过 CKanbanBucket / CKanbanCard 暴露,但拖拽交互由 CKanbanBoard 统一编排。
  • 需要 reducer/store/optimistic update 时优先复用 createKanbanBoardModelmoveKanbanCard
  • Detail 链接放在 Client Component 的 onCardClick 中,避免把路由行为写进 Server 层。

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

AI Short Film Producer

低成本AI短剧/短片全流程制作技能。使用速创API(wuyinkeji.com)的Grok Imagine生成视频镜头、TTS生成配音,配合FFmpeg+Python本地合成,WorkBuddy编排全流程。适用于用户需要从零制作AI短片、短视频、短剧EP、预告片等场景。包含完整的分镜脚本创作、视频生成、配音生成、...

Registry SourceRecently Updated
Coding

Playwright Cli

Automate browser interactions, test web pages and work with Playwright tests.

Registry SourceRecently Updated
Coding

GitHub Trending Scraper

Scrape GitHub Trending repos into structured JSON. Use when the user asks about GitHub trending, hottest repos, trending repositories, what's popular on GitH...

Registry SourceRecently Updated
Coding

Trinity Evolution

每日AI能力进化工具 - 自检缺陷→阅读学习→生成洞察→验证提升。三阶段闭环让AI持续进步。提供完整Python源码、详细文档和使用指南。适合AI开发者和自驱动的AI用户。

Registry SourceRecently Updated