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

agentscamp

v0.7.1

Published

Install AgentsCamp agents, skills, and slash commands into Claude Code from your terminal.

Readme

agentscamp

198 ready-to-use Claude Code agents, skills, and slash commands — installable in one command.

AgentsCamp is a curated, format-validated directory of AI coding artifacts. This CLI bundles the full catalog and installs items straight into your .claude/ directory.

Quick start

Run it with no arguments and pick what to install:

npx agentscamp
What do you want to install?
❯ Everything            198 items
  Agents only          58
  Skills only          90
  Commands only        50
  Pick individual items…
  Cancel

Or skip the menu and install the whole catalog in one shot:

npx agentscamp --all
Installing 198 items into ~/.claude …
✓ 58 agents, 90 skills, 50 commands installed
198 installed · ~/.claude

Commands

| Command | What it does | | -------------------------------- | ------------------------------------------------------------------------------------------ | | npx agentscamp | Interactive picker — install everything, a whole type, or hand-pick items | | npx agentscamp --all | Install the entire catalog, no prompts | | npx agentscamp install [type...] | Install whole types (agents | skills | commands), --all, or pick interactively | | npx agentscamp add <id...> | Install specific items (agents/x, skills/x, commands/x, or a bare slug if unique) | | npx agentscamp list [type] | List the whole catalog, or one type | | npx agentscamp search <query> | Search by name, title, topic, or description | | npx agentscamp info <id> | Show details and install paths for an item |

| Flag | Effect | | -------------- | ----------------------------------------------------------------------- | | -a, --all | Install the whole catalog (with install or no command) | | -g, --global | Install to ~/.claude/, available in every project | | --project | Install to ./.claude/ in the current project | | -f, --force | Overwrite existing files (re-running without it is a safe no-op) |

Where files go

Bulk installs (install / --all / the picker) default to ~/.claude/ so the items are available in every project. Targeted add defaults to ./.claude/ in the current project. Pass -g or --project anywhere to override.

| Type | Global (install default) | Project (add default, --project) | | -------- | ---------------------------------- | ------------------------------------ | | Agents | ~/.claude/agents/<name>.md | ./.claude/agents/<name>.md | | Skills | ~/.claude/skills/<name>/SKILL.md | ./.claude/skills/<name>/SKILL.md | | Commands | ~/.claude/commands/<name>.md | ./.claude/commands/<name>.md |

These are Claude Code's standard locations — agents get delegated to automatically based on their description, skills load on demand, and commands run as /<name>.

What's inside

  • 58 agents — specialized subagents for development, data/AI, infra, security, and more → browse agents
  • 90 skills — on-demand capabilities for testing, databases, refactoring, releases → browse skills
  • 50 commands — reusable slash commands for planning, review, git, scaffolding → browse commands

Every item has a full page with docs, examples, and related picks at agentscamp.com.

How it works

The catalog is bundled into this package at publish time from the same validated source that powers agentscamp.com — what you install is byte-identical to the site's Copy/Download output. No network calls at runtime; add, list, and search all work offline.

Requirements

Links

agentscamp.com · GitHub · @agentscamp

MIT © Imtiaz Rayhan