Skip to content

Commit c77624f

Browse files
committed
docs(shell-docs): drop verbose install explanation paragraph
1 parent 2beb091 commit c77624f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ Skills are folders of instructions, references, and scripts that coding agents c
1818
npx skills add CopilotKit/CopilotKit/skills -y
1919
```
2020

21-
The `/skills` path installs CopilotKit's published skills only (not the repository's internal tooling), and `-y` installs **all** of them without prompting you to pick them one by one. This pulls the latest skills directly from the CopilotKit repository into your project's skills directory (e.g. `.claude/skills/` for Claude Code) — installing per-project keeps each project pinned to the skills that match its CopilotKit version. The CopilotKit MCP server is also auto-wired so your agent has live documentation access.
22-
2321
<Callout type="info">
2422
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.
2523
</Callout>

0 commit comments

Comments
 (0)