← Back to list

kanban-dev
by felipepimentel
⭐ 0🍴 0📅 Jan 21, 2026
SKILL.md
name: kanban_dev description: Expert knowledge for developing, porting, and integrating the Vibe Kanban application with KOR SDK.
Kanban Dev Skill
This skill provides the context and guidelines for creating the KOR Kanban application, based on the Vibe Kanban project.
1. Architecture Overview
Reference Architecture (Vibe Kanban)
- Frontend: React (Vite), TypeScript, Tailwind CSS, Shadcn UI, Framer Motion, Zustand, React Query.
- Backend (Original): Rust (Axum, SQLx, SQLite).
- Core Concept: Manages "Agents" and "Tasks" (Kanban cards) to orchestrate coding workflows.
Target Architecture (KOR Kanban)
- Frontend: Ported React application using the "Incredible UI" standards.
- Backend: Python-based (KOR SDK Integration).
- The Rust backend logic (Task persistence, Agent execution) should be mapped to KOR's
AgentandTaskprimitives. - Integration Point: A local FastAPI server or direct Python integration to serve the frontend API.
- The Rust backend logic (Task persistence, Agent execution) should be mapped to KOR's
2. Directory Structure Knowledge
When working with the reference code (temp_vibe_kanban):
frontend/src/components/ui: Base UI components (Buttons, Inputs) - heavily styled with Tailwind.frontend/src/components/tasks: Kanban board logic (Columns, Cards, Drag & Drop).frontend/src/stores: Zustand state stores (Global state).frontend/src/hooks: Custom React hooks.
3. UI/UX Guidelines ("Incredible UI")
- Visuals: Use "Vibe" aesthetics—glassmorphism, fluid animations (Framer Motion), dark mode by default.
- Interactivity: Everything should feel alive. Hover states, drag feedback, instant updates.
- Components: Use
shadcn/uicomponents as the foundation.
4. Porting Strategy
- Scaffolding: Start with a fresh Vite + React + TypeScript setup in
apps/kor-kanban. - Dependencies: Install
framer-motion,tailwindcss,clsx,tailwind-merge,@dnd-kit/core. - Component Migration:
- Copy
uicomponents first. - Copy
taskscomponents, but strip backend calls initially. Replace with mock data or local state.
- Copy
- Integration:
- defining a
useKanbanhook that adapters to KOR SDK's state.
- defining a
5. Development Workflow
- Run
npm run devinapps/kor-kanbanto test UI. - Use
generate_image(if needed) to visualize new UI concepts before coding complex CSS. - Keep components small and focused.
6. Implementation Checklist
- Setup
apps/kor-kanban - Configure Tailwind & Shadcn
- Port/Create
KanbanBoardcomponent - Implement Drag & Drop
- Connect to KOR Data
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon