Stet
Apple platform development guidance for Swift, SwiftUI, and Xcode
All Skills in This Repository (75)
Pure Emerald Level Indicatorsspeckit-checklist
Generate domain-specific checklists to validate technical requirements for completeness and clarity.
axiom-debug-tests
Analyze xcresult bundles and crash logs to diagnose failing iOS UI tests.
axiom-audit-memory
Audit Swift source code for memory leaks and retain cycles.
axiom-audit-swiftui-layout
Analyze SwiftUI codebases for layout anti-patterns and adaptive strategy gaps.
axiom-analyze-triage
Automate classification and ranking of production crash and hang reports from Sentry and App Store Connect.
axiom-optimize-build
Audit Xcode project configurations and build scripts to identify performance bottlenecks.
axiom-performance
Diagnose iOS and macOS performance issues using Xcode Instruments and MetricKit.
axiom-testing
Write, debug, and optimize Swift unit and UI tests.
axiom-fix-build
Diagnose and resolve Xcode build failures with environment checks and cleanup.
axiom-uikit
Debug UIKit and SwiftUI interoperability with Auto Layout and lifecycle patterns.
axiom-audit-codable
Analyze Swift Codable implementations for serialization anti-patterns and structural risks.
axiom-analyze-swift-performance
Analyze Swift source code for performance anti-patterns and allocation hotspots.
Frequently Asked Questions
FAQPage SchemaHow to install Stet skills?โผ
Run `npx skills add DengNaichen/Stet --all -g -y` in your terminal to install all skills globally.
What problems do these Apple development skills solve?โผ
They cover the full Apple platform workflow: fixing Xcode build failures, debugging SwiftUI views, auditing memory leaks and concurrency bugs, optimizing performance, and preparing apps for App Store review.
Can these skills audit my Swift code automatically?โผ
Yes. Dedicated auditor skills scan your codebase for memory leaks, SwiftData mistakes, accessibility violations, security risks, slow GRDB queries, and dozens of other issues, then report fixes by severity.
Do these skills work with Claude Code and other coding agents?โผ
Yes. Every skill follows the standard SKILL.md format, so any compatible coding agent can load them and apply the guidance while editing your project.
Do I need to be an iOS expert to use these skills?โผ
No. Each skill includes decision trees, copy-paste code patterns, and step-by-step diagnostics, so less experienced developers get expert-level guidance while senior engineers skip straight to the fix.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core