Claude Tooling Index banner
wolfiesch wolfiesch

Claude Tooling Index

Data community

Description

A shareable tool that catalogs and analyzes your Claude Code setup with usage analytics and an interactive TUI dashboard

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Claude Code Tooling Index

[![CI](https://github.com/wolfiesch/claude-tooling-index/actions/workflows/ci.yml/badge.svg)](https://github.com/wolfiesch/claude-tooling-index/actions/workflows/ci.yml) [![codecov](https://codecov.io/gh/wolfiesch/claude-tooling-index/graph/badge.svg)](https://codecov.io/gh/wolfiesch/claude-tooling-index)

A shareable tool that catalogs and analyzes your Claude Code setup with usage analytics and an interactive TUI dashboard.

Features

  • **Auto-indexes** all 6 component types:

    • Skills (~/.claude/skills/)
    • Plugins (~/.claude/plugins/)
    • Commands (~/.claude/commands/)
    • Hooks (~/.claude/hooks/)
    • MCPs (~/.claude/mcp.json)
    • Binaries (~/.claude/bin/)
  • **Usage Analytics**

    • Invocation counts and frequency
    • Performance metrics (execution time)
    • Installation timeline
    • Most-used components ranking
  • **TUI Dashboard**

    • Terminal UI for exploring your tooling
    • Live search and filtering
    • Type filter buttons
    • Component detail panel
    • Keyboard navigation
  • **Dual-Mode Distribution**

    • Works as Claude Code plugin (slash commands)
    • Works as standalone CLI (pip install)
  • **High-Performance Tracking**

    • C++ hook for <1ms overhead
    • Python fallback for compatibility
    • SQLite with FTS5 full-text search

Installation

Quick Install (Recommended)

git clone https://github.com/wolfiesch/claude-tooling-index
cd claude-tooling-index
./INSTALL.sh

Via Pip

pip install claude-tooling-index

# Run initial scan
tooling-index scan

Via Plugin System

# Register marketplace
claude /marketplace add tooling-index https://github.com/wolfiesch/claude-tooling-index

# Install plugin
claude /plugin install tooling-index@tooling-index

Usage

TUI Dashboard

Launch the interactive terminal dashboard:

tooling-index tui

**Keyboard Shortcuts:**

Key Action
/ Focus search bar
q Quit dashboard
r