npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

claude-code-studio

v1.2.8

Published

Visual orchestration platform for Claude Code — manage agents, workflows, skills & rules in ~/.claude/

Downloads

1,021

Readme

English | 中文

claude-studio

Visual orchestration platform for Claude Code Agent Teams.

Design, manage, and execute multi-agent workflows through an intuitive DAG editor. Create agents, skills, and workflows — then run them with built-in execution engine.

claude-studio screenshot

Features

  • 🔀 Visual Workflow Editor — Drag-and-drop DAG editor with 4 edge types (dispatch / report / sync / roundtrip)
  • 🤖 Agent Management — Create, edit, delete agents with 9 built-in templates
  • Skill Management — Create skills with templates, bind to agent nodes
  • 🚀 Execution Engine — Run workflows with real-time status, checkpoint approval
  • 🪄 AI Generation — Describe what you want, Claude generates workflow/agent/skill via claude -p
  • 🔌 MCP & Settings — Visual config for MCP servers, hooks, permissions
  • 📦 Plugin Export — Export project as standard Claude Code plugin package
  • 🧠 Memory Inspector — Read-only view of project memories with delete capability
  • 🎯 CLAUDE.md Sync — Workflows auto-sync to CLAUDE.md for Claude Code integration
  • 🌐 Community Links — Live GitHub stars for awesome-claude-code, agent templates, skills collections
  • 🗂️ System Directory Picker — Native OS directory picker for opening projects
  • 🌓 Theme Switching — Dark, Light, and System theme modes
  • ↔️ Resizable Panels — Drag to resize the right panel
  • ⚙️ Project-level Config — Manage shared and local Claude configuration per project
  • 📐 Project-first Layout — Restructured left panel with project navigation priority
  • 📥 Import/Export — Improved import with FileInput/FileOutput icons in sidebar

Quick Start

npx claude-code-studio

Or with custom port:

npx claude-code-studio --port 3200

Development

git clone https://github.com/androidZzT/claude-studio.git
cd claude-studio
npm install
npm run dev -- -p 3100

How It Works

  1. Open or create a project — point to any directory with .claude/
  2. Create agents — from templates or AI generation
  3. Build workflow — drag agents onto canvas, connect with edges
  4. Bind skills & MCPs — drag from panel onto agent nodes
  5. Run — execute with checkpoint gates
  6. Export — save as YAML or export as Claude Code plugin

Architecture

┌─────────────────────────────────┐
│  GUI (React + React Flow v12)   │
├─────────────────────────────────┤
│  Next.js API Routes             │
├─────────────────────────────────┤
│  ~/.claude/ (source of truth)   │
├─────────────────────────────────┤
│  Claude Code (runtime)          │
└─────────────────────────────────┘

Tech stack: Next.js · React Flow v12 · Monaco Editor · TypeScript · Tailwind CSS · Lucide Icons

Edge Types

| Type | Visual | Purpose | |------|--------|---------| | Dispatch | Solid gray | Task assignment, execution dependency | | Report | Dashed cyan | Feedback / results reporting | | Sync | Dotted purple | Peer-to-peer collaboration | | Roundtrip | Solid teal, double arrow | Bidirectional dispatch + report |

License

MIT