
Dimillian
Dimillian / app-store-changelog
4.0kCreate user-facing App Store release notes by collecting and summarizing all user-impacting changes since the last git tag (or a specified ref)
Dimillian / bug-hunt-swarm
4.0kParallel read-only multi-agent root-cause investigation for bugs, regressions, crashes, flaky behavior, or unexplained failures
Dimillian / ios-debugger-agent
4.0kUse XcodeBuildMCP to build, run, launch, and debug the current iOS project on a booted simulator. Trigger when asked to run an iOS app, interact with the simulator UI, inspect on-screen state, capture logs/console output, or diagnose runtime behavior using XcodeBuildMCP tools.
Dimillian / project-skill-audit
4.0kAnalyze a project's past Codex sessions, memory files, and existing local skills to recommend the highest-value skills to create or update
Dimillian / react-component-performance
4.0kAnalyze and optimize React component performance issues (slow renders, re-render thrash, laggy lists, expensive computations)
Dimillian / review-and-simplify-changes
4.0kReview a git diff or explicit file scope for reuse, code quality, efficiency, clarity, and standards issues, then optionally apply safe Codex-driven fixes
Dimillian / review-swarm
4.0kParallel read-only multi-agent review of a current git diff or explicit file scope to find behavioral regressions, security or privacy risks, performance or reliability issues, and contract or test coverage gaps
Dimillian / swiftui-performance-audit
4.0kAudit and improve SwiftUI runtime performance from code review and architecture. Use for requests to diagnose slow rendering, janky scrolling, high CPU/memory usage, excessive view updates, or layout thrash in SwiftUI apps, and to provide guidance for user-run Instruments profiling when code review…
Dimillian / swiftui-ui-patterns
4.0kBest practices and example-driven guidance for building SwiftUI views and components, including navigation hierarchies, custom view modifiers, and responsive layouts with stacks and grids
Dimillian / swiftui-view-refactor
4.0kRefactor and review SwiftUI view files with strong defaults for small dedicated subviews, MV-over-MVVM data flow, stable view trees, explicit dependency injection, and correct Observation usage
Dimillian / macos-menubar-tuist-app
4.0kBuild, refactor, or review macOS menubar apps that use Tuist and SwiftUI
Dimillian / macos-spm-app-packaging
4.0kScaffold, build, and package SwiftPM-based macOS apps without an Xcode project
Dimillian / orchestrate-batch-refactor
4.0kPlan and execute large refactor or rewrite efforts efficiently with parallel multi-agent analysis and implementation
Dimillian / swiftui-liquid-glass
4.0kImplement, review, or improve SwiftUI features using the iOS 26+ Liquid Glass API
Dimillian / swift-concurrency-expert
4.0kSwift Concurrency review and remediation for Swift 6.2+