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

@roedyrustam/macli

v1.0.0

Published

AI Agent Swarm Orchestrator CLI for Gemini and Claude

Readme

🚀 Macli - Enterprise AI Agent Swarm Orchestrator

NPM Version License: MIT

Macli adalah kerangka kerja (framework) berbasis CLI untuk mengorkestrasi ekosistem Multi-Agent Swarm yang sangat powerful. Dibangun dengan teknologi LangGraph, Gemini 1.5 Pro, dan mendukung Claude Model Context Protocol (MCP) secara native.

Dengan Macli, komputer Anda bertransformasi menjadi agen AI Software Engineer tingkat lanjut yang setara dengan Devin, OpenHands, atau OpenClaw.


✨ Fitur Utama

  • 🧠 LangGraph ReAct Memory: Bukan sekadar chatbot biasa. Macli mengingat state (memory) antar eksekusi dan mengeksekusi multi-step reasoning secara rekursif hingga tugas selesai.
  • 💻 Built-in OS Tools (Native): Agen memiliki akses built-in ke terminal (bash_executor), membaca file (file_reader), dan memanipulasi kode sumber (file_writer). Ia bisa langsung coding dan mengeksekusi script di mesin Anda!
  • 🔌 Claude MCP Integration: Secara otomatis mendeteksi dan memuat konfigurasi Claude Desktop (claude_desktop_config.json), memungkinkan Gemini menggunakan tools ekosistem Claude (seperti SQLite, GitHub, AWS, dll).
  • 🛠️ Antigravity Skills: Kembangkan keahlian agen Anda tanpa batas dengan meletakkan instruksi di dalam file SKILL.md. AI akan secara otomatis membedah niat (intent) dan parameter (schema) secara cerdas berkat implementasi DynamicStructuredTool.
  • 🎩 Setup Wizard Interaktif: Inisialisasi mudah hanya dengan satu perintah.

📦 Instalasi

Anda bisa menginstal macli secara global melalui Git:

git clone https://github.com/roedyrustam/macli.git
cd macli
npm install
npm link

(Catatan: folder node_modules telah dibersihkan dari repositori ini agar instalasi berjalan mulus).


⚙️ Inisialisasi (Wajib!)

Sebelum menggunakan agen, jalankan konfigurasi otomatis:

macli init

Sistem akan meminta Google Gemini API Key Anda dengan aman dan menyimpan konfigurasinya ke dalam file .env.


🎯 Cara Penggunaan

Gunakan perintah run dan berikan tugas (prompt) apa pun kepada Swarm Anda:

macli run "Cari tahu masalah di file index.ts, lalu perbaiki bug-nya!"

Atau berikan agen kemampuan kustom dari direktori lain:

macli run "Deploy aplikasi ini ke Vercel" --dir ./my-custom-skills

Opsi CLI Lengkap

  • -d, --dir <path>: Tentukan folder tempat SKILL.md (Antigravity Skills) disimpan.
  • -c, --claude-config <path>: Jika file claude_desktop_config.json Anda berada di tempat yang tidak standar, definisikan di sini.

🏗️ Arsitektur Inti

Dibuat untuk stabilitas tingkat enterprise:

  • Node.js & TypeScript (Strict Mode)
  • @langchain/langgraph (State Graph Orchestration)
  • @langchain/google-genai (LLM Engine)
  • @modelcontextprotocol/sdk (Claude MCP Standard Transport)
  • Zod (Strict Parameter Extraction)

Penjelasan teknis mendalam dapat dibaca di BLUEPRINT.md.


⚠️ Peringatan Keamanan

Karena macli dilengkapi dengan bash_executor dan file_writer native, agen bisa mengubah atau menghapus file sistem Anda. Harap berhati-hati saat memberikan prompt destruktif (misalnya "hapus semua file").


📄 Lisensi

MIT License - Dikembangkan oleh Roedy Rustam.