LetMeShowYouSomething

Your AI agent writes down what it needs you to judge, you answer on one offline page, and your answers go back to the agent as a file it checks before it acts.

npx skills add shyhunter/LetMeShowYouSomething -g
Watch the tutorial

Installs the skill for Claude Code, Codex, Hermes and other agents that read skills. Then ask your agent, for example: "/letmeshowyousomething Explain to me how my app idea should look."

From an idea to a plan in 7 steps

One real run: an idea for a hair salon's online booking, from the first line to the second round.

  1. 1The ideaYou type one line; the agent answers with the plan as one page.
  2. 2Let me explainWhat it needs from you, its recommendation, what could go wrong.
  3. 3A step in the flowTap through the screens; agree, or say what should be different.
  4. 4What it runs onThree options side by side, with costs and a recommendation.
  5. 5OverviewEvery question beside its step and its screen, on one page.
  6. 6ReturnAdd what is missing, download your answers, give the file back.
  7. 7Round 2The agent checks your file and shows what changed, before and after.
Watch the tutorial →

agent ──► review.json ──► one HTML page ──► a person answers each question ──► downloads the answers
agent ◄── check (PASS) ◄── the answered page or feedback.json, given back ◄────────────────┘

Let me show you more things

A salon's booking app is one use. See some other possible use cases below: tap one to see what you would ask your agent, then open the page it answers with. Each page is the real thing: press Start, answer, and download your answers on the last step. Nothing leaves your browser until you do.

An app idea A salon's online booking: the screens, what it stores, and what it runs on.Open the page → A user flow Click through a booking app's screens, see the flow as a diagram, and judge every step.Open the page → A choice between layouts Three ways to show search results, side by side; pick one.Open the page → A decision The options, the agent's recommendation and why, and the earlier decisions it would reopen.Open the page → Test results Four checkout cases: works, partially works, doesn't work or couldn't test, with a note.Open the page → Screenshots of a running app A password reset, judged on the app's real screens.Open the page →

If you ask your AI agent:

It answers with a page like this one.

Three things to try:

    Questions people ask

    Does the person answering need an account, an install or internet?

    No. The page is one HTML file that loads nothing from the network. Any browser, on a computer or a phone.

    Does anything leave my browser?

    Not until you send a file yourself. Answers stay in that browser while you work; downloading writes a file and sends nothing.

    Does "Agree" let the agent go ahead?

    No. An answer is an opinion. Before anything that deletes, sends, pays, publishes or contacts someone, the agent asks you in its own tool.

    Which agents does it work with?

    Any agent that can write files and run Node. It has been run with Claude Code, Codex and Hermes.

    What does it cost?

    Nothing: free and open source, with no paid version. Making a review uses your agent like any other task.

    All questions in the FAQ →

    The format

    Two files and the rules between them, so any agent, script or tool can write the question or read the answer.

    Use it

    It is an agent skill with no dependencies. Install it for the agents on your machine:

    npx skills add shyhunter/LetMeShowYouSomething -g

    Run with Claude Code, Codex and Hermes. The README has the other ways to install it and how to run the checker.