callstack

24 mods across 2 repositories, 7.7k stars between them.

callstack/agent-device

Instructions file CodexOpenCode

AGENTS.md instructions for callstack/agent-device, covering agents.md, incident-derived principles, declaration sites and enforcement, hard repository rules and module and test topology.

4.3k +14 changed yesterday A 2,120 tokens original MIT

cli-flags

02

callstack/agent-device

Agent

A new flag touches only the layers that need to understand it. Stop at the layer where it stops mattering — threading it further is the common failure, not stopping too early.

4.3k +14 yesterday A 0 tokens original MIT

device-verification

03

callstack/agent-device

Agent

Read this before running agent-device by hand against a simulator, emulator, or physical device.

4.3k +14 changed yesterday A 0 tokens original MIT

domain

04

callstack/agent-device

Agent

Single-context repo. Before architecture, diagnosis, TDD, triage, PRD, or roadmap work, read CONTEXT.md for domain vocabulary and the relevant ADRs in docs/adr/. Selector-capture work also reads docs/agents/selector-capture.md.

4.3k +14 yesterday A 0 tokens original MIT

issue-tracker

05

callstack/agent-device

Agent

Issues and PRDs for this repo live as GitHub issues in callstack/agent-device. Use the gh CLI for issue operations.

4.3k +14 yesterday A 0 tokens original MIT

pull-requests

06

callstack/agent-device

Agent

Agent "pull-requests" from callstack/agent-device, covering pull requests, readiness, rebasing onto a moving main, pr body and reviewing.

4.3k +14 yesterday A 0 tokens original MIT

selector-capture

07

callstack/agent-device

Agent

Read this before changing selector capture, polling, snapshot caching, or interaction fast paths. These are cross-route behavior requirements; their rationale and owning decisions live in ADRs 0002, 0004, 0005, 0011, 0014, and 0015.

4.3k +14 yesterday A 0 tokens original MIT

testing

08

callstack/agent-device

Agent

Repository-specific testing traps you cannot learn from the test runner alone. Executable gate ownership lives in scripts/check-affected/ and scripts/gate/.

4.3k +14 yesterday A 0 tokens original MIT

triage-labels

09

callstack/agent-device

Agent

The skills speak in terms of four canonical triage roles. This file maps those roles to the actual GitHub labels used in this repo.

4.3k +14 yesterday A 0 tokens original MIT

web-backend

10

callstack/agent-device

Agent

Web automation uses a managed agent-browser backend as an implementation detail.

4.3k +14 yesterday A 0 tokens original MIT

agent-device

11

callstack/agent-device

Skill Claude CodeCodex

Automates Apple-platform apps (iOS, tvOS, macOS), Android devices, and Amazon Vega OS TV apps in Vega Virtual Devices. Use when navigating apps, taking snapshots/screenshots where supported, driving TV remotes, tapping, typing, scrolling, extracting UI info, collecting evidence, or planning agent-device CLI commands.

4.3k +14 yesterday A 69 tokens original MIT

android-emulator

12

callstack/agent-device

Skill Claude CodeCodex

Verify and debug native, React Native, Expo, or Flutter apps on an Android Emulator with agent-device. Use when an agent needs to launch an app, inspect its live UI, tap, type, scroll, validate a code change, collect failure evidence, or reproduce a workflow on an Android virtual device.

4.3k +14 yesterday A 65 tokens original MIT

dogfood

13

callstack/agent-device

Skill Claude CodeCodex

Systematically explore and test a mobile app on iOS/Android with agent-device to find bugs, UX issues, and other problems. Use when asked to dogfood, QA, exploratory test, find issues, bug hunt, or test this app on mobile.

4.3k +14 yesterday A 55 tokens original MIT

ios-simulator

14

callstack/agent-device

Skill Claude CodeCodex

Verify and debug native, React Native, Expo, or Flutter apps on an iOS Simulator with agent-device. Use when an agent needs to launch an app, inspect its live UI, tap, type, scroll, validate a code change, collect failure evidence, or reproduce a workflow on an iPhone or iPad Simulator.

4.3k +14 yesterday A 69 tokens original MIT

agent-device

15

callstack/agent-device

MCP server Claude CodeCodexCursor +2

MCP server for mobile app automation: verify, control, and debug iOS, Android, TV, and desktop apps. Runs locally from the agent-device npm package.

4.3k +14 yesterday A tokens not measured original MIT

architecture

18

callstack/react-native-testing-library

Agent

@testing-library/react-native provides utilities for testing React Native components in ways that resemble real usage and avoid implementation details.

3.4k 19d ago A 0 tokens original MIT

callstack/react-native-testing-library

Agent

Agent "build-and-validation" from callstack/react-native-testing-library, covering build, validation, and repo layout, common commands, command notes, documentation and repo layout.

3.4k 19d ago A 0 tokens original MIT

code-style

20

callstack/react-native-testing-library

Agent

Agent "code-style" from callstack/react-native-testing-library, covering typescript and code style, linting and formatting and imports.

3.4k 19d ago A 0 tokens original MIT

example-apps

21

callstack/react-native-testing-library

Agent

Agent "example-apps" from callstack/react-native-testing-library, covering example app regeneration, general workflow, examples/basic, examples/cookbook and validation after regeneration.

3.4k 19d ago A 0 tokens original MIT

git-workflow

22

callstack/react-native-testing-library

Agent

Agent "git-workflow" from callstack/react-native-testing-library, covering git, releases, and pr workflow, agent git restrictions, commits and releases and pr draft workflow.

3.4k 19d ago A 0 tokens original MIT

testing

23

callstack/react-native-testing-library

Agent

Agent "testing" from callstack/react-native-testing-library, covering testing conventions, test stack, test location and coverage and test organization.

3.4k 19d ago A 0 tokens original MIT

callstack/react-native-testing-library

Skill Claude CodeCodex

Write tests using React Native Testing Library (RNTL) v13 and v14 (@testing-library/react-native). Use when writing, reviewing, or fixing React Native component tests. Covers: render, screen, queries (getBy/getAllBy/queryBy/findBy), Jest matchers, userEvent, fireEvent, waitFor, and async patterns. Supports v13 (React…

3.4k 19d ago A 134 tokens original MIT