This handles the boilerplate of wiring up Dune authentication in React apps that connect to Cognite Data Fusion. It intelligently picks between two auth flows: the newer Apps API flow using connectToHostApp from @cognite/app-sdk, or the legacy Files API flow with DuneAuthProvider. The skill reads your app.json to figure out which one you need, or asks if the file is missing. It's from Cognite themselves, so it knows the ecosystem well. If you're building Fusion apps and tired of copying auth setup between projects, this automates the tedious parts. The 336 installs suggest it's seeing real use within the Cognite developer community.
npx skills add https://github.com/cognitedata/dune-skills --skill setup-dune-auth