Skip to content

Commit 9c9c66b

Browse files
committed
docs(readme): reword skills usage
1 parent 9a3f093 commit 9c9c66b

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,7 @@ This repository ships with **LLM Agent Skills** — structured knowledge files t
2626
| **[customize-theme](skills/igniteui-react-customize-theme/SKILL.md)** | Customize styling using CSS custom properties, Sass, and the theming system in React |
2727
| **[optimize-bundle-size](skills/igniteui-react-optimize-bundle-size/SKILL.md)** | Reduce bundle size with granular imports, tree-shaking, and lazy loading |
2828

29-
### How It Works
30-
31-
- **GitHub Copilot** — Skills should be discovered automatically when you add the `igniteui-react` package to your project. No extra setup typically needed.
32-
- **Cursor / Windsurf** — Skills should be auto-discovered from your `node_modules/igniteui-react/skills/` directory.
33-
- **Other AI assistants** — You can reference the skills manually by attaching the `SKILL.md` files from `node_modules/igniteui-react/skills/` to your AI chat context, or by copying their contents into your IDE's AI configuration.
34-
35-
For detailed setup instructions and usage examples, see the **[skills/README.md](skills/README.md)** file.
29+
These skills are automatically discovered when placed in the agent's skills path ( e.g. `.agents/skills` or `.claude/skills`). For detailed setup instructions and usage examples, see the **[skills/README.md](skills/README.md#editor--agent-setup)** file.
3630

3731
### Theming MCP Server
3832

0 commit comments

Comments
 (0)