Skills Viewer banner
SpillwaveSolutions SpillwaveSolutions

Skills Viewer

Development community

Description

Tool to easily look at and debug the Claude Code Skills you are using

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

Skill Debugger

A native desktop application for exploring, analyzing, and debugging Claude Code skills. Built with Tauri, React, and TypeScript.

![Version](https://img.shields.io/badge/version-0.1.0-blue) ![License](https://img.shields.io/badge/license-MIT-green) ![Platform](https://img.shields.io/badge/platform-macOS%20%7C%20Linux%20%7C%20Windows-lightgrey)


🎯 Purpose

Skill Debugger helps developers understand, debug, and optimize their Claude Code skills by providing:

  • Skill Discovery: Automatically scans ~/.claude/skills and ~/.config/opencode/skills
  • Rich Metadata Visualization: Displays skill descriptions, triggers, references, and scripts
  • Trigger Analysis: Shows confidence levels and pattern matching for skill activation
  • Dependency Graphs: Visual Mermaid diagrams of skill architecture
  • Smart Search: Instant filtering across skill names and descriptions

✨ Features

v0.1.0 (Current)

  • ✅ **Skill Discovery** (US1)

    • Scans multiple skill directories
    • Displays skill list with location badges
    • Fast scanning (<500ms for 20 skills)
  • ✅ **Skill Viewing** (US2)

    • YAML frontmatter parsing
    • Markdown rendering with syntax highlighting
    • Tab-based interface (Overview, Content, Triggers, Diagram, References, Scripts)
  • ✅ **Navigation** (US3)

    • Select skills from list
    • Back button to return to list
    • Responsive layout (800px - 1920px)
  • ✅ **Trigger Analysis** (US4)

    • Keyword extraction from descriptions
    • Confidence level indicators
    • Pattern matching insights
  • ✅ **Visualization** (US5)

    • Mermaid diagram generation
    • Shows skill dependencies and references
    • Interactive graph rendering
  • ✅ **Search & Filtering** (US6)

    • Real-time search across skills
    • Filters by name and description
    • Instant results

Upcoming Features

See [specs/BACKLOG.md](specs/BACKLOG.md) for the full roadmap.


⌨️ Keyboard Shortcuts

**Power-user features for keyboard-only navigation** (v