agentation

Integrate the Agentation annotation toolbar into Next.js layouts and configure MCP server settings.

32|1|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/damien-schneider/reflet --skill agentation-damien-schneider
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentation
Source: https://github.com/damien-schneider/reflet/tree/main/.agents/skills/agentation
Command: npx skills add https://github.com/damien-schneider/reflet --skill agentation-damien-schneider

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines the integration of the Agentation visual annotation toolbar into Next.js projects, ensuring developers can quickly enable real-time feedback loops between their application and Claude Code.

Core Features & Use Cases

  • Automated Toolbar Injection: Automatically detects your Next.js router type and injects the Agentation component into your root layout.
  • MCP Server Configuration: Seamlessly configures the Agentation MCP server to enable automatic synchronization of annotations with Claude.
  • Use Case: A developer working on a new feature can use this skill to instantly add a visual feedback layer to their development environment, allowing them to annotate UI elements and have those notes synced directly to their AI coding assistant.

Quick Start

Run the agentation skill to automatically detect your project framework and configure both the React toolbar component and the required MCP server settings.

Frequently Asked Questions about agentation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add a visual annotation toolbar to my Next.js app?

You can add a visual annotation toolbar to your Next.js app by running this skill, which automatically detects your router architecture, modifies the root layout file, and configures the local MCP server settings.

How does the Agentation MCP server sync UI annotations with Claude?

The MCP server enables automatic synchronization of visual annotations by running locally via npx, passing UI feedback directly from the injected React toolbar component to your AI coding assistant.

Can I use this visual feedback toolbar with both App Router and Pages Router in Next.js?

Yes, this visual feedback toolbar supports both App Router and Pages Router architectures in Next.js, automatically detecting your project's router type to inject the annotation component into the correct root layout.

Do I need npx and a React environment to set up the annotation toolbar?

Yes, you need npx available to execute the MCP server and a standard React environment compatibility to run the toolbar, as the skill modifies layout files and configures local server settings.

Is the visual annotation toolbar intended for development environments only?

Yes, the visual annotation toolbar is intended for development-only feedback loops, allowing developers to annotate UI elements and sync those notes directly to their AI coding assistant while building features.