Description
AI agent was not able to correctly add Grid Lite to a view in my application.
Steps to reproduce
Add skills to a react application in the skills folder. Ask Claude Sonnet 4.6 to do this:
Look into skills and by the help of skill add grid with sample data source in master-view. Let sample data source be a list of employees
Result
While the grid was correctly added to the view including the necessary imports the igniteui-grid-lite package was not added.
Expected result
AI agent should add the grid with all necessary packages and application should run with no issues.