Dimillian

27 mods across 5 repositories, 6.5k stars between them.

app-store-changelog

01

Dimillian/Skills

Skill Claude CodeCodex

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 asked to generate a comprehensive release changelog, App Store "What's New" text, or release notes based on git history or tags.

3.9k 5mo ago A 62 tokens original MIT

bug-hunt-swarm

02

Dimillian/Skills

Skill Claude CodeCodex

Parallel read-only multi-agent root-cause investigation for bugs, regressions, crashes, flaky behavior, or unexplained failures. Use when the user asks to investigate a bug, find the root cause, trace a regression, understand why something broke, or wants a ranked diagnosis with the fastest proof path without making…

3.9k 5mo ago A 70 tokens original MIT

github

03

Dimillian/Skills

Skill Claude CodeCodex

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 asks about GitHub issues, pull requests, workflows, or wants to interact with GitHub repositories from the command line — including tasks like check CI status, create PR…

3.9k 5mo ago A 92 tokens original MIT

ios-debugger-agent

04

Dimillian/Skills

Skill Claude CodeCodex

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 simulator UI, inspect on-screen state, capture logs/console output, or diagnose runtime behavior using XcodeBuildMCP tools.

3.9k 5mo ago A 70 tokens original MIT

Dimillian/Skills

Skill Claude CodeCodex

Build, refactor, or review macOS menubar apps that use Tuist and SwiftUI. Use when creating or maintaining LSUIElement menubar utilities, defining Tuist targets/manifests, implementing model-client-store-view architecture, adding script-based launch flows, or validating reliable local build/run behavior without…

3.9k 5mo ago A 74 tokens original MIT

Dimillian/Skills

Skill Claude CodeCodex

Scaffold, build, and package SwiftPM-based macOS apps without an Xcode project. Use when you need a from-scratch macOS app layout, SwiftPM targets/resources, a custom .app bundle assembly script, or signing/notarization/appcast steps outside Xcode.

3.9k 5mo ago A 65 tokens original MIT

Dimillian/Skills

Skill Claude CodeCodex

Plan and execute large refactor or rewrite efforts efficiently with parallel multi-agent analysis and implementation. Use when a user asks to refactor many files, split workstreams, analyze a target code area, and coordinate sub-agents with clear ownership and dependency-aware execution.

3.9k 5mo ago A 60 tokens original MIT

project-skill-audit

08

Dimillian/Skills

Skill Claude CodeCodex

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 asks what skills a project needs, wants skill ideas grounded in real project history, wants an audit of current project-local skills, or wants recommendations for…

3.9k 5mo ago A 75 tokens original MIT

Dimillian/Skills

Skill Claude CodeCodex

Analyze and optimize React component performance issues (slow renders, re-render thrash, laggy lists, expensive computations). Use when asked to profile or improve a React component, reduce re-renders, or speed up UI updates in React apps.

3.9k 5mo ago A 52 tokens original MIT

Dimillian/Skills

Skill Claude CodeCodex

Review a git diff or explicit file scope for reuse, code quality, efficiency, clarity, and standards issues, then optionally apply safe Codex-driven fixes. Use when the user asks to "simplify code", "review changed code", "check for code reuse", "review code quality", "review efficiency", "simplify changes", "clean up…

3.9k 5mo ago A 90 tokens original MIT

review-swarm

11

Dimillian/Skills

Skill Claude CodeCodex

Parallel 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. Use when the user asks for a review swarm, parallel review, diff review, regression review, security…

3.9k 5mo ago A 79 tokens original MIT

Dimillian/Skills

Skill Claude CodeCodex

Swift Concurrency review and remediation for Swift 6.2+. Use when asked to review Swift Concurrency usage, improve concurrency compliance, or fix Swift concurrency compiler errors in a feature or file. Concrete actions include adding Sendable conformance, applying @MainActor annotations, resolving actor isolation…

3.9k 5mo ago A 79 tokens original MIT

Dimillian/Skills

Skill Claude CodeCodex

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 existing feature to Liquid Glass, or review Liquid Glass usage for correctness, performance, and design alignment.

3.9k 5mo ago A 62 tokens copy · 89% MIT

Dimillian/Skills

Skill Claude CodeCodex

Audit 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 alone is…

3.9k 5mo ago A 66 tokens original MIT

swiftui-ui-patterns

15

Dimillian/Skills

Skill Claude CodeCodex

Best practices and example-driven guidance for building SwiftUI views and components, including navigation hierarchies, custom view modifiers, and responsive layouts with stacks and grids. Use when creating or refactoring SwiftUI UI, designing tab architecture with TabView, composing screens with VStack/HStack…

3.9k 5mo ago A 84 tokens original MIT

Dimillian/Skills

Skill Claude CodeCodex

Refactor 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. Use when cleaning up a SwiftUI view, splitting long bodies, removing inline actions or side effects, reducing computed some…

3.9k 5mo ago A 85 tokens original MIT

Dimillian/CodexSkillManager

Instructions file CodexOpenCode

Instructions for Dimillian/CodexSkillManager, covering codexskillmanager, what this app is, how it works, build and run and packaging and release.

1.4k 7mo ago A 880 tokens original MIT

swiftui

18

Dimillian/IcySky

Cursor rule Cursor

Rules for IcySky, a SwiftUI project for a bluesky client.

535 1y ago A 15 tokens AGPL-3.0

IcySky CLAUDE.md

19

Dimillian/IcySky

Instructions file

Claude Code instructions for Dimillian/IcySky, covering claude.md, project overview, development commands, building and open in xcode.

535 1y ago A 2,696 tokens AGPL-3.0

Dimillian/Claude

Agent

Use this agent when you need to design and implement a backend API for a frontend application. This includes selecting the appropriate backend framework, designing RESTful or GraphQL endpoints, setting up database schemas, implementing authentication/authorization, and creating the server infrastructure. The agent…

355 1y ago A 0 tokens

Dimillian/Claude

Agent

Use this agent when you need to analyze and refactor code structure, identify architectural issues, or improve code organization. Examples: Context: User has just implemented a new authentication feature and wants to ensure it follows project architecture patterns. user: 'I just finished implementing the login flow…

355 1y ago A 0 tokens

Dimillian/Claude

Agent

Use this agent when you need to create a new Next.js project from scratch with TypeScript and Tailwind CSS, or when you want to bootstrap a new web application with modern React patterns. Examples: Context: User wants to start a new web project for their portfolio site. user: 'I need to create a new portfolio website…

355 1y ago A 0 tokens

Dimillian/Claude

Agent

Use this agent when the user requests to build a new project, feature, or complex functionality that requires coordination across multiple domains (frontend, backend, testing, etc.). This agent excels at breaking down high-level requirements into actionable tasks and delegating them to specialized agents in the…

355 1y ago A 0 tokens

qa-test-engineer

24

Dimillian/Claude

Agent

Use this agent when you need to assess testing coverage, create test strategies, write test cases, implement tests, or verify application functionality. This includes situations where you need to establish testing infrastructure for untested projects, improve existing test coverage, or ensure applications meet quality…

355 1y ago A 0 tokens