What problem does it solve? Setting up visual feedback tooling in a Next.js project requires manual package installation, framework detection, and correct component placement, which is repetitive and error-prone. This Skill automates the entire Agentation toolbar setup so developers can start annotating UI elements immediately. ## Core Features & Use Cases - Automated Installation: Detects whether the agentation package is already installed and installs it with the correct package manager based on the project lockfile. - Framework Detection: Identifies whether the project uses the Next.js App Router or Pages Router and injects the Agentation component into the correct file (root layout or _app). - Development-Only Loading: Wraps the component in a NODE_ENV check so the toolbar only renders in development builds. - MCP Server Guidance: Recommends setting up the agentation-mcp server so annotations sync in real time with AI coding agents like Claude Code, Cursor, and Codex. - Use Case: A developer wants to click on UI elements in their Next.js app and send annotated feedback directly to their AI coding agent. This Skill installs the toolbar, wires it into the layout, and points them to MCP setup for live annotation syncing. ## Quick Start Set up the Agentation annotation toolbar in this Next.js project and configure it to sync annotations with my AI coding agent.