ios-stop-app

Community

Cleanly stop iOS apps on your iPhone.

Authorasnar00
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides a reliable and clean way to stop an iOS app running on a connected iPhone. It automates the process of sending a SIGTERM signal, ensuring the app terminates gracefully and can perform cleanup operations, which is crucial for debugging and testing.

Core Features & Use Cases

  • Graceful App Termination: Uses SIGTERM for a clean shutdown, allowing the app to save state and close connections before exiting.
  • Pre-Deployment Cleanup: Ensures a fresh state before deploying new versions or running tests, preventing conflicts or stale data issues.
  • Use Case: Before deploying a new build of your iOS app, use this skill to stop the currently running version, ensuring a clean installation and test environment.

Quick Start

Stop the iOS app running on my connected iPhone.

Dependency Matrix

Required Modules

pymobiledevice3

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: ios-stop-app
Download link: https://github.com/asnar00/miso/archive/main.zip#ios-stop-app

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository