AI setup for Flutter
Use the Contentsquare wizard or skills to set up, update, and configure Flutter with your AI coding agent.
Contentsquare wizard
Section titled Contentsquare wizardRun the wizard in your project directory. It configures your AI coding agent, installs the matching Contentsquare integration, and verifies the installation.
npx @contentsquare/wizard installSupports GitHub Copilot, Cursor, and Claude Code. Requires Node.js ≥ 18 and an AI coding agent with MCP support.
Contentsquare skills
Section titled Contentsquare skillsChoose how to install the Contentsquare skills.
Add the Contentsquare marketplace, then install the plugin for Flutter:
copilot plugin marketplace add ContentSquare/agentscopilot plugin install contentsquare-flutter@contentsquareAdd the Contentsquare marketplace, then install the plugin for Flutter:
/plugin marketplace add ContentSquare/agents/plugin install contentsquare-flutter@contentsquareInstall contentsquare from the Cursor marketplace ↗, or add the Contentsquare agents repository ↗ directly. Cursor reads the .cursor-plugin catalog in the repository.
Install the Contentsquare skill pack with the open skills.sh ecosystem:
npx skills add contentsquare/agentsDownload or clone the Contentsquare agents repository ↗, then copy skills/contentsquare-flutter-sdk into the location your AI coding agent scans for skills:
| AI coding agent | Skill location |
|---|---|
| GitHub Copilot | .github/skills/ or .agents/skills/ |
| Cursor | .cursor/rules/ or the project root |
| Claude Code | .claude/skills/ or the project root |
| Other compatible agents | .agents/skills/ |
Example prompts
Section titled Example promptsPaste one of the following prompts into your coding agent, or type your own.
Install Contentsquare for Flutter.Enable autocapture for my Flutter app.Identify users in my Flutter app with the CSQ SDK.Upgrade my Flutter app from the Heap Core SDK to the CSQ SDK.
