Deadskills banner
anandsaini18 anandsaini18

Deadskills

Data community

Description

💀 Find the agent skills you never use. Local-first analytics for Claude Code & Codex skills.

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

![deadskills — Find the agent skills you never use](assets/banner.png)

Every installed skill adds its name and description to every prompt you send. That cost is paid on every message, whether the skill gets used or not. `deadskills` reads your local transcripts and shows which skills earn their seat, and which ones are probably safe to remove.

[![npm version](https://img.shields.io/npm/v/deadskills.svg?style=flat-square)](https://www.npmjs.com/package/deadskills) [![npm downloads](https://img.shields.io/npm/dw/deadskills.svg?style=flat-square)](https://www.npmjs.com/package/deadskills) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square)](LICENSE) [![Node.js >=18](https://img.shields.io/badge/node-%3E%3D18-brightgreen.svg?style=flat-square)](https://nodejs.org)

Quick start

**Requires Node 18+.** Auto detects Claude Code (`~/.claude`) and Codex (`~/.codex`) when those directories exist. No config, no login, no telemetry.

npx deadskills

That is the whole workflow. Everything below is reference.

![Example report from npx deadskills](assets/screenshot.png)

Install

npx deadskills               # one-off run, always latest (recommended)
npm install -g deadskills    # global install: run deadskills anywhere

From source (development):

git clone https://github.com/anandsaini18/deadskills
cd deadskills
make install && make link    # deadskills on PATH from local build

Zero runtime dependencies. The published package is one ~22 KB file you can read in a sitting.

Commands

Command What it does
deadskills Full report for all detected agents
deadskills dead List dead skills only
deadskills doctor Parse health: are your transcripts being read correctly?
deadskills --since 30d Limit analysis to a window (30d, 8w, 6m, or an ISO date)
deadskills --json Machine readable output (schema)