If you're working with React and need to wire up data from REST APIs, OData services, or GraphQL without writing a bunch of boilerplate query logic, this gives Claude the ability to generate Syncfusion DataManager code. It handles the usual suspects: filtering, sorting, paging, CRUD operations, and caching. The adaptor system is the real hook here, it abstracts away whether you're talking to a Web API, OData v4 endpoint, or something custom. Good for when you need more control than simple fetch calls but don't want to hand-roll your own data layer. The offline mode and middleware hooks are nice if you're building something that needs to work disconnected or requires auth token injection.
npx -y skills add syncfusion/react-ui-components-skills --skill syncfusion-react-data-manager --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
mindrally/skills
giuseppe-trisciuoglio/developer-kit
syncfusion/react-ui-components-skills
supercent-io/skills-template
binjuhor/shadcn-lar