You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,13 +26,7 @@ This repository ships with **LLM Agent Skills** — structured knowledge files t
26
26
|**[customize-theme](skills/igniteui-react-customize-theme/SKILL.md)**| Customize styling using CSS custom properties, Sass, and the theming system in React |
27
27
|**[optimize-bundle-size](skills/igniteui-react-optimize-bundle-size/SKILL.md)**| Reduce bundle size with granular imports, tree-shaking, and lazy loading |
28
28
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.
0 commit comments