sisensesisenseOfficialยท7 Agent Skills Included

compose-sdk-monorepo

Embed Sisense analytics, charts, and dashboards in code

Builds analytics experiences with Sisense Compose SDK using React, Angular, or Vue components. Generates typed data models, runs queries, renders charts and pivot tables, and scaffolds custom widget plugins. Eliminates guesswork around SDK APIs, authentication, filters, and common setup errors. Helps developers embed dashboards and design custom visualizations faster with working, verified code.
npx skills add sisense/compose-sdk-monorepo --all -g -y
Available:

Instructs the agent on how to read the widget plugin's current state, follow data model rules, edit the correct source files, and use the right commands when building custom Sisense visualizations.

All Skills in This Repository (7)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Compose SDK skills?โ–ผ

Run `npx skills add sisense/compose-sdk-monorepo --all -g -y` in your terminal to install all skills in this suite globally.

How to embed Sisense charts in a React app?โ–ผ

Wrap your app with SisenseContextProvider from @sisense/sdk-ui, then render components like Chart, DashboardById, or PivotTable with your data options. The compose-sdk-guide skill walks your agent through setup, queries, and filters step by step.

How to build a custom Sisense widget plugin?โ–ผ

Scaffold a plugin with `npx @sisense/sdk-cli@latest create-plugin`, then describe your visualization goal in plain English. The design-custom-widget skill implements the chart code, data inputs, cross-filtering, and style controls automatically.

Does Compose SDK work with Angular and Vue?โ–ผ

Yes. Dedicated packages @sisense/sdk-ui-angular and @sisense/sdk-ui-vue provide native components, and the skills cover the correct setup patterns for each framework.

How to fix common Compose SDK errors?โ–ผ

The compose-sdk-guide skill includes a troubleshooting table covering 401 token errors, CORS issues, dataOptions type mismatches, and Next.js 'use client' requirements with direct fixes.

Related Repositories in Data & Analytics

View All in Data & Analyticsโ†’