Claude-skill-registry {{PLUGIN_ID}}-help

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/help-skill" ~/.claude/skills/majiayu000-claude-skill-registry-plugin-id-help && rm -rf "$T"
manifest: skills/data/help-skill/SKILL.md
source content

{{PLUGIN_NAME}} Help

Quick reference for all skills and commands in this plugin.

Overview

{{PLUGIN_DESCRIPTION}}

Skills

{{SKILLS_TABLE}}

Commands

{{COMMANDS_TABLE}}

Quick Start

Find the right skill

"What skill helps with [task]?"
"List all skills for [category]"

Use a skill

"Use the [skill-name] skill"
"Help me with [task that triggers skill]"

Run a command

/{{PLUGIN_PREFIX}}:help          — this help
/{{PLUGIN_PREFIX}}:help:skills   — detailed skill docs
/{{PLUGIN_PREFIX}}:help:search   — find skill by task

Skill Categories

{{SKILL_CATEGORIES}}

Getting Help

  • Specific skill: "Tell me about the [skill-name] skill"
  • Find by task: "What skill helps with [your task]?"
  • All commands: "/help" or ask "what commands are available?"