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: doc/en/components/ai/skills.md
+29-3Lines changed: 29 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -172,7 +172,33 @@ For user-level (global) skills available across all projects, use `~/.agents/ski
172
172
173
173
Use one of the options below to download and place the skill files into the appropriate [skill location](#skill-locations) for your AI assistant.
174
174
175
-
### **Option A - Use the installed npm package**
175
+
### **Option A - Use the Ignite UI CLI**
176
+
177
+
The `ai-config` command copies skill files from your installed {ProductName} package into `.claude/skills/` and writes the Ignite UI MCP server configuration to `.vscode/mcp.json`. If the files already exist and are up-to-date, the command is a no-op.
178
+
179
+
<!-- Angular -->
180
+
181
+
**Using Angular Schematics:**
182
+
183
+
```bash
184
+
ng generate @igniteui/angular-schematics:ai-config
185
+
```
186
+
187
+
This also registers the `@angular/cli` MCP server in `.vscode/mcp.json` alongside the Ignite UI servers.
188
+
189
+
<!-- end: Angular -->
190
+
191
+
**Using the Ignite UI CLI:**
192
+
### **Option A - Use the Ignite UI CLI**
193
+
194
+
The `ai-config` command copies skill files from your installed {ProductName} package into `.claude/skills/` and writes the Ignite UI MCP server configuration to `.vscode/mcp.json`. If the files already exist and are up-to-date, the command is a no-op.
195
+
196
+
<!-- Angular -->
197
+
198
+
**Using Angular Schematics:**
199
+
200
+
```bash
201
+
ng generate @igniteui/angular-schematics:ai-config
176
202
177
203
If {ProductName} is already installed in your project, the skill files are available under `node_modules`. To copy them into your project (e.g. into `.agents/skills/`), run:
0 commit comments