Feedback Studio — Design skill for Claude Code
Local visual feedback overlay for a site you're building or a Markdown file — click or select anything, leave typed or spoken feedback, and let your coding agent process it.
How to install Feedback Studio
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open baskb/feedback-studio and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Feedback Studio does
Local visual feedback overlay for a site you're building or a Markdown file — click or select anything, leave typed or spoken feedback, and let your coding agent process it. Claude Code plugin + MCP server, zero-dependency.
Alternatives in Design
- Planning With Files — Claude Code skill implementing Manus-style persistent markdown planning — the workflow pattern behind the $2B 17.4k ★
- Studio — Launch the local design Studio — a live token editor over the latest extraction 3.6k ★
- Icm Architect — Claude skill: design any process, idea, or problem into an ICM workspace (folder structure as agent architectu 1.3k ★
README
Feedback Studio
https://github.com/user-attachments/assets/e76db2d8-4886-4824-93b2-49af158c92b6
Point, comment, done. Feedback Studio overlays a local website you're building — or a Markdown file you're writing — so you can click any element, select any sentence, and say what should change: typed or spoken, from your desk or your couch. You can even **show** the change instead of describing it: dial the padding until it looks right, or retype the headline directly on the page. Or just **talk your way through the whole page** and let it pin each comment where you point — and when your agent is done, it can **read the changes back to you**. Everything lands in `.feedback/comments.json`, and your coding agent applies it to the real source when you say the magic words.
**PPF — "Please Process Feedback"** is the one phrase to remember. Say it and your agent picks up the comments, works through them, and the pins turn green. And yes, the *please* is on purpose — be nice to your coding agents and they'll be nice to your codebase. ;-)
It's for developers and agents working on **local** projects — not a browser extension, and it never attaches to public sites you browse. It ships as a [Claude Code](https://claude.com/claude-code) plugin plus a self-contained, zero-dependency Node server that works with any agent (or none).
Install (Claude Code)
/plugin marketplace add baskb/feedback-studio
/plugin install feedback-studio@feedback-studio
Then, in any project:
/feedback-studio:demo # try it on a bundled sample page — no site needed
/feedback-studio:feedback start # launch the overlay on this project's site
/feedback-studio:feedback process # work through the collected comments (= PPF)
/feedback-studio:feedback watch # stay live: your agent reacts while you review
/feedback-studio:verify # prove each processed comment landed on the right element
/feedback-studio:report # wri
Related Skills
3D Studio Pricing
Create a full-screen hero section with a looping video background and a pricing card overlay. Use React with T
Visor
🔭 V.I.S.O.R. — Visual Intelligence System for Orchestrated Reasoning. A local-first MCP server that indexes y
Match Resume Style
Regenerate formatting.md and blueprint.md to match the visual style of a reference resume, adapting anything t
Cardstock Diorama Myth
Claude skill that turns a single request into a narrated mythic short film in a layered cut-paper diorama styl
Session Steward
Claude Code and Codex session manager. Browse sessions, back up, and safely delete old ones — from a local bro
Chad
chad: a local Claude-Code-style coding agent for your laptop
Related Agents
Docs Dev
Owns the dbdocs package — the click CLI plus the extract/site pipeline that turns dbt artifacts into a single-
Sense Check Opus
Hunts self-defeating logic in anything a stranger has to get through — a site, a form, an onboarding flow, a s
Code Tester Reviewer
Runs fat_llama's test suite, reports results, and reviews code quality against PEP8, providing feedback — does