pome-sh
- 6 skills
- 0 followers
- 21 hours ago last updated
- ▌ Pome · pome-sh bundleEntry 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".
- ▌ Pome Intake · pome-sh bundleRegisters a Claude managed agent for testing on Pome. Collects its YAML, configuration, memory stores, and initial events through intake_clone_scope. Reports which MCP servers have twin coverage. Use when the user provides managed-agent YAML or asks about twin coverage.
- ▌ Pome Run Task · pome-sh bundleRuns a verified Pome task against the builder's examinee and scores it from the live twin tape — run_task to mint the session, launch the examinee on its runtime (Managed Agents via ant, or REST), finalize_run the instant it idles while the tape is still live, then narrate get_report; re-runs only the failed tasks after a prompt fix and shows the delta. Use when the user's task passed seed verification and they want to run the exam, asks "run my tasks / how did my agent do?", or wants to re-test after a prompt fix.
- ▌ Pome Author Task · pome-sh bundleAuthor a graded Pome task for a builder's agent and save it to their team catalog. Library-first — adapt an existing task before writing fresh; interview the builder about what would go wrong; draft criteria as code/model markers; validate + dry-run against the twins; then save_task. Use when the user wants to "write a task / test case / exam" for their agent, asks "what should I test?", or wants to turn a worry about their agent into a graded check.
- ▌ Pome Verify Seed · pome-sh bundleVerifies a Pome task's seed is a fair exam before any run — verify_seed plus guard-aware triage of already-passing criteria, a state-diff review, an evaluate_criteria dry-run, and opt-in read-only probes on a live twin session. Use when the user has authored or adapted a task and wants to check the seed, asks "is my seed right / is this a fair exam?", or is about to run a task for the first time.
- ▌ Pome Suggest Tasks · pome-sh bundleSuggest two or three Pome tasks for a registered local agent, then help the builder select one. Use when a project has one Pome manifest but no suitable task.