claudeers.
// Developer Tools

skill-view

Local-only web GUI for inspecting Claude Code skills across user, project, plugin, cache, and marketplace sources

// Developer Tools[ cli ][ api ][ web ][ claude ]#claude#claude-code#cli#developer-tools#gui#local-first#skills#devtoolsMIT$open-sourceupdated about 1 month ago
Actively maintained
100/100
last commit 7 days ago
last release none
releases 0
open issues 0
// star history+2 this week (+3.2%)

Install with your AI

Paste into Claude Code, Cursor, or any agent — it reads the repo and wires the tool into your project.

Install and set up skill-view (npm project) into my current project.
Found on https://claudeers.com/skill-view
Repo: https://github.com/pc-style/skill-view
Homepage/docs: https://www.npmjs.com/package/@pc_style/skillview
Detected install method: npm → npm install @pc_style/skillview
Category: devtools. Platforms: cli, api, web.
Read the repo's README for exact setup and env vars, then install it and wire it into my project.

Claudeers Health Verdict:
active; community-verified: false. Confirm the source before running anything.
// or install directly (npm)
npm install @pc_style/skillview
// or clone
git clone https://github.com/pc-style/skill-view

// compatibility

Platformscli, api, web
Operating systems
AI compatibilityclaude
LicenseMIT
Pricingopen-source
LanguageTypeScript

skillview

A local-only web GUI for inspecting Claude Code skills across personal, project, plugin, cache, and marketplace sources.

npx @pc_style/skillview
skillview main interface — skill list with detail preview

Run it from the workspace you want to inspect. Skillview opens a browser and builds a provenance-aware inventory from your local Claude configuration.

highlights

  • provenance-aware — the same skill can appear as an installed plugin copy, a cached version, and a marketplace source; each record keeps its source, plugin, marketplace, and version context
  • fast filtering — search by name, description, or path; filter by source and lifecycle
  • deep inspection — rendered Markdown, raw SKILL.md, file trees, and metadata for every skill
  • safe by design — read-mostly, localhost-only, no cloud sync
Instant search filtering skills by keywordMetadata tab showing plugin, marketplace, and version provenance
instant search across 100+ skillsfull provenance: plugin, marketplace, version

sources

Skillview discovers:

sourcewhere
userdirect skills in ~/.claude/skills/<name>/SKILL.md
linkedvalid symlinks explicitly exposed inside ~/.claude/skills
project.claude/skills directories beneath the selected workspace
installed pluginactive installations recorded in ~/.claude/plugins/installed_plugins.json
plugin cachecurrent, historical, and orphaned skill copies under ~/.claude/plugins/cache
marketplaceavailable plugin skills under registered local marketplace checkouts

Skillview deliberately does not scan ~/.agents/skills wholesale. A shared skill appears only when it is explicitly linked into ~/.claude/skills. Ephemeral runtime bundles under /private/tmp are also excluded from the standalone package.

options

--workspace <path>  workspace to scan instead of the current directory
--port <number>     localhost port, or 0 for an available port (default: 4173)
--no-open           start the server without opening a browser
-h, --help          show help

Examples:

npx @pc_style/skillview --workspace ~/projects/my-app
npx @pc_style/skillview --port 4317 --no-open

SKILL_VIEW_WORKSPACE_ROOT remains available as an environment override.

lifecycle labels

labelmeaning
enabled / disableddirect user/project skill state, or installed plugin state from Claude settings
installedplugin is registered but has no explicit enabled boolean
cachedmanaged plugin cache artifact
availablemarketplace source that may not be installed

what it does

  • previews skill descriptions, rendered Markdown, raw SKILL.md, metadata, and file trees
  • searches and filters by source and lifecycle
  • shows plugin, marketplace, version, linked-target, and canonical-path provenance
  • copies paths and skill content
  • reveals freshly validated skill folders in Finder on macOS
  • enables or disables direct user/project skills by renaming SKILL.md to SKILL.md.disabled and back, after confirmation
Files tab showing the skill's file tree
every skill's file tree, one click away

safety

Skillview binds only to 127.0.0.1. Skill content stays on your machine and is never sent to a cloud service.

All actions use server-issued skill IDs. Before reveal or toggle, the server freshly rediscovers the record, validates its source and canonical path, and checks its capabilities. Raw client-provided filesystem paths are not accepted.

Plugin cache, marketplace, installed-plugin, and linked records are inspection-only. Their files are managed by Claude/plugin tooling and are never renamed by Skillview. Project and marketplace traversal is bounded and does not follow symlinks.

Deletion and arbitrary file editing are deliberately unavailable.

local development

Requires Node.js 20 or newer.

npm install
npm run dev

Build and run the same standalone server shipped in the package:

npm run build
npm start -- --no-open

checks

npm test
npm run build
npm pack --dry-run

The suite covers frontmatter parsing, all six source kinds, linked-skill handling, plugin registry validation, provenance-preserving IDs, action authorization, static asset isolation, and the production HTTP boundary.

publishing

Publishing is intentionally manual:

npm pack --dry-run
npm publish --dry-run
npm publish

license

MIT

// faq

What is skill-view?

Local-only web GUI for inspecting Claude Code skills across user, project, plugin, cache, and marketplace sources. It is open-source on GitHub.

Is skill-view free to use?

skill-view is open-source under the MIT license, so it is free to use.

What category does skill-view belong to?

skill-view is listed under devtools in the Claudeers registry of Claude-compatible tools.

2 views
65 stars
unclaimed
updated about 1 month ago

// embed badge

skill-view on Claudeers
[![Claudeers](https://claudeers.com/api/badge/skill-view.svg)](https://claudeers.com/skill-view)

// retro hit counter

skill-view hit counter
[![Hits](https://claudeers.com/api/counter/skill-view.svg)](https://claudeers.com/skill-view)

// reviews

// guestbook

0/500

// related in Developer Tools

🔓

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Curs…

// devtoolsaffaan-m/JavaScript240,305MIT[ claude ]
🔓

Use Garry Tan's exact Claude Code setup: 23 opinionated tools that serve as CEO, Designer, Eng Manager, Release Manager, Doc Engineer, and QA

// devtoolsgarrytan/TypeScript128,278MIT[ claude ]
🔓

AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs,…

// devtoolssafishamsi/Python109,277MIT[ claude ]
🔓

Makes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.

// devtoolsDietrichGebert/JavaScript104,762MIT[ claude ]
→ see how skill-view connects across the ecosystem