
Pinpoint
- Updated June 12, 2026
- strvcom/strv-pinpoint
pinpoint is a Claude Code skill in the AI & Agent Building category. pinpoint click-to-fix overlay bridge
Key points
- pinpoint
- AI & Agent Building
- AI-coding skill
Pinpoint by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add strvcom/strv-pinpoint/plugin install pinpoint@pinpointAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | June 12, 2026 |
|---|---|
| Repository | strvcom/strv-pinpoint ↗ |
What it does
pinpoint click-to-fix overlay bridge
README.md
pinpoint (Claude Code plugin)
Click an element in your running dev app, comment, Send, and paste into Claude — it edits the source. CDP-only, zero-dependency bridge; no MCP server.
Use it
/pinpoint:start— launches the bridge (which opens Chrome + injects the overlay) and walks you through the loop.- Pick / Screenshot → comment → Send → paste the copied JSON into chat. The
pinpoint-pasteskill applies it.
Install / develop
- Quick dev (live edits): from anywhere,
claude --plugin-dir /path/to/pinpoint/packages/claude-code, then/reload-pluginsafter edits. - In a project: register the repo's local marketplace in that project's
.claude/settings.json(extraKnownMarketplaces+enabledPlugins), or/plugin marketplace add /path/to/pinpointthen/plugin install pinpoint@pinpoint.
The bridge binary (bin/pinpoint) is built from @pinpoint/core — run pnpm build (or pnpm --filter @pinpoint/claude-code build) in the repo first.
Related skills
AI & Agent Buildingagents