Skip to content

Commit 733c5f4

Browse files
committed
docs: Updated skills for Ignite UI for Web Components
- Added prefix "igniteui-wc-" to skill directories and files to better reflect the content and improve organization. - Updated README.md to reflect the changes in skill directories and files.
1 parent 249e7c0 commit 733c5f4

9 files changed

Lines changed: 18 additions & 18 deletions

File tree

skills/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ Skills are structured instructions that help AI agents understand and execute co
1010

1111
| Skill | Description | Use When |
1212
| ----------------------------------------------------------- | ---------------------------------------------------------------------------------- | ------------------------------------- |
13-
| [choose-components](./choose-components/) | Identify the right components for a UI pattern and navigate to official docs/demos | Deciding which components to use |
14-
| [integrate-with-framework](./integrate-with-framework/) | Integrate components into React, Angular, Vue, or vanilla JS applications | Setting up components in your project |
15-
| [customize-component-theme](./customize-component-theme/) | Customize styling using CSS custom properties, parts, and theming system | Applying custom brand colors/styles |
16-
| [optimize-bundle-size](./optimize-bundle-size/) | Reduce bundle size by importing only needed components and lazy loading | Optimizing production performance |
13+
| [igniteui-wc-choose-components](./igniteui-wc-choose-components/SKILL.md) | Identify the right components for a UI pattern and navigate to official docs/demos | Deciding which components to use |
14+
| [igniteui-wc-integrate-with-framework](./igniteui-wc-integrate-with-framework/SKILL.md) | Integrate components into React, Angular, Vue, or vanilla JS applications | Setting up components in your project |
15+
| [igniteui-wc-customize-component-theme](./igniteui-wc-customize-component-theme/SKILL.md) | Customize styling using CSS custom properties, parts, and theming system | Applying custom brand colors/styles |
16+
| [igniteui-wc-optimize-bundle-size](./igniteui-wc-optimize-bundle-size/SKILL.md) | Reduce bundle size by importing only needed components and lazy loading | Optimizing production performance |
1717

1818
## How to Use
1919

skills/choose-components/SKILL.md renamed to skills/igniteui-wc-choose-components/SKILL.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: choose-components
2+
name: igniteui-wc-choose-components
33
description: Identify and select the right Ignite UI Web Components for your app UI, then navigate to official docs, usage examples, and API references
44
user-invokable: true
55
---
@@ -21,9 +21,9 @@ This skill helps AI agents and developers identify the best Ignite UI components
2121

2222
## Related Skills
2323

24-
- [integrate-with-framework](../integrate-with-framework/SKILL.md) — Set up chosen components in React, Angular, Vue, or vanilla JS
25-
- [customize-component-theme](../customize-component-theme/SKILL.md) — Style and theme the components you select
26-
- [optimize-bundle-size](../optimize-bundle-size/SKILL.md) — Import only the components you actually use
24+
- [igniteui-wc-integrate-with-framework](../igniteui-wc-integrate-with-framework/SKILL.md) — Set up chosen components in React, Angular, Vue, or vanilla JS
25+
- [igniteui-wc-customize-component-theme](../igniteui-wc-customize-component-theme/SKILL.md) — Style and theme the components you select
26+
- [igniteui-wc-optimize-bundle-size](../igniteui-wc-optimize-bundle-size/SKILL.md) — Import only the components you actually use
2727

2828
## When to Use
2929

@@ -334,7 +334,7 @@ defineComponents(
334334

335335
### "I need React support"
336336

337-
Use the [`igniteui-react`](https://www.npmjs.com/package/igniteui-react) package. Components are wrapped with React-friendly event bindings and props. See the [integrate-with-framework](../integrate-with-framework/) skill for setup.
337+
Use the [`igniteui-react`](https://www.npmjs.com/package/igniteui-react) package. Components are wrapped with React-friendly event bindings and props. See the [igniteui-wc-integrate-with-framework](../igniteui-wc-integrate-with-framework/SKILL.md) skill for setup.
338338

339339
### "How do I get commercial components?"
340340

skills/customize-component-theme/SKILL.md renamed to skills/igniteui-wc-customize-component-theme/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: customize-component-theme
2+
name: igniteui-wc-customize-component-theme
33
description: Customize Ignite UI Web Components styling using CSS custom properties, optional Sass, and the igniteui-theming MCP server for AI-assisted theming
44
user-invokable: true
55
---

skills/integrate-with-framework/SKILL.md renamed to skills/igniteui-wc-integrate-with-framework/SKILL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: integrate-with-framework
2+
name: igniteui-wc-integrate-with-framework
33
description: Integrate igniteui-webcomponents into React, Angular, Vue, or vanilla JS applications with framework-specific configurations
44
user-invokable: true
55
---
@@ -17,8 +17,8 @@ This skill helps users integrate Ignite UI Web Components into their application
1717

1818
## Related Skills
1919

20-
- [optimize-bundle-size](../optimize-bundle-size/SKILL.md) - Reduce bundle size after integration
21-
- [customize-component-theme](../customize-component-theme/SKILL.md) - Style components after setup
20+
- [igniteui-wc-optimize-bundle-size](../igniteui-wc-optimize-bundle-size/SKILL.md) - Reduce bundle size after integration
21+
- [igniteui-wc-customize-component-theme](../igniteui-wc-customize-component-theme/SKILL.md) - Style components after setup
2222

2323
## When to Use
2424

skills/integrate-with-framework/references/angular.md renamed to skills/igniteui-wc-integrate-with-framework/references/angular.md

File renamed without changes.

skills/integrate-with-framework/references/react.md renamed to skills/igniteui-wc-integrate-with-framework/references/react.md

File renamed without changes.

skills/integrate-with-framework/references/vanilla-js.md renamed to skills/igniteui-wc-integrate-with-framework/references/vanilla-js.md

File renamed without changes.

skills/integrate-with-framework/references/vue.md renamed to skills/igniteui-wc-integrate-with-framework/references/vue.md

File renamed without changes.

skills/optimize-bundle-size/SKILL.md renamed to skills/igniteui-wc-optimize-bundle-size/SKILL.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: optimize-bundle-size
2+
name: igniteui-wc-optimize-bundle-size
33
description: Optimize application bundle size by importing only necessary components and using tree-shaking effectively
44
user-invokable: true
55
---
@@ -18,8 +18,8 @@ This skill helps users minimize their application's bundle size when using Ignit
1818

1919
## Related Skills
2020

21-
- [integrate-with-framework](../integrate-with-framework/SKILL.md) - Proper integration setup
22-
- [customize-component-theme](../customize-component-theme/SKILL.md) - Theming after optimization
21+
- [igniteui-wc-integrate-with-framework](../igniteui-wc-integrate-with-framework/SKILL.md) - Proper integration setup
22+
- [igniteui-wc-customize-component-theme](../igniteui-wc-customize-component-theme/SKILL.md) - Theming after optimization
2323

2424
## When to Use
2525

@@ -93,7 +93,7 @@ function MyComponent() {
9393
- No need for component registration overhead
9494
- Better integration with React build tools
9595

96-
For more details, see the [integrate-with-framework](../integrate-with-framework/) skill.
96+
For more details, see the [igniteui-wc-integrate-with-framework](../igniteui-wc-integrate-with-framework/SKILL.md) skill.
9797

9898
## Analyzing Your Bundle
9999

@@ -699,7 +699,7 @@ After optimization, you should see:
699699
- Implement lazy loading for heavy components
700700
- Consider using CDN for static assets
701701
- Enable HTTP/2 for better resource loading
702-
- Check [integrate-with-framework](../integrate-with-framework/) for proper setup
702+
- Check [igniteui-wc-integrate-with-framework](../igniteui-wc-integrate-with-framework/SKILL.md) for proper setup
703703
704704
## Additional Resources
705705

0 commit comments

Comments
 (0)