twocents

Skill for Claude Code

Share the page you’re building for live human review — feedback flows straight back into your agent session as feedback.md.

The fast path

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.

Install as a skill

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.

How the loop works

  1. Your agent runs agent.mjs in the background and hands you the share link.
  2. Reviewers open it on any device and leave anchored visual notes.
  3. Notes are written to feedback.md; your agent reads them and edits the page.
  4. Saving the edit re-streams the page — reviewers see the revision and can reply.

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