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

claude-directory-tree

v0.1.4

Published

Visual file-explorer for all your Claude Code artifacts across projects and scopes

Readme

Claude Directory Tree

Visual explorer for all your Claude Code artifacts across projects and scopes.

Claude Directory Tree

What it does

  • See all Claude artifacts (skills, agents, commands, plugins, hooks, CLAUDE.md, MCP servers, memory) in one tree view
  • Organize by scope (flat) or filesystem hierarchy (directory view)
  • Copy, move, promote (project to global), and demote (global to project) artifacts
  • Search and filter by name or type
  • Toggle plugins on/off directly from the UI

All projects you've used with Claude Code are auto-discovered. No manual setup needed.

Works on macOS, Linux, and Windows.

Install

As a Claude Code Plugin

# Add the marketplace
/plugin marketplace add 4qan/claude-directory-tree

# Install the plugin
/plugin install claude-tree@claude-directory-tree

Then use /claude-tree:launch to open the UI.

As a Standalone CLI

npx claude-directory-tree

Or install globally:

npm install -g claude-directory-tree
claude-directory-tree

Usage

# Launch from current directory
npx claude-directory-tree

# Launch from a specific directory (macOS/Linux)
npx claude-directory-tree /path/to/projects

# Launch from a specific directory (Windows)
npx claude-directory-tree C:\Users\you\projects

Features

Search and detail panel

Find artifacts across all projects. Click any artifact to see its description and available actions.

Search and Detail Panel

Artifact operations

Right-click any artifact to manage it across scopes.

Context Menu

  • Copy to - duplicate an artifact to another project's .claude/ directory
  • Move to - move an artifact to another project (removes from source)
  • Promote to Global - copy a project-level artifact to ~/.claude/ so it's available everywhere
  • Demote to Project - copy a global artifact into a specific project's scope

All operations detect conflicts. If the target already has a file with the same name, you'll be prompted to overwrite or cancel.

Directory view

Switch between flat scope view and filesystem hierarchy to see where artifacts live on disk.

Directory View

Type filtering

Filter by artifact type (agents, commands, plugins, skills, hooks, MCP servers, etc.).

Type Filter

Plugin management

Enable or disable plugins directly from the context menu or detail panel.

Plugin Toggle

Light and dark mode

Light Mode

Requirements

  • Node.js >= 20.17.0
  • Claude Code >= 1.0.33 (for plugin install)
  • macOS, Linux, or Windows

Development

git clone https://github.com/4qan/claude-directory-tree.git
cd claude-directory-tree
npm install
npm run build
npm test

License

MIT