Skills
Apple platform development skills for SwiftUI, Swift, and code review
All Skills in This Repository (17)
Pure Emerald Level Indicatorsreview-swarm
Reviews git diffs with four parallel read-only agents covering regressions, security, performance, and contracts.
orchestrate-batch-refactor
Plans and executes large refactors with dependency-aware parallel multi-agent work packets.
review-and-simplify-changes
Reviews git diffs for reuse, quality, efficiency, and clarity issues using parallel read-only sub-agents.
project-skill-audit
Analyzes past Codex sessions and local skills to recommend new or updated project skills.
bug-hunt-swarm
Investigates bugs with four parallel read-only sub-agents to produce ranked root-cause hypotheses.
macos-menubar-tuist-app
Builds and maintains Tuist-based macOS menubar apps with layered SwiftUI architecture.
react-component-performance
Analyze React component renders and apply memoization to reduce re-renders.
app-store-changelog
Generates App Store release notes from git history since last tag.
swift-concurrency-expert
Identifies and remediates Swift 6.2+ concurrency issues like actor isolation and Sendable safety with minimal patches.
macos-spm-app-packaging
Build and package SwiftPM-based macOS apps without Xcode.
swiftui-liquid-glass
Implement and review Liquid Glass usage in SwiftUI iOS 26+ apps.
github
Automate GitHub issue, PR, CI, and API tasks via the gh CLI.
Frequently Asked Questions
FAQPage SchemaHow to install Dimillian Skills?โผ
Run `npx skills add Dimillian/Skills --all -g -y` in your terminal to install all skills in this suite globally.
What do these SwiftUI skills cover?โผ
They cover UI patterns, view refactoring, performance audits, Liquid Glass adoption, and Swift 6.2 concurrency fixes for iOS and macOS apps.
How do the review and bug hunt swarms work?โผ
They launch four read-only sub-agents in parallel to review diffs or trace bugs, then return a ranked list of issues or root causes with a fix path.
Can I package a macOS app without Xcode?โผ
Yes. The macOS SwiftPM packaging skill scaffolds, builds, signs, and notarizes SwiftPM-based apps entirely from the command line.
Do these skills work with Claude Code and Codex?โผ
Yes. Every skill follows the standard SKILL.md format and runs in Claude Code, Codex, Cursor, and other compatible AI agents.
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