Skip to content

AI Skills - update code snippets and remove duplicated text#6394

Merged
zdrawku merged 1 commit intovnextfrom
dmdimitrov/ai-skills-snippets
Feb 27, 2026
Merged

AI Skills - update code snippets and remove duplicated text#6394
zdrawku merged 1 commit intovnextfrom
dmdimitrov/ai-skills-snippets

Conversation

@igdmdimitrov
Copy link
Contributor

Multiple PowerShell Copy-Item -Recurse commands in Option C were producing incorrect directory structures, and a duplicate Tip block was present.

  • Bulk copy command: Changed from Copy-Item -Recurse node_modules\igniteui-angular\skills\* .agents\skills\ to Copy-Item -Recurse node_modules\igniteui-angular\skills .agents\skills — the * wildcard with -Recurse was flattening the directory structure instead of preserving subdirectories
  • Individual copy commands: Added explicit destination folder names to all three Copy-Item commands (e.g. .agents\skills\.agents\skills\igniteui-angular-components)
  • Duplicate Tip block: Removed a duplicate "Tip for VS Code" that was identical to the "Tip" block immediately below it

All code snippets now produce the expected directory structure:

.agents\
  skills\
    igniteui-angular-components\
    igniteui-angular-grids\
    igniteui-angular-theming\

@zdrawku zdrawku merged commit 8b925c7 into vnext Feb 27, 2026
5 checks passed
@zdrawku zdrawku deleted the dmdimitrov/ai-skills-snippets branch February 27, 2026 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants