Layrr
Description
A browser coding agent interface for selecting elements and sending instructions directly to Claude Code.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
layrr
Point, click, and edit any web app with AI
Layrr lets you click an element in your running web app, describe the change in plain English, and send the exact source location to Claude Code, Codex CLI, or Gemini via Pi.
The problem
You can see the issue in the browser: the button is too wide, the copy is wrong, the spacing is off, or the component needs a quick behavior change. The slow part is finding the right file, line, and context before your coding agent can make a useful edit.
Layrr sits between your browser and local dev server. It injects a small overlay, maps clicked elements back to source, and gives your coding agent the instruction plus the selected code location.
Install
Install Layrr globally:
npm install -g layrr
Usage
Start your app first:
pnpm dev
Then run Layrr against the dev server port:
layrr --port 3000
Layrr opens a proxied version of your app at `http://localhost:4567`.
In the browser:
- Click one or more elements.
- Describe the change you want.
- Let the selected coding agent edit the source.
- Preview or revert Layrr edits from the overlay history.
For a local checkout:
pnpm install
pnpm build
node dist/cli.js --port 3000
Options
layrr --port [project-root] [options]
| Option | Description | |
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11