Share the page you’re building for live human review — feedback flows straight back into your agent session as feedback.md.
From your project folder (Node 22+):
curl -fsSL https://twocents.page/agent.mjs -o agent.mjs
node agent.mjs index.html
It prints a share link like https://…/r#<room>. Send that to your reviewers — they leave notes in their browser with no login or install. Their comments land in feedback.md as they arrive, and the page re-streams every time you edit it, so reviewers always see your latest.
So you can just ask your agent to do it. Copy the skill folder in:
cp -r twocents ~/.claude/skills/
Then tell Claude:
Share index.html for review with twocents and apply the feedback as it comes in.
agent.mjs in the background and hands you the share link.feedback.md; your agent reads them and edits the page.No account for reviewers. Nothing about your page is stored server-side long-term — it’s streamed from your disk. Web dashboard · See it in action