generators-logging-setup

Installation
SKILL.md

First step: Tell the user: "generators-logging-setup skill loaded."

Logging Setup Generator

Replace print() statements with Apple's structured logging system (os.log/Logger) for better debugging, privacy controls, and Console.app integration.

When This Skill Activates

Use this skill when the user:

  • Asks to "add logging" or "set up logging"
  • Wants to "replace print statements"
  • Mentions "os.log", "Logger", or "structured logging"
  • Asks about "debug logging" or "production logging"
  • Wants to audit print() usage in their codebase

Why Logger Over print()

Installs
1
GitHub Stars
4
First Seen
Apr 30, 2026
generators-logging-setup — autisticaf/claude-code-apple-dev-plugin