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

makecc

v0.2.23

Published

Visual workflow builder for Claude Code agents and skills

Readme

Million Agent - Visual Workflow Builder

Claude Code 기반의 비주얼 워크플로우 빌더입니다. 노드 기반 UI로 AI 에이전트 워크플로우를 설계하고 실행할 수 있습니다.

Claude Code 플러그인

이 프로젝트는 Claude Code 플러그인으로 사용할 수 있습니다.

포함된 스킬

| 스킬 | 설명 | |------|------| | /visual-builder | Visual Workflow Builder 실행 | | /git-commit-push | Git 커밋 및 푸시 | | /skill-creator | 새로운 스킬 생성 | | /subagent-creator | 서브 에이전트 생성 | | /slash-command-creator | 슬래시 커맨드 생성 | | /hook-creator | 훅 생성 |

사용법

Claude Code에서 다음과 같이 사용:

/visual-builder

스크린샷

워크플로우 편집기

Workflow Editor

실행 결과

Execution Result

기능

  • 노드 기반 워크플로우 설계: 드래그 앤 드롭으로 워크플로우 구성
  • 다양한 노드 타입: Input, Subagent, Skill, MCP, Output
  • 실시간 실행: 로컬에서 워크플로우 실행 및 결과 확인
  • 콘솔 로그: 실행 과정 실시간 모니터링
  • 파일 다운로드: 결과물 마크다운 파일로 다운로드

시작하기

설치

npm install

환경 설정

.env 파일에 API 키 설정:

VITE_ANTHROPIC_API_KEY=your-api-key-here

실행

npm run dev

기술 스택

  • React + TypeScript
  • Vite
  • React Flow (@xyflow/react)
  • Tailwind CSS
  • Anthropic SDK

라이선스

MIT