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

agntless

v0.1.0

Published

Auto-discovery plugin for Claude Code — automatically recommends and installs AI specialist modes based on your project's needs

Readme

You don't need to know what agents are.

A Claude Code plugin that automatically discovers and recommends specialist modes — AI expert personas tailored to your project.

한국어 · Getting Started · How It Works


The Problem

There are 60+ AI agent personas available in agency-agents — covering frontend, backend, DevOps, testing, design, marketing, and more. But there's a catch: you have to know they exist to use them.

Most users never find the right persona because nobody told them it was there.

The Solution

agentless removes the knowledge barrier entirely.

  • Project scanning/agents analyzes your tech stack and recommends the right specialist modes automatically.
  • Keyword search/agents react or /agents marketing searches across all 60+ modes.
  • Automatic recommendations — Working with Docker? A DevOps specialist mode gets suggested. No commands needed.
  • Zero jargon — The plugin never says "agent" or "persona" to users. It talks about "specialist modes" and "expert support" instead.

Getting Started

Installation

One command:

npx agntless

That's it. The plugin is installed to ~/.claude/plugins/agentless.

git clone https://github.com/0oooooooo0/agentless.git
cd agentless && node bin/cli.mjs

Usage

/agents — Scan and recommend

The main command. Without arguments, it scans your project and recommends specialist modes:

/agents

What happens:

  1. Scans package.json, go.mod, pyproject.toml, and other project files
  2. Detects your tech stack (React, TypeScript, Docker, etc.)
  3. Fetches the latest agents from GitHub
  4. Scores and ranks the best matches
  5. Shows recommendations and lets you pick what to install
Detected: React 19, Next.js, Tailwind CSS, Jest

Recommended:
| # | Name                | Division    | Score | Description                    |
|---|---------------------|-------------|-------|--------------------------------|
| 1 | Frontend Developer  | engineering | 9     | React, Vue, Angular specialist |
| 2 | Evidence Collector  | testing     | 4     | Screenshot-based QA testing    |
| 3 | UI Designer         | design      | 3     | Design systems & components    |

Select to install (1,2,3 / skip):

/agents <keyword> — Search by role or technology

/agents react
/agents marketing
/agents devops
/agents ux

This searches the agency-agents repository in real-time and shows matching results.

Just work normally

You don't have to do anything special. When you're working with a specific framework or tool, agentless will suggest relevant specialist modes naturally:

By the way, I found a Frontend specialist mode that can help with React component architecture, performance optimization, and accessibility. Would you like me to set it up?

How It Works

agentless fetches agents from GitHub in real-time — no local catalog, always up to date:

┌───────────────────────────────────────────┐
│             /agents [query]               │
│           or auto-discovery               │
└───────────────────┬───────────────────────┘
                    │
       ┌────────────┼────────────┐
       ▼            ▼            ▼
  ┌─────────┐ ┌──────────┐ ┌────────┐
  │  Local   │ │  agency  │ │ GitHub │
  │ .claude/ │ │ -agents  │ │ Search │
  │ agents/  │ │  (Live)  │ │(fallback)│
  └─────────┘ └──────────┘ └────────┘
       │            │            │
       └────────────┴────────────┘
                    │
                    ▼
             Unified Results
                    │
                    ▼
             agent-installer
        (confirm → install → verify)
  1. Local — Checks .claude/agents/*.md and ~/.claude/agents/*.md for already-installed modes
  2. agency-agents — Fetches the latest agent roster from GitHub (60+ agents, 9 divisions)
  3. GitHub search — Falls back to web search when other sources return few results

Installation flow

| Source | How it installs | |--------|----------------| | Already installed | Tells you it's ready to use | | agency-agents | Downloads .md from GitHub raw URL | | Other GitHub | Downloads the raw file directly |

Every installation requires explicit user confirmation. Nothing gets installed silently.

Installed agents are saved to .claude/agents/ and included in CLAUDE.md via @agents/<name>.md.

What can you find?

Auto-detected (by project scan)

| Your project has... | Recommended mode | |---|---| | React, Vue, Angular, Svelte, Next.js | Frontend Developer | | Express, Django, FastAPI, Go, Node.js | Backend Architect | | React Native, Flutter, Swift, Kotlin | Mobile App Builder | | TensorFlow, PyTorch, LangChain | AI Engineer | | Docker, Kubernetes, Terraform | DevOps Automator | | Jest, Pytest, Playwright | Evidence Collector | | OWASP, OAuth, auth libraries | Security Engineer | | Small/new project, few files | Rapid Prototyper | | CSS frameworks, design tokens | UI Designer |

Searchable by keyword

/agents marketing    → Content Creator, Growth Hacker, Social Media Strategist, ...
/agents product      → Sprint Prioritizer, Trend Researcher, Feedback Synthesizer
/agents project      → Senior PM, Studio Producer, Project Shepherd, ...
/agents data         → Data Analytics Reporter, Data Consolidation Agent
/agents legal        → Legal Compliance Checker
/agents finance      → Finance Tracker
/agents support      → Support Responder, Executive Summary Generator
/agents vr           → XR Immersive Developer, visionOS Spatial Engineer, ...
/agents brand        → Brand Guardian, Visual Storyteller
/agents ux           → UX Architect, UX Researcher

All 9 divisions

| Division | Count | Focus | |----------|-------|-------| | Engineering | 8 | Frontend, Backend, Mobile, AI/ML, DevOps, Security | | Design | 7 | UI, UX, Brand, Visual, Animations | | Marketing | 11 | Social media, Content, Growth, ASO | | Product | 3 | Sprint planning, Trends, Feedback | | Project Management | 5 | Production, Operations, Experiments | | Testing | 8 | QA, API, Performance, Accessibility | | Support | 6 | Customer support, Analytics, Finance, Legal | | Spatial Computing | 6 | XR, visionOS, Metal, WebXR | | Specialized | 7 | Orchestration, Data, LSP, Reports |

Project Structure

agentless/
├── .claude-plugin/
│   └── plugin.json              # Plugin manifest
├── bin/
│   └── cli.mjs                  # npx agntless CLI
├── skills/
│   ├── auto-agent-discovery/
│   │   └── SKILL.md             # Background auto-recommendation
│   └── agent-installer/
│       └── SKILL.md             # Installation handler
└── commands/
    └── agents.md                # /agents — scan + search + install

Contributing

Issues and PRs welcome at github.com/0oooooooo0/agentless.

License

MIT


Built by @0oooooooo0

The best expert is the one you don't have to look for.