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

agent-tree

v0.2.25

Published

The shadcn/ui for AI agents - copy-paste AI agents for Claude Code

Downloads

18

Readme

Agent Tree 🌲

The shadcn/ui for AI agents - copy-paste AI agents for Claude Code

Agent Tree is a distribution system for specialized AI agent configurations designed to work seamlessly with Claude Code. Just like shadcn/ui provides reusable UI components, Agent Tree provides reusable AI agent components that can be installed with a single command.

Each agent automatically installs its required tasks and workflows to shared directories, ensuring all dependencies are available immediately.

npm version License: MIT

Quick Start

Install any agent with a single command:

npx agent-tree <agent-name>

This automatically installs:

  • The agent configuration to .claude/commands/
  • Required tasks to agent-tree/tasks/
  • Required workflows to agent-tree/workflows/

Then activate the agent in Claude Code:

/{agent-name}

Available Agents

| Agent | Purpose | Key Commands | |-------|---------|-------------| | Servitor | Project coordination & git management | *swarm, *scan, *activate-worktree | | Convex-Bot | Convex database specialist | *convex-scan, *test-driven, *testing-mode | | Lil-Fixit | Quick fixes & maintenance | *grab-ticket, *get-busy, *scan | | PM | Project management & planning | *create-prd, *qa-list, *status | | Prospector | Business intelligence & leads | *go-prospectin, *find-leads, *extract-contact |

Workflows

  1. *scan - Multi-perspective codebase analysis (3-10 named scientist agents)
  2. *swarm - General parallel processing (configurable swarm sizes)
  3. *test-driven - TDD enforcement with coverage (single focused agent)
  4. *grab-ticket - QA ticket management (individual ticket claiming)
  5. *go-prospectin - Comprehensive lead generation (multi-stage prospect research)
  6. *get-busy - Codebase maintenance (parallel maintenance agents)
  7. *activate-worktree - Create isolated git worktrees (single agent with unique branch)

Tasks

  1. *status - ASCII dashboard showing git status, active agents, system health
  2. *list-work - Work overview with epic progress and blockers
  3. *create-prd - Convert user requests into Product Requirements Documents
  4. *qa-list - Create numbered QA documentation with structured entries
  5. *hunter-gather - Deploy Hunter (bug tracking) and Gatherer (feature mapping) agents
  6. *find-leads - Web search-based lead generation with company analysis
  7. *extract-contact - Extract contact and business information from websites
  8. *qualify-lead - Lead qualification and SWOT analysis
  9. *linkedin-company - LinkedIn company profile enrichment
  10. *linkedin-profile - Individual LinkedIn profile data extraction
  11. *linkedin-job-search - LinkedIn job search with filters and analysis

Usage Examples

Development Workflow

# Handle maintenance
npx agent-tree lil-fixit
**In Claude:**
/lil-fixit 

*grab-ticket        # Claim and fix QA tickets

Business Intelligence Workflow

# Install and research leads
npx agent-tree prospector
**In Claude:**
/prospector 

*go-prospectin      # Comprehensive lead generation
*extract-contact https://company.com

Project Management Workflow

# Install and organize project
npx agent-tree pm
**In Claude:**
/pm 

*create-prd                 # Create requirements document
*qa-list                    # Generate QA checklist
*status                     # Monitor project health

Installation & Setup

Prerequisites: Node.js ≥18.0.0, Claude Code, Git

What gets installed:

.claude/commands/{agent}.md     # Agent command definition
agent-tree/                     # Complete agent ecosystem
├── workflows/                  # Multi-agent workflows  
├── tasks/                      # Individual task definitions
├── scripts/                    # Utility scripts
└── manuals/                    # Documentation & MCP guides

Agent Coordination: Agents use shared files (ACTIVE_CONTEXT, WORK_LOAD) to coordinate and prevent work overlap.

License

MIT License - see LICENSE file for details.

Version

Current version: 0.2.17


Agent Tree: Bringing the component library model to AI agent development. Install, activate, and coordinate specialized AI agents for your development workflow.