Claude Skills · DevOps & Infrastructure
Pome Intake
pome-sh/digital-twinsIntakes a Claude managed agent for testing on Pome — collects the full clone scope (agent YAML, environment config, attached memory stores, deployment kickoff events), registers it via the Pome control MCP's intake_clone_scope, and reports which of the agent's mcp_servers have twin coverage. Use when the user pastes a managed-agent YAML, says "test my agent with pome", or asks which of their MCP servers have twin coverage.
At a glance
This skill is for DevOps & Infrastructure and helps you test a managed agent with pome, register an agent for digital twin testing, and check mcp server twin coverage.
git clone --depth 1 https://github.com/pome-sh/digital-twins
cp -r digital-twins/skills/pome-intake ~/.claude/skills/pome-intake
Setup, runtime and requirements describe pome-sh/digital-twins, the repo this skill ships in.
Pomemanaged agentsmcp-serversDigital Twinsagent-testingdeployment
Also in pome-sh/digital-twins
View the repoEntry point for testing an agent with Pome — routes to the right coach skill by context (managed-agent YAML → pome-intake, local repo / self...
Author a graded Pome task for a builder's agent and save it to their team catalog. Library-first — adapt an existing task before writing fre...
Runs 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 ex...
Propose a builder's first Pome task by reading their already-registered agent — reads the pome.json manifest (twins) and the agent's prompt/...
Verifies 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 re...
Other DevOps & Infrastructure skills
Generate an interactive bash wizard that walks a human through a manual procedure — third-party setup, a one-off migration, an A→B state tra...
Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wan...
Configure this repo for the engineering skills — set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before f...
Wire dependency-cruiser into a TypeScript repo so each package is a deep module — implementation hidden in subfolders, reachable only throug...
Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-comm...
Manage Azure Container Registry via the az acr CLI including registries, images, cloud builds, ACR Tasks, authentication, tokens, geo-replic...