🎯

macos-development

🎯Skill

from rshankras/claude-code-apple-skills

VibeIndex|
What it does

macos-development skill from rshankras/claude-code-apple-skills

πŸ“¦

Part of

rshankras/claude-code-apple-skills(11 items)

macos-development

Installation

git cloneClone repository
git clone https://github.com/rshankras/claude-code-apple-skills.git
πŸ“– Extracted from docs: rshankras/claude-code-apple-skills
66Installs
32
-
Last UpdatedJan 25, 2026

Skill Details

SKILL.md

Overview

# Claude Code Skills for Apple Platform Development

A comprehensive collection of Claude Code skills for iOS, macOS, and Apple platform development. These skills help you plan and build apps, maintain code quality, ensure HIG compliance, and guide you from idea to App Store.

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

What's Included

| Category | Skills | Purpose |

|----------|--------|---------|

| iOS | 3 | Code review, UI review, app planning |

| macOS | 8 | Tahoe APIs, SwiftData, AppKit bridge |

| Product | 10 | Idea validation β†’ App Store workflow |

| Generators | 18 | Production-ready code for common features |

| Apple Intelligence | 2 | Foundation Models, Visual Intelligence |

| Design | 1 | Liquid Glass design system |

| Security | 1 | Secure storage, biometrics, network security |

| App Store | 4 | ASO, descriptions, keywords, reviews |

| Release Review | 1 | Pre-release audit checklists |

Total: 49 skills

Quick Start

How to Use

New app? Say: "I have an idea for a macOS app that does X. Should I build it?"

Existing app? Say: "Review my code" or "Add [feature]"

See [docs/USAGE.md](docs/USAGE.md) for complete guide.

Installation

```bash

# Clone

git clone https://github.com/rshankras/claude-code-apple-skills.git

# Copy to your project

cp -r claude-code-apple-skills/skills your-project/.claude/skills/

# Or install globally

cp -r claude-code-apple-skills/skills ~/.claude/skills/

```

Directory Structure

```

skills/

β”œβ”€β”€ ios/ # iOS code review, UI review, planning

β”œβ”€β”€ macos/ # macOS patterns, Tahoe APIs, SwiftData

β”œβ”€β”€ product/ # Idea β†’ App Store workflow (10 phases)

β”œβ”€β”€ generators/ # Code generators (18 skills)

β”‚ β”œβ”€β”€ logging-setup/

β”‚ β”œβ”€β”€ analytics-setup/

β”‚ β”œβ”€β”€ networking-layer/

β”‚ β”œβ”€β”€ auth-flow/

β”‚ β”œβ”€β”€ paywall-generator/

β”‚ β”œβ”€β”€ settings-screen/

β”‚ β”œβ”€β”€ persistence-setup/

β”‚ β”œβ”€β”€ push-notifications/

β”‚ β”œβ”€β”€ deep-linking/

β”‚ └── ...

β”œβ”€β”€ apple-intelligence/ # Foundation Models, Visual Intelligence

β”œβ”€β”€ design/ # Liquid Glass (.glassEffect API)

β”œβ”€β”€ security/ # Keychain, biometrics, network security

β”œβ”€β”€ app-store/ # ASO, descriptions, screenshots, reviews

β”‚ β”œβ”€β”€ keyword-optimizer/ # + advanced-tactics, existing-app-strategy

β”‚ β”œβ”€β”€ app-description-writer/

β”‚ β”œβ”€β”€ screenshot-planner/

β”‚ └── review-response-writer/

β”œβ”€β”€ release-review/ # Security, privacy, UX, distribution audits

└── shared/ # Skill creation templates

```

Documentation

| Doc | Description |

|-----|-------------|

| [docs/USAGE.md](docs/USAGE.md) | How to use for new vs existing apps |

| [docs/ROADMAP.md](docs/ROADMAP.md) | Planned future skills |

| [skills/product/WORKFLOW.md](skills/product/WORKFLOW.md) | Full idea β†’ App Store workflow |

| [CONTRIBUTING.md](CONTRIBUTING.md) | How to contribute |

Generator Skills

Generate production-ready Swift code that adapts to your project:

| Generator | What It Creates |

|-----------|-----------------|

| logging-setup | Apple Logger infrastructure |

| analytics-setup | Protocol-based analytics (TelemetryDeck, Firebase) |

| networking-layer | Async/await API client |

| auth-flow | Sign in with Apple + biometrics |

| paywall-generator | StoreKit 2 subscriptions |

| settings-screen | Complete preferences UI |

| persistence-setup | SwiftData + optional iCloud |

| onboarding-generator | Multi-step welcome flow |

| review-prompt | Smart App Store review requests |

| error-monitoring | Crash reporting (Sentry/Crashlytics) |

| ci-cd-setup | GitHub Actions / Xcode Cloud |

| localization-setup | String catalogs, i18n |

| push-notifications | APNs setup |

| deep-linking | URL schemes, universal links |

| test-generator | Unit/UI test templates |

| accessibility-generator | VoiceOver, Dyna