My Harness Library banner
Epaminondaslage Epaminondaslage

My Harness Library

Documentation community

Description

Self-hosted, searchable inventory of every Claude Code skill, agent, command, plugin and MCP server — with an in-browser Markdown editor for the ones you own.

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

My Harness Library

**A self-hosted, searchable inventory of everything your Claude Code installation can actually do — with an in-browser Markdown editor for the resources you own.**

Claude Code accumulates capability fast. You install a plugin and get thirty skills you never see listed. You write a skill for one project and forget it exists. `~/.claude` becomes a place you *have*, not a place you *know*.

My Harness Library scans that tree — plus every installed plugin and every project-local `.claude/` — and publishes a single static page: every skill, agent, command, plugin and MCP server, each classified by purpose, each linked to the GitHub repository it came from, all searchable in one box.

On a typical installation the difference is stark: the Claude Code plugin list shows **58 plugins**; My Harness Library shows the **248 individual resources** inside them — and tells you which **52** are actually installed and loadable, versus the **183** that merely sit in a marketplace catalogue waiting to be installed.


Table of contents


What it does

Discovers everything, not just the top level

Five sources are scanned:

Source What is found
~/.claude/skills, /agents, /commands the resources you wrote yourself
~/.claude/plugins/** every skill, agent and command inside each plugin
~/.claude.json MCP servers, global and per-proje