Claudeck: Browser UI for Claude Code with Agents, Cost Tracking, and Plugin System

What Claudeck Does
Claudeck is a browser-based user interface that wraps the Claude Code SDK, providing a visual interface for working with Claude Code. It's designed to not get in the way of development workflows.
Key Features and Details
Installation: One command to try it: npx claudeck@latest
1. Autonomous Agent Orchestration
- 4 built-in agents: PR Reviewer, Bug Hunter, Test Writer, Refactoring
- Agent chains and DAGs with visual dependency graph editor
- Orchestrator that auto-delegates tasks to specialist agents
- Full metrics dashboard with cost aggregation and success rates
2. Cost & Token Visibility
- Per-session cost tracking with daily timeline charts
- Input/output token breakdowns
- Streaming token counter
- Error pattern analysis across 9 categories
3. Git Worktree Isolation
- Run any chat or agent task in isolated git worktree
- Merge, diff, or discard results
- Experiment without touching working branch
4. Persistent Cross-Session Memory
- Remembers project knowledge across sessions using SQLite with FTS5 full-text search
- Auto-captures insights from conversations
- Supports manual
/remembercommands - AI-powered memory optimization via Claude Haiku
5. Full-Stack Plugin System
- 7 built-in plugins: Linear, Tasks, Repos, Claude Editor, etc.
- User plugin directory at
~/.claudeck/plugins/that persists across upgrades - Drop in a
client.jsand optionallyserver.js— no fork needed
Additional Features
- Parallel mode: 4 independent chats in 2x2 grid
- Session branching
- Message recall with
↑ - MCP server management
- Telegram notifications with AFK approve/deny
- Skills Marketplace integration
- Installable as PWA
Technical Details
- Zero framework — vanilla JS
- 6 npm dependencies
- No build step
- Works on macOS, Linux, and Windows
- MIT licensed
Links: npm: npmjs.com/package/claudeck, GitHub: github.com/hamedafarag/claudeck
📖 Read the full source: r/ClaudeAI
👀 See Also

Tandem MCP: Run and Manage Claude Code Sessions from Claude.ai Chat
Tandem is an open-source MCP server that links Claude.ai chat to local Claude Code sessions, allowing autonomous coding loops without copy-pasting.

FUTO Swipe: Open-Source Swipe Typing Models Match Big Tech Accuracy
FUTO releases open-source swipe typing models and a 1M swipe dataset. Encoder (635K params) + ContextLM (1.5M) + decoder (304K) achieve ~4% top-4 fail rate. Fully offline in FUTO Keyboard.

Identity and Reputation Layer for OpenClaw Agents
A developer team built MCP-I and IdentiClaw to solve identity loss in multi-step agent workflows, plus knowthat.ai as a reputation registry. They donated the MCP-I spec to the Decentralized Identity Foundation.

Building a voice-controlled multi-agent system on top of Claude Code
A developer built a wake-word-activated voice loop for Claude Code that spawns sub-agents, parallelizes work, and auto-QAs results. Full technical breakdown including speaker verification and PID watcher.