Skip to content

Commit 6a64689

Browse files
committed
docs(build-with-agents): tighten install-step wording
Drop the 'same terminal you'd use for git or npm' aside and replace the em-dash parenthetical listing the agents with plain parentheses.
1 parent 78da034 commit 6a64689

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

showcase/shell-docs/src/content/snippets/shared/guides/build-with-agents.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ The full [skills directory](https://github.com/CopilotKit/CopilotKit/tree/main/s
2222
<Step>
2323
### Install the skills
2424

25-
Run this from the root of the project you're building in — the same terminal you'd use for `git` or `npm`:
25+
Run this from the root of the project you're building in:
2626

2727
```bash
2828
npx skills add CopilotKit/CopilotKit/skills -y
2929
```
3030

31-
This installs the skills into your project, where any coding agent working there Claude Code, Codex, Cursor, or Gemini CLI discovers them automatically. There's no per-agent configuration to do.
31+
This installs the skills into your project, where any coding agent working there (Claude Code, Codex, Cursor, or Gemini CLI) discovers them automatically. There's no per-agent configuration to do.
3232

3333
<Callout type="info">
3434
Want to choose what gets installed? Run `npx skills add CopilotKit/CopilotKit/skills` without `-y` to pick specific skills, target agents, and scope interactively — or add `-g` to install globally for every project.

0 commit comments

Comments
 (0)