Auto-Retiring Skills You No Longer Use: Weekly Skill Lifecycle Management with launchd
Generating skills automatically is the easy part. Deciding when to throw them away is where...
Tag archive
Generating skills automatically is the easy part. Deciding when to throw them away is where...
This is another entry in my "Claude Code environment" series. Last time, in Multi-slot launchd retry...
My previous piece, "Making a launchd Job Unload Itself," built a job that runs exactly once and then...
This continues my "Claude Code environment" series that started with showing rate limits live in the...
launchd KeepAlive tracks the tmux client PID, not the server — it exits with code 0, triggering respawn. Use RunAtLoad + has-session to boot
In my previous autopilot article, I walked through a setup that runs Claude unattended via launchd....
In earlier posts I walked through a mechanism that auto-generates skills and context auditing. The...
A stdio MCP server is just a subprocess. Your agent runtime runs something like uv run my-mcp-server,...
I turned a one-way Telegram alert bot into a two-way mobile console for Claude Code on my Mac — plus the two incidents (an infinite loop, a macOS TCC permission grab) that hardened it.
Set up scheduled tasks in Claude Code to automate repetitive workflows — cron-style scheduling, autonomous agent loops, background processing, and real.
This is a follow-up to my earlier post, "Automating a config migration with a one-shot launchd job."...
macOS 시스템을 효과적으로 관리하기 위한 핵심 도구들을 정리합니다. launchd - 서비스 관리 launchd는 macOS의 서비스 관리 시스템입니다....