@skills · Owner
Agent skills by dimillian
17 skills indexed from github.com/dimillian. Reference any of them in AdaL, Claude Code, Cursor or any coding agent — nothing to install.
- app-store-changelog · Skill · 3,887 stars
Create user-facing App Store release notes by collecting and summarizing all user-impacting changes since the last git tag (or a specified ref). Use when a
- bug-hunt-swarm · Skill · 3,887 stars
Parallel read-only multi-agent root-cause investigation for bugs, regressions, crashes, flaky behavior, or unexplained failures. Use when the user asks to
- github · Skill · 3,887 stars
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries. Use when the user
- ios-debugger-agent · Skill · 3,887 stars
Use 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 s
- macos-menubar-tuist-app · Skill · 3,887 stars
Build, refactor, or review macOS menubar apps that use Tuist and SwiftUI. Use when creating or maintaining LSUIElement menubar utilities, defining Tuist ta
- macos-spm-app-packaging · Skill · 3,887 stars
Scaffold, build, and package SwiftPM-based macOS apps without an Xcode project. Use when you need a from-scratch macOS app layout, SwiftPM targets/resource
- orchestrate-batch-refactor · Skill · 3,887 stars
Plan and execute large refactor or rewrite efforts efficiently with parallel multi-agent analysis and implementation. Use when a user asks to refactor many
- project-skill-audit · Skill · 3,887 stars
Analyze a project's past Codex sessions, memory files, and existing local skills to recommend the highest-value skills to create or update. Use when a user
- react-component-performance · Skill · 3,887 stars
Analyze and optimize React component performance issues (slow renders, re-render thrash, laggy lists, expensive computations). Use when asked to profile or
- review-and-simplify-changes · Skill · 3,887 stars
Review a git diff or explicit file scope for reuse, code quality, efficiency, clarity, and standards issues, then optionally apply safe Codex-driven fixes.
- review-swarm · Skill · 3,887 stars
Parallel read-only multi-agent review of a current git diff or explicit file scope to find behavioral regressions, security or privacy risks, performance o
- skills · Collection · 3,887 stars
- swift-concurrency-expert · Skill · 3,887 stars
Swift Concurrency review and remediation for Swift 6.2+. Use when asked to review Swift Concurrency usage, improve concurrency compliance, or fix Swift con
- swiftui-liquid-glass · Skill · 3,887 stars
Implement, review, or improve SwiftUI features using the iOS 26+ Liquid Glass API. Use when asked to adopt Liquid Glass in new SwiftUI UI, refactor an exis
- swiftui-performance-audit · Skill · 3,887 stars
Audit and improve SwiftUI runtime performance from code review and architecture. Use for requests to diagnose slow rendering, janky scrolling, high CPU/mem
- swiftui-ui-patterns · Skill · 3,887 stars
Best practices and example-driven guidance for building SwiftUI views and components, including navigation hierarchies, custom view modifiers, and responsi
- swiftui-view-refactor · Skill · 3,887 stars
Refactor and review SwiftUI view files with strong defaults for small dedicated subviews, MV-over-MVVM data flow, stable view trees, explicit dependency in