Skip to content

Commit 36d6865

Browse files
CopilotDUBSOpenHub
andcommitted
Update README to clarify /skills add is a CLI prompt command
- Add numbered steps for adding the skill - Emphasize that command must be typed at the > prompt - Warn users not to paste it as a conversation message - Add note explaining /skills add is a built-in CLI command Fixes confusion between CLI prompt commands and chat messages Co-authored-by: DUBSOpenHub <158339470+DUBSOpenHub@users.noreply.github.com>
1 parent 543d92e commit 36d6865

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,15 @@ Designed for **absolute beginners**. Even if you've never touched a terminal, we
3232

3333
### Add the Skill
3434

35-
Inside a Copilot CLI session, run:
35+
1. Open a Copilot CLI session (run `copilot` in your terminal)
36+
2. At the `>` prompt, **type** the following slash command (do not paste it into a conversation):
3637

3738
```
3839
/skills add DUBSOpenHub/copilot-cli-quickstart
3940
```
4041

42+
> **Note:** `/skills add` is a built-in CLI command — it must be entered directly at the prompt, not sent as a chat message.
43+
4144
That's it! One command. You're ready. 🎉
4245

4346
---

0 commit comments

Comments
 (0)