Vibeyard: Open-Source Dashboard That Launches Claude Sessions from PRs, Issues, and Kanban Cards

Vibeyard is an open-source (MIT) dashboard that replaces the morning routine of opening three tabs (GitHub PRs, task board, terminal sessions). It starts as a blank canvas where you drop widgets — open PRs, issues, AI readiness, active sessions, kanban, team — and arrange them freely.
Key Features
- Widgets: Drop in widgets for GitHub PRs, issues, AI readiness, active Claude sessions, kanban boards, and team status.
- Click-to-session: Click any card and it spawns a Claude Code session scoped to that context. A PR card opens a review session; an issue opens a plan-the-fix session; a stale session resumes where you left off.
- Open source: MIT license on GitHub at github.com/elirantutia/vibeyard. Contributions welcome.
The creator built this after finding that even with a kanban, they still needed to check GitHub PRs, the task board, and half-finished terminal sessions every morning just to decide what to work on. Vibeyard consolidates that into a single customizable home screen.
📖 Read the full source: r/ClaudeAI
👀 See Also

Context-Kit: Open Source Tool for AI Assistant Configuration
Context-kit is a free tool that generates configuration files and skill documentation for AI coding assistants. It supports Claude Code, Cursor, Windsurf, GitHub Copilot, and Gemini CLI.

Mímir: A Python Memory System Built on 21 Neuroscience Mechanisms
Mímir is a Python memory system for AI agents that implements 21 cognitive science mechanisms like flashbulb memory and retrieval-induced forgetting. It uses a hybrid BM25 + semantic + date index and shows benchmark improvements including 13% higher tool accuracy on Mem2ActBench versus VividnessMem.

Chamber: AI Agent for GPU Infrastructure Management
Chamber is an AI agent that manages GPU infrastructure by handling tasks like provisioning clusters, diagnosing failed jobs, and managing workloads. It provides structured operations with validation and rollback, not just raw shell commands.

Implementing AI Checks with Continue for Source-Controlled PR Reviews
Continue integrates AI checks directly into your pull request workflow by using markdown files as source-controlled checks, visible through GitHub status checks.