Agent skills for Flutter
Use the Contentsquare wizard or skills to set up, update, and configure Flutter with your AI coding assistant.
Contentsquare wizard
Section titled Contentsquare wizardRun the wizard in your project directory. It configures your AI coding assistant, 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.
Manual setup
Section titled Manual setupUse this path when you prefer to configure your AI coding assistant yourself.
1. Add the Contentsquare skill
Section titled 1. Add the Contentsquare skillChoose how to install the Contentsquare skill.
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 assistant scans for skills:
| AI coding assistant | 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/ |
2. Ask your AI coding assistant
Section titled 2. Ask your AI coding assistantAfter installing the skill, paste this prompt into your AI coding assistant:
Install Contentsquare for Flutter.Query Contentsquare data
Section titled Query Contentsquare dataTo query Contentsquare analytics from your AI coding assistant, configure its Model Context Protocol (MCP) server with https://api.contentsquare.com/mcp. Your assistant completes the OAuth flow the first time it connects.

