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

Kanban CLI: A Local-First, Agent-First Task Manager for the Terminal
Kanban CLI is a Rust-based terminal tool that provides structured task tracking with full git integration, designed for AI agent-driven workflows.

Local AI Agent Workflow Using OpenCode, FastMCP, and DeepSeek-r1
A developer shares their local AI agent setup using OpenCode with AGENTS.md files for deterministic system prompts, FastMCP for exposing local functions, and DeepSeek-r1 via Ollama for specific subagents like testing.

Pilot Protocol: A P2P Network Stack for AI Agents Built with Claude
A developer built Pilot Protocol, a pure user-space peer-to-peer virtual network stack in Go specifically for autonomous AI agents, enabling direct communication without centralized infrastructure. The protocol uses UDP multiplexing, NAT traversal, and end-to-end encryption, with benchmarks showing 89 MB/s local throughput and 2.1 MB/s cross-continent WAN throughput.

Agent Image Skills: Simple Image Hosting for Claude Code Agents
A developer built a simple image hosting service at https://images.labnocturne.com to solve the problem of Claude Code agents generating images with nowhere to store them. The service provides instant test keys via curl, auto-deletes files after 7 days, and includes Claude Code MCP skills for upload, file listing, and deletion.