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

@swarmify/agents-cli

v1.6.9

Published

Your multi-Agent manager - Agent CLIs, Agent Skills, MCP Servers, Hooks and settings

Readme

agents

One CLI for all your AI coding agents.

npm install -g @swarmify/agents-cli

The Problem

You use Claude, Codex, Gemini, Cursor. Each has its own:

  • Config location (~/.claude/, ~/.codex/, ~/.gemini/...)
  • MCP registration (claude mcp add vs codex mcp add vs config file edits)
  • Command format (markdown vs TOML)
  • Version management (none)

New machine? Redo everything. Teammate wants your setup? Good luck.

The Solution

agents pull gh:yourname/.agents    # One command. Every agent configured.

That's it. Your MCP servers, commands, skills, memory files, and permissions - synced to Claude, Codex, Gemini, Cursor, and OpenCode in one step.


What You Can Do

Install MCP servers everywhere at once

agents search notion                    # Find MCP servers
agents install mcp:com.notion/mcp       # Install + register with ALL agents

No more running claude mcp add, then codex mcp add, then editing Gemini's config file.

Version-lock agents per project

agents add [email protected]           # Install specific version
agents use [email protected] -p        # Pin to this project

Like nvm for Node - different projects can use different agent versions.

Sync your entire setup

agents push                       # Export your config to git
agents pull                       # Restore on any machine

Your ~/.agents/ repo holds commands, skills, MCPs, memory files, hooks, and permissions. One pull configures everything.

Schedule agents on cron

agents cron add daily-digest -s "0 9 * * *" -a claude -p "Review yesterday's PRs..."
agents daemon start

Agents run sandboxed - they only see directories and tools you explicitly allow.


Quick Reference

# Versions
agents add claude@latest          # Install
agents use [email protected]           # Set default
agents list                       # Show installed

# Packages
agents search <query>             # Find MCP servers/skills
agents install mcp:<name>         # Install MCP server
agents install skill:<name>       # Install skill

# Sync
agents pull                       # Sync from your repo
agents push                       # Push changes back

# Resources
agents mcp list                   # Show MCP servers
agents commands list              # Show slash commands
agents skills list                # Show skills

# Automation
agents exec claude "prompt"       # Run agent
agents cron add job.yaml          # Schedule job
agents daemon start               # Start scheduler

Also available as ag - all commands work with ag pull, ag list, etc.


Compatibility

| Agent | MCP | Commands | Skills | Memory | Permissions | Jobs | |-------|-----|----------|--------|--------|-------------|------| | Claude | yes | yes | yes | yes | yes | yes | | Codex | yes | yes | yes | yes | yes | yes | | Gemini | yes | yes | yes | yes | -- | yes | | Cursor | yes | yes | yes | yes | -- | -- | | OpenCode | yes | yes | yes | yes | yes | -- |

License

MIT