axiom-macos

Guide macOS development from SwiftUI setup to notarized distribution.

34|2|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/DengNaichen/Stet --skill axiom-macos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: axiom-macos
Source: https://github.com/DengNaichen/Stet/tree/main/.agents/skills/axiom-macos
Command: npx skills add https://github.com/DengNaichen/Stet --skill axiom-macos

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill provides a unified, expert-level framework for navigating the complexities of macOS-specific development, ensuring your application adheres to Apple's design patterns, security requirements, and system integration standards.

Core Features & Use Cases

  • System Integration: Expert guidance on window management, menu bar commands, and AppKit bridging.
  • Security & Distribution: Best practices for App Sandbox, code signing, notarization, and Sparkle-based updates.
  • Modernization: Strategies for adopting macOS 27+ UI patterns, including Liquid Glass and concentric corners.
  • Use Case: Use this skill when you need to bridge a SwiftUI view into an AppKit-based menu bar app or when troubleshooting sandbox file access violations during production distribution.

Quick Start

Use the axiom-macos skill to guide the implementation of a secure App Sandbox configuration and the necessary entitlements for a new macOS menu bar application.

Frequently Asked Questions about axiom-macos

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bridge a SwiftUI view into an AppKit-based menu bar app?

To bridge SwiftUI into an AppKit menu bar app, you apply architectural guidance for window management and AppKit interoperability. This skill provides the framework strategies needed to integrate modern SwiftUI scenes within traditional AppKit-based menu bar commands.

How to configure App Sandbox entitlements for secure macOS distribution?

Configuring App Sandbox entitlements for macOS distribution involves applying specific security best practices for sandbox restrictions and code signing. The skill provides comprehensive lifecycle guidance from initial SwiftUI scene setup to hardened runtime distribution and notarization.

Why does my macOS app get file access violations in the sandbox?

File access violations in the macOS App Sandbox occur when apps attempt restricted filesystem operations without proper entitlements. The skill offers troubleshooting guidance for sandbox file access violations during production distribution and secure configuration strategies.

What's the best way to adopt macOS 27+ UI patterns like Liquid Glass?

Adopting macOS 27+ UI patterns like Liquid Glass and concentric corners requires modernization strategies aligned with Apple's latest SDK standards. The skill provides architectural guidance to ensure native-feeling macOS software that adheres to current design patterns.

Do I need notarization and hardened runtime for macOS app distribution?

Notarization and hardened runtime are required for secure macOS app distribution adhering to Apple's standards. The skill covers the full application lifecycle including hardened runtime distribution, code signing, and Sparkle-based updates for secure deployment.