agentation

Agentation visual feedback toolbar for Next.js development with AI agent annotation syncing.

benjitaylor 4.2k ↓ 11k NOASSERTION updated 2mo ago
Claude Code
View source ↗

What it does

  • Look for agentation in package.json dependencies
  • If not found, run npm install agentation (or pnpm/yarn based on lockfile)
  • Search for <Agentation or import { Agentation } in src/ or app/
  • If found, report that Agentation is already set up and exit
  • Next.js App Router: has app/layout.tsx or app/layout.js
  • Next.js Pages Router: has pages/app.tsx or pages/app.js
  • Tell the user the Agentation toolbar component is configured

Requirements & configuration

  • Agentation requires React 18

Configuration: NODE_ENV

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

Agentation visual feedback toolbar for Next.js development with AI agent annotation syncing.

Source

Repository: https://github.com/benjitaylor/agentation

agentation FAQ

What does the agentation skill do?

Add Agentation visual feedback toolbar to a Next.js project Look for agentation in package.json dependencies If not found, run npm install agentation (or pnpm/yarn based on lockfile)

What does agentation require?

Agentation requires React 18 Configuration keys: NODE_ENV.

How do I install agentation?

Run: npx -y skills add https://github.com/benjitaylor/agentation --skill agentation --agent claude-code — the source lives at github.com/benjitaylor/agentation.

Maintain agentation?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

agentation on getagentictools
[![agentation on getagentictools](https://getagentictools.com/badge/skills/benjitaylor-agentation-agentation.svg)](https://getagentictools.com/skills/benjitaylor-agentation-agentation?ref=badge)
npx agentictools info skills/benjitaylor-agentation-agentation

The second line is the CLI lookup for this page — handy in READMEs and docs.