dimillian/skills
These skills were imported into SkillJury from the public skills ecosystem.
swiftui-view-refactor
by dimillian/skills
Apply a consistent structure and dependency pattern to SwiftUI views, with a focus on ordering, Model-View (MV) patterns, careful view model handling, and correct Observation usage.
ios-debugger-agent
by dimillian/skills
Use XcodeBuildMCP to build and run the current project scheme on a booted iOS simulator, interact with the UI, and capture logs. Prefer the MCP tools for simulator control, logs, and view inspection.
swift-concurrency-expert
by dimillian/skills
Review and fix Swift Concurrency issues in Swift 6.2+ codebases by applying actor isolation, Sendable safety, and modern concurrency patterns with minimal behavior changes.
macos-spm-app-packaging
by dimillian/skills
Bootstrap a complete SwiftPM macOS app folder, then build, package, and run it without Xcode. Use assets/templates/bootstrap/ for the starter layout and references/packaging.md + references/release.md for packaging and release details.
app-store-changelog
by dimillian/skills
Generate a comprehensive, user-facing changelog from git history since the last tag, then translate commits into clear App Store release notes.
react-component-performance
by dimillian/skills
Identify render hotspots, isolate expensive updates, and apply targeted optimizations without changing UI behavior.
gh-issue-fix-flow
by dimillian/skills
Resolve a GitHub issue from intake through fix, validation, and push using gh, local edits, XcodeBuildMCP, and git.
swiftui-performance-audit
by dimillian/skills
Audit SwiftUI view performance end-to-end, from instrumentation and baselining to root-cause analysis and concrete remediation steps.
swiftui-liquid-glass
by dimillian/skills
Use this skill to build or review SwiftUI features that fully align with the iOS 26+ Liquid Glass API. Prioritize native APIs ( glassEffect , GlassEffectContainer , glass button styles) and Apple design guidance. Keep usage consistent, interactive where needed, and performance aware.
swiftui-ui-patterns
by dimillian/skills
Source details, install context, and public review data are available on the full page.