ksypinro

iOS Doctor — Development skill for Claude Code

Development community

Check which Puppet Master iOS skills can run here and what is missing.

How to install iOS Doctor

Installs to ~/.claude/skills/ksypinro-puppet-master-ios-doctor/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ksypinro-puppet-master-ios-doctor && curl -fsSL https://raw.githubusercontent.com/ksypinro/puppet-master/HEAD/commands/ios-doctor.md -o ~/.claude/skills/ksypinro-puppet-master-ios-doctor/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What iOS Doctor does


description: Check which Puppet Master iOS skills can run here and what is missing allowed-tools: Bash(python3:*), Bash(xcrun:*), Bash(xcode-select:*), Read

Run the capability probe and report the result to the user.

python3 "${CLAUDE_PLUGIN_ROOT}/tools/doctor.py"

Then:

  1. State plainly how many of the four skills are operational.
  2. For each blocked skill, give the specific fix — not a general suggestion:
    • Full Xcode not selected → `sudo xcode-select -s /Appl

Alternatives in Development

  • Octo Doctor — Environment diagnostics — check providers, auth, config, hooks, scheduler, and more 2.8k ★
  • Axiom — Battle-tested Claude Code skills for modern xOS (iOS, iPadOS, watchOS, tvOS) development with 13 production-re 2.6k ★
  • SwiftUI Expert Skill — Modern SwiftUI best practices and iOS 26+ Liquid Glass adoption 2.3k ★

Full documentation available on GitHub

View Source Repository