macos-launchd-service
CommunityAuto-start macOS Python apps with launchd
System Documentation
What problem does it solve?
This Skill generates a complete macOS launchd service infrastructure to auto-start Python applications, including development mode with auto-reload, and log management helpers. It streamlines deploying long-running Python services on macOS by providing a ready-to-use LaunchAgent setup.
Core Features & Use Cases
- Auto-start on login via RunAtLoad
- Auto-restart on crash via KeepAlive
- Logging stdout/stderr to ~/Library/Logs/
- Development mode with auto-reload
- Included helpers: install, uninstall, view logs, and process management
Quick Start
In your project directory, run the skill and answer prompts (Domain, Project name, Port, CLI command, Dev command, Process name), review the generated files under launchd/, and run: ./launchd/install.sh Then access the app at http://localhost:{port} and use ./view-logs.sh to monitor logs.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 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: macos-launchd-service Download link: https://github.com/pborenstein/plinth/archive/main.zip#macos-launchd-service Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.