OpCode

Stale
GitHub TypeScript AGPL-3.0

Description

A powerful GUI app and Toolkit for Claude Code — create custom agents, manage interactive Claude Code sessions, run secure background agents, and more.

Key Features

  • Visual project management — browser-like UI for managing all Claude Code projects under ~/.claude/projects/
  • Custom agent creation — design specialized agents with custom system prompts, models, and permissions
  • Session timeline and checkpoints — create snapshots, branch sessions, one-click restore to any checkpoint
  • MCP server management — centralized MCP server config management with Claude Desktop import
  • Usage analytics dashboard — real-time API usage, token consumption, per-model/project breakdown
  • CLAUDE.md editor — built-in Markdown editor with live preview and syntax highlighting

Use Cases

💡 Providing a visual interface for Claude Code as CLI alternative
💡 Managing and reusing multiple custom agent configurations
💡 Tracking and optimizing Claude API usage costs
💡 Creating checkpoints in coding sessions for rollback
💡 Centralizing MCP server connection configurations

Strengths & Limitations

Strengths

  • High community interest (22.4k stars)

⚠️ Limitations

  • No updates in over 10 months
  • Restrictive license (AGPL-3.0)

Quick Start

# Prerequisite: install Claude Code CLI
curl -fsSL https://claude.ai/code/install.sh | sh

# Clone and build opcode
git clone https://github.com/winfunc/opcode.git
cd opcode
bun install
cargo build --release

# Or wait for release binaries
# Download platform-specific executable from GitHub Releases

# After launch, opcode auto-detects ~/.claude directory

Related Projects

Scientific Agent Skills

42.1k · Python
Active A+

A set of ready-to-use Agent Skills for research, science, engineering, analysis, finance and writing across multiple coding agents.

agentcodingtools +2
  • · 142 ready-to-use scientific skills — Covers 17+ fields: bioinformatics, cheminformatics, proteomics, clinical research, medical imaging, and more
  • · 100+ scientific database integration — Unified access to 78+ public databases including PubChem, ChEMBL, UniProt, COSMIC, ClinicalTrials.gov
  • · 70+ optimized Python package skills — Dedicated skills for RDKit, Scanpy, PyTorch Lightning, scikit-learn with curated documentation and examples

CC Haha

14.3k · TypeScript
Active A

Locally runnable version of Claude Code with cross-platform desktop app and Computer Use capabilities, including core module analysis.

typescriptcodingagent +2
  • · Cross-platform desktop workstation (macOS/Windows/Linux) with session management, multi-project switching, and terminal
  • · Branch/Worktree startup — choose repository branch and isolated workspace for new sessions
  • · Right-side code changes panel with real-time AI editing Diff and file changes view

Superpowers

280.8k · Shell
Active A+

An agentic skills framework and software development methodology that provides reusable skill modules and engineered workflows for AI coding agents.

agentcodingtools +2
  • · Automatic workflow triggers - Agent enters brainstorming, spec design, and planning before writing code
  • · Subagent-driven development - Dispatches isolated subagents per task with two-stage review (spec + quality)
  • · Test-driven development - Enforces RED-GREEN-REFACTOR cycle; deletes code written before tests