Home / deathemperor / infinitus · .agents/skills/drive-phone/SKILL.md · GitHub

drive-phone skillA

drive-phone is agent-read markdown (skill) from deathemperor/infinitus: Drive the developer's paired physical iPhone (Titan) from a session to reproduce and troubleshoot the Infinitus phone app on real hardware, including rebuilding and installing a Release build, launching the app, opening a deep link, screenshots, accessibility snapshots, taps, and the app's console. Use when a phone-only report cannot be reproduced on a simulator, when a fix must be verified on the device, or when the user asks to check something on Titan..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Drive the phone

`scripts/phone.sh` wraps the `agent-device` CLI the server pins, with the
state directory and runner signing set for this repository. Everything a
command needs beyond that is a flag: `--platform ios --device Titan`.
Simulator work stays with [`test-t3-mobile`](../test-t3-mobile/SKILL.md).

## What works without anything else

The phone must be paired, cabled or on the Mac's network, and unlocked.

```bash
scripts/phone.sh devices --platform ios
scripts/phone.sh open run.infinitus.mobile --platform ios --device Titan --foreground
scripts/phone.sh open "t3code://settings/environments" --platform ios --device Titan
scripts/phone.sh screenshot --platform ios --device Titan --out /tmp/titan.png
scripts/phone.sh logs start --platform ios --device Titan
scripts/phone.sh logs path --platform ios --device Titan
scripts/phone.sh close --platform ios --device Titan
```

Launch, deep links, screenshots and the console go through CoreDevice and
need no runner. Deep links use the app's `t3code://` scheme; the settings
stack's paths are the `linking` values in `apps/mobile/src/Stack.tsx`
(`settings/environments` is the Connect list).
…

Read the whole file at its exact version.

How to install

Latest version
mdr add deathemperor/infinitus/drive-phone@git:20260919.7e45544
Exact content
mdr add deathemperor/infinitus/drive-phone@sha256:60d2a01ef10e7ac6

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_bkorv32vf7w7vny6.svg)](https://markdownregistry.com/a/art_bkorv32vf7w7vny6)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260919.7e45544 latest2026-09-19 7e45544 4,453 BA view · diff
git:20260917.cb7f6cb2026-09-17 cb7f6cb 3,852 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (4453 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

deathemperor/infinitus · 6 stars · license MIT · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_bkorv32vf7w7vny6
GET https://markdownregistry.com/api/v1/resolve?ref=deathemperor/infinitus/drive-phone
GET https://markdownregistry.com/api/v1/blob/60d2a01ef10e7ac650abdbad275078f0ffe6055100947c0f7f0e71cb03135240

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from deathemperor/infinitus

test-t3-app skill
deathemperor/infinitus · .agents/skills/test-t3-app/SKILL.md · Test T3 Code's web and desktop UI through its built-in Browser panel against isolated development state. Use for…
git:20260918.ccad9f6 · audit A · 6 stars
test-t3-mobile skill
deathemperor/infinitus · .agents/skills/test-t3-mobile/SKILL.md · Test T3 Code's native iOS and Android app through its Device panel and returned AgentDevice command. Use for mobile…
git:20260918.ccad9f6 · audit B · 6 stars
cursor-cloud rules
deathemperor/infinitus · .cursor/rules/cursor-cloud.mdc · Cursor Cloud environment setup and run notes for T3 Code (Cursor-specific; not for other editors/CI)
git:20260707.b9cc8d6 · audit B · 6 stars
AGENTS.md@.repos/alchemy-effect agents
deathemperor/infinitus · .repos/alchemy-effect/AGENTS.md
git:20260918.e3c85ea · audit A · 6 stars
CLAUDE.md@.repos/alchemy-effect claude
deathemperor/infinitus · .repos/alchemy-effect/CLAUDE.md
git:20260603.bd851c0 · audit B · 6 stars
AGENTS.md@.repos/alchemy-effect/packages/alchemy/src/AWS agents
deathemperor/infinitus · .repos/alchemy-effect/packages/alchemy/src/AWS/AGENTS.md
git:20260918.e3c85ea · audit A · 6 stars
DESIGN.md@.repos/alchemy-effect/packages/alchemy/src/Git design
deathemperor/infinitus · .repos/alchemy-effect/packages/alchemy/src/Git/DESIGN.md
git:20260918.e3c85ea · audit A · 6 stars
llms.txt@.repos/alchemy-effect/website/public llmstxt
deathemperor/infinitus · .repos/alchemy-effect/website/public/llms.txt
git:20260918.e3c85ea · audit A · 6 stars
AGENTS.md@.repos/effect-smol/.agents agents
deathemperor/infinitus · .repos/effect-smol/.agents/AGENTS.md
git:20260918.e3c85ea · audit A · 6 stars
ai-docs skill
deathemperor/infinitus · .repos/effect-smol/.agents/skills/ai-docs/SKILL.md · AI documentation. Use when editing ai-docs/src or regenerating LLMS.md.
git:20260918.e3c85ea · audit A · 6 stars
bundle-analysis skill
deathemperor/infinitus · .repos/effect-smol/.agents/skills/bundle-analysis/SKILL.md · Bundle analysis. Use when measuring current bundle size, comparing stable or selected fixtures, inspecting composition…
git:20260918.e3c85ea · audit A · 6 stars
changesets skill
deathemperor/infinitus · .repos/effect-smol/.agents/skills/changesets/SKILL.md · Changesets. Use after consumer-visible runtime, public API, entrypoint, lifecycle, or wire-format changes, when…
git:20260918.e3c85ea · audit A · 6 stars

Every file in deathemperor/infinitus

Browse by kind, by grade A, or by owner.