generic-help

List all Claude Code plugin skills by scanning `.claude/skills/` and parsing `SKILL.md` frontmatter.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/Puzzle9900/puzzle9900-claude-plugin --skill generic-help
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generic-help
Source: https://github.com/Puzzle9900/puzzle9900-claude-plugin/tree/main/skills/generic-help
Command: npx skills add https://github.com/Puzzle9900/puzzle9900-claude-plugin --skill generic-help

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users quickly understand and find the capabilities available within the Claude Code plugin, eliminating the need to manually browse through all skill files.

Core Features & Use Cases

  • Skill Discovery: Provides a centralized, dynamically generated list of all skills.
  • Organized Information: Categorizes skills by domain (type) and platform for easy navigation.
  • Use Case: A new user wants to know if there's a skill to help with code formatting. They invoke generic-help and see a list of skills, quickly identifying the relevant one.

Quick Start

Ask generic help to list all available skills.

Frequently Asked Questions about generic-help

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

FAQPage Schema
How do I discover available skills in the Claude Code plugin?

You can discover available Claude Code skills by invoking the generic-help command, which recursively scans the `.claude/skills/` directory and parses `SKILL.md` frontmatter to generate a dynamically organized list.

How are plugin skills organized for easier navigation?

Plugin skills are organized by domain and platform. The discovery tool parses skill metadata to categorize capabilities, allowing users to easily navigate and find relevant functions without manual browsing.

Do I need to manually browse skill files to find specific capabilities?

No, you do not need to manually browse skill files. Invoking the skill discovery command provides a centralized list of all available capabilities, eliminating the need to open and read individual documentation files.

What is the best way to list all Claude Code skills at once?

The best way to list all Claude Code skills at once is to ask the generic-help command to list them. It dynamically extracts and aggregates skill metadata for immediate review.

Can I find a specific skill for code formatting without checking every file?

Yes, you can find specific skills like code formatting by invoking the help command. It provides a categorized overview of all available plugin capabilities, allowing you to quickly identify the relevant skill.