skill-guide

Organize and explain installed Claude Code skills and slash commands.

5|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/VV1NN/skill-guide --skill skill-guide-vv1nn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-guide
Source: https://github.com/VV1NN/skill-guide/tree/main
Command: npx skills add https://github.com/VV1NN/skill-guide --skill skill-guide-vv1nn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users understand and navigate their installed Claude Code skills and slash commands, reducing confusion and learning time.

Core Features & Use Cases

  • Provide an overview of all installed skills and commands.
  • Offer deep dives into individual skills with examples.
  • Generate step-by-step recommendations based on user goals.
  • Check dependencies and potential compatibility issues.
  • Multilingual responses aligned to the user's language.

Quick Start

Type /guide to get an overview of all installed skills and commands.

Frequently Asked Questions about skill-guide

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get an overview of all installed Claude Code skills and slash commands?

To get an overview of installed Claude Code skills and slash commands, type /guide. This scans ~/.claude/skills and .claude/skills directories to map all user-level and project-level installations, returning a structured summary of available skills and their descriptions.

Can I check dependencies and compatibility issues for my Claude Code skills?

Yes, you can check Claude Code skill dependencies and compatibility issues by running /guide --check. This mode reads SKILL.md frontmatter across your installed skills to identify required dependencies and potential compatibility conflicts within your environment.

How do I view a deep dive into a specific Claude Code skill?

To view a deep dive into a specific Claude Code skill, type /guide <skill-name>. This provides detailed explanations and examples for the targeted skill by reading its SKILL.md frontmatter and associated command definitions.

How do I compare differences between installed Claude Code skills?

To compare differences between installed Claude Code skills, use the /guide --diff command. This evaluates multiple skills to highlight functional overlaps, configuration differences, and distinct features across your user-level and project-level installations.

Does the Claude Code skill navigator support multilingual responses?

Yes, the Claude Code skill navigator supports multilingual responses. It automatically aligns its guidance, overviews, and deep dives to the language used by the user, providing language-appropriate documentation without requiring manual configuration.

What is the best way to organize and understand newly installed Claude Code skills?

The best way to organize and understand newly installed Claude Code skills is using a skill navigator. It reads SKILL.md frontmatter to explain functionality, maps slash commands across project directories, and provides step-by-step recommendations based on your specific goals.