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
+5-17Lines changed: 5 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -189,28 +189,16 @@ This also registers the `@angular/cli` MCP server in `.vscode/mcp.json` alongsid
189
189
<!-- end: Angular -->
190
190
191
191
**Using the Ignite UI CLI:**
192
+
### **Option A - Use the Ignite UI CLI**
192
193
193
-
```bash
194
-
npx igniteui-cli ai-config
195
-
```
196
-
197
-
If you have the Ignite UI CLI installed globally, use the shorter form:
198
-
199
-
```bash
200
-
ig ai-config
201
-
```
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.
202
195
203
196
<!-- Angular -->
204
197
205
-
> [!NOTE]
206
-
> The `npx igniteui-cli` and `ig` forms do not register the `@angular/cli` MCP server. Use the Angular Schematics command above if you want all three servers configured in a single step.
207
-
208
-
<!-- end: Angular -->
209
-
210
-
> [!NOTE]
211
-
> The command requires {ProductName} packages to be installed in your project (`npm install`). If no skill files are found, make sure your packages are up-to-date.
198
+
**Using Angular Schematics:**
212
199
213
-
### **Option B - Use the installed npm package**
200
+
```bash
201
+
ng generate @igniteui/angular-schematics:ai-config
214
202
215
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