Skill Launcher

Launch the Skill Launcher GUI to browse skills and copy the skill name to clipboard. Direct execution - no code search needed.

gxj1134506645 Updated

File contents

Skill Launcher for Windows

IMPORTANT - How to Handle This Skill

When user invokes /skill-launcher:

  1. DO NOT search for any code
  2. DO NOT try to "understand" the implementation
  3. DO NOT read any files

JUST execute this command directly:

powershell -NoProfile -Command "Start-Process 'C:\\Program Files\\Skill Launcher\\skill-launcher.exe' -ArgumentList '--project-root', '.'"

That's it. The GUI will open and handle everything else.

What This Does

  • Opens a GUI window showing all available skills
  • User can click any skill name to copy it to clipboard
  • No further action needed from you

gxj1134506645/skillLauncher-windows/tree/main/skills/skill-launcher commit e66a5f4a32

Frequently asked questions

npx skillmds@latest add gxj1134506645/skill-launcher