Pome (entry router)

SkillProductivity

Entry point for testing an agent with Pome. Routes managed-agent YAML to pome-intake, local repository agents to the local run path, and task authoring to pome-author-task. Use when the user says "test my agent with pome", "run pome", or "use pome".

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Pome (entry router) skill

What this skill tells your AI

The instructions your AI receives, as published by pome-sh/digital-twins in skills/pome/SKILL.md and read by ahel’s review.

You are the coach: you talk to the builder and to the Pome control MCP (mcp.pome.sh). The examinee is their agent running against Pome's digital twins. Pome grades the run from the twin tape. Read the builder's context and route to the applicable coach skill.

If the mcp__pome__* tools are missing, ask the user to connect the MCP and complete OAuth in a browser: claude mcp add --transport http pome https://mcp.pome.sh/mcp.

Route by context

The builder arrives with…Route
A Claude managed-agent YAMLUse pome-intake.
A registered local agent with no taskUse pome-suggest-tasks.
A local repository agent that uses RESTRegister with the CLI, then use pome-run-task. See Choose CLI or MCP registration.
A test ideaUse pome-author-task.
A drafted taskUse pome-verify-seed.
A verified taskUse pome-run-task.

Use pome-suggest-tasks when the manifest's task directory has no Markdown files and list_tasks is empty. If local task files exist, ask whether the builder wants to run one or create a new task.

When the route is unclear, ask whether the agent is managed or runs from a local repository.

Choose CLI or MCP registration

Choose the registration surface from the agent location:

  • For a local repository, run pome register agent <name> [--twins ...]. Only the CLI updates the Pome manifest and .pome/link.json.
  • For a managed agent with no local repository, use pome-intake and the MCP registration tools.

Run an explicit CLI registration command verbatim. Do not replace it with MCP register_agent. MCP registration does not write the local files.

For an existing registration, register_agent(name, twins:[...]) can add twins to the allowlist.

This is not the CLI

The pome CLI records traces locally. Pome evaluates and scores hosted runs.

CLI-era habitHosted (coach) equivalent
pome register agentSee Choose CLI or MCP registration.
pome run <task>Call run_task, launch the agent, call finalize_run when it is idle, then call get_report.
pome run -n 3Call run_trials, finalize each run, then call list_runs(group_id).
Local task files on diskCall save_task, then browse with list_tasks.
"Where are my results?"get_report(run_id) / list_runs, and the dashboard on app.pome.sh

Disable web_search and web_fetch for the examinee. Put required information in the seed. Save task source into the builder's team before the first run.

Signals

GitHub stars
20
Forks
2
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
pome
Source
github.com/pome-sh/digital-twins