Install
$ agentstack add skill-j-krush-wrangle-macos-development ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
macOS Development Expert
Comprehensive guidance for macOS app development. This skill aggregates specialized modules for different aspects of macOS development.
When This Skill Activates
Use this skill when the user:
- Asks about macOS development best practices
- Wants code review for macOS/Swift projects
- Needs help with SwiftUI, SwiftData, or AppKit
- Is implementing macOS 26 (Tahoe) features
- Wants UI/UX review against HIG
- Needs architecture guidance for macOS apps
Available Modules
Read relevant module files based on the user's needs:
coding-best-practices/
Swift 6+ code quality and modern idioms.
swift-language.md- Modern Swift patternsmodern-concurrency.md- async/await, actors, Sendabledata-persistence.md- SwiftData, UserDefaults, Keychaincode-organization.md- Project structure and modularityarchitecture-principles.md- Clean architecture patterns
architecture-patterns/
Software design and architecture.
solid-detailed.md- SOLID principles with Swift examplesdesign-patterns.md- Common design patternsmodular-design.md- Modular architecture approaches
swiftdata-architecture/
SwiftData deep dive.
schema-design.md- Model design and relationshipsquery-patterns.md- Efficient queries and predicatesperformance.md- Optimization techniques
macos-tahoe-apis/
macOS 26 specific features.
tahoe-features.md- New macOS 26 capabilitiesapple-intelligence.md- AI/ML integrationmlx-framework.md- On-device ML with MLXcontinuity.md- Cross-device featuresxcode16.md- Xcode 16 tools and features
macos-capabilities/
Platform integration.
sandboxing.md- App Sandbox and entitlements- System integration features
appkit-swiftui-bridge/
Hybrid development.
nsviewrepresentable.md- Wrapping AppKit views- State management between frameworks
ui-review-tahoe/
UI/UX review for macOS 26.
- Liquid Glass design system
- HIG compliance checking
- Accessibility review
app-planner/
Project planning and analysis.
- New app architecture planning
- Existing app audits
How to Use
- Identify user's need from their question
- Read relevant module files from subdirectories
- Apply the guidance to their specific context
- Reference Apple documentation when needed
Example Workflow
User asks about SwiftData performance:
- Read
swiftdata-architecture/performance.md - Read
swiftdata-architecture/query-patterns.mdif relevant - Apply recommendations to their code
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: J-Krush
- Source: J-Krush/wrangle
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.