Skip to content

Commit c2bc7d9

Browse files
authored
Apply suggestion from @radomirchev
1 parent 71ac6a3 commit c2bc7d9

1 file changed

Lines changed: 5 additions & 17 deletions

File tree

doc/en/components/ai/skills.md

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -189,28 +189,16 @@ This also registers the `@angular/cli` MCP server in `.vscode/mcp.json` alongsid
189189
<!-- end: Angular -->
190190

191191
**Using the Ignite UI CLI:**
192+
### **Option A - Use the Ignite UI CLI**
192193

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.
202195

203196
<!-- Angular -->
204197

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:**
212199

213-
### **Option B - Use the installed npm package**
200+
```bash
201+
ng generate @igniteui/angular-schematics:ai-config
214202

215203
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:
216204

0 commit comments

Comments
 (0)