Claude-skill-registry 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" ~/.claude/skills/majiayu000-claude-skill-registry-help-314db4 && rm -rf "$T"
manifest: skills/data/help/SKILL.md
source content

Help

Status: Stub - Not Implemented Domain: Frontend

Overview

This is a placeholder skill for frontend repositories. It will guide troubleshooting common frontend issues including build errors, runtime issues, browser compatibility, and performance problems.

TODO

  • Define diagnostic workflow
  • Add common build issues and solutions
  • Add common runtime issues and solutions
  • Add browser compatibility troubleshooting
  • Add performance debugging guides

End of Skill