# Skill Launcher

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

- Skill: `gxj1134506645/skill-launcher` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add gxj1134506645/skill-launcher`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gxj1134506645/skill-launcher/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: gxj1134506645 (https://skillmd.com/u/gxj1134506645)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/gxj1134506645/skill-launcher

---


# 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:**

```bash
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

