healthkit-cli
Installation
SKILL.md
Use bunx apple-health to interact with HealthKit through a running Expo app's devtools connection.
Prerequisites
The app must have the devtools hook enabled:
import { useHealthKitDevTools } from "apple-health/dev-tools";
export default function App() {
useHealthKitDevTools();
// ...
}
Verify connection:
bunx apple-health status
Related skills
More from evanbacon/apple-health
expo-modules
Building great Expo native modules for iOS and Android. Views, APIs, Marshalling, Shared Objects, Expo Documentation, Verifying Expo modules.
12expo-devtools-cli
Building Expo DevTools Plugins with CLI Interfaces for interacting with running Expo apps using agents.
4device-testing
Interact with iOS simulators and verify app behavior using xcobra
3