skills-guide

Recommend relevant CLAUDE skill commands from SKILL.md metadata for user intent.

8|2|Updated May 3, 2026
One-click install
npx skills add https://github.com/ejoongseok/claude-settings --skill skills-guide-ejoongseok
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skills-guide
Source: https://github.com/ejoongseok/claude-settings/tree/main/claude-code/skills/skills-guide
Command: npx skills add https://github.com/ejoongseok/claude-settings --skill skills-guide-ejoongseok

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the discovery problem of knowing which specific command to run next for any given context by mapping user intent to the correct skill(s).

Core Features & Use Cases

  • Discovery Catalog Across Skills: Cross-analyzes the full set of skill metadata (e.g., 38 skills) to recommend the most relevant options.
  • Context-Aware Recommendations: Supports free-text intent to generate top 3–5 recommendations based on signals like conversation keywords, git status, and recent outputs.
  • Scenario and Group Navigation: Enables grouped browsing (e.g., core/diagnosis/write/review/plan/data) and a guided first-time onboarding flow.

Quick Start

Ask for recommended next actions by calling /skills-guide with a sentence describing what you are trying to do right now.

Frequently Asked Questions about skills-guide

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

FAQPage Schema
How do I find the right skill command for my current development context?

To find the right skill command, you can use a discovery catalog that cross-analyzes skill metadata and current signals like git status to recommend the most relevant 3–5 options for your specific context.

What is context-aware skill recommendation and how does it work?

Context-aware skill recommendation maps free-text user intent to actionable commands by extracting signals from conversation keywords, recent outputs, and git status, filtering through metadata to select top matches.

How do I browse available skill groups for specific tasks like diagnosis or code review?

You can browse available skill groups for specific tasks like diagnosis or code review by navigating grouped categories such as core, diagnosis, write, review, plan, and data to find relevant commands.

Does skill discovery require loading metadata from specific files?

Skill discovery does require loading metadata from specific files, reading SKILL.md files within skill directories, and optionally using CONTRACT.md to validate contracts during the onboarding flow.

Can I use keyword search to filter a skill catalog for my current project setup?

You can use keyword search to filter a skill catalog for your current project setup by providing a sentence describing your intent, which triggers tools like Glob and Grep to extract matching signals.

What is the best way to set up and validate skill contracts for a new project?

The best way to set up and validate skill contracts for a new project is using a guided first-time onboarding flow that loads metadata and checks CONTRACT.md files to ensure correct command mapping.