
Dimillian Skills
github.com/dimillian/skills- Category
- Developer Tools
- Rank
- No. 436Tools index
- Pricing
- Open Source
- Type
- TOOL
- Builder
- dimillian
- GitHub
- 3.9k stars
- Date
About
A collection of 16 reusable development skills for Apple platforms that help with recurring engineering tasks like generating App Store release notes, debugging iOS apps, improving SwiftUI/React code, and orchestrating refactors. Designed to work with Codex AI systems for automated development workflows.
What it does
Dimillian Skills supplies task-specific playbooks that tell an AI coding agent when to act, what evidence to gather, which tools to use, and when to stop. The set spans release writing, simulator diagnosis, performance analysis, code review, packaging, concurrency, and coordinated investigations.
Why it's ranked here
The collection is unusually concrete: several skills define ordered procedures, validation gates, and explicit boundaries around read-only work. Its value depends heavily on the surrounding toolchain, however, and the published catalogue is inconsistent with the generated documentation index.
What's good
The strongest skills encode judgment, not merely prompts. Release notes must trace back to real changes and exclude internal work. Review and bug-hunt workflows separate specialist roles, demand evidence, filter speculation, and leave final synthesis to the main agent. Simulator guidance verifies successful launch before interaction.
Tradeoffs
Several workflows require external capabilities such as the GitHub CLI, XcodeBuildMCP, a booted simulator, or multiple agents. Coverage is uneven outside Apple development, despite entries for GitHub and React. The documentation index lists fewer and partly different skills than the main catalogue, which can confuse discovery.
How to use it well
It best suits teams already using Codex for Swift, SwiftUI, iOS, or macOS work and wanting repeatable procedures for common engineering chores. Install only the relevant skill folders, inspect their prerequisites, and keep project-specific instructions nearby. It does not replace compilers, profilers, simulators, signing credentials, or human product judgment.
Technical notes+
README.md instructs users to place skill folders under $CODEX_HOME/skills. Each folder centers on a SKILL.md containing frontmatter, triggers, and workflow instructions, with optional references and assets. scripts/build_docs_index.py scans root directories containing SKILL.md, parses simple frontmatter, collects Markdown references, and writes docs/skills.json. docs/app.js fetches that index, loads skill Markdown locally or from the repository's main branch, parses limited frontmatter, and renders content through Marked. There is catalogue drift: README.md describes 16 skills, while the supplied docs/skills.json contains eight entries and includes gh-issue-fix-flow, which is absent from the README table. macos-spm-app-packaging/assets/templates/bootstrap/Package.swift targets Swift tools 6.2 and macOS 14.
Observed
- License
- MIT License
- Install surface
- Self-contained skill folders placed under $CODEX_HOME/skills
- Primary interface
- Codex skill instructions expressed as Markdown with frontmatter and optional references
- External integrations
- Documented workflows use the GitHub CLI and XcodeBuildMCP
- Platform support
- Strong focus on Swift, SwiftUI, iOS, and macOS, with additional GitHub and React workflows
- Documentation surface
- A browser catalogue loads a generated JSON index and renders skill Markdown
Read from README.md, docs/app.js, scripts/build_docs_index.py, macos-spm-app-packaging/assets/templates/bootstrap/Package.swift, macos-spm-app-packaging/assets/templates/bootstrap/Sources/MyApp/main.swift, LICENSE, docs/index.html, docs/styles.css, github/SKILL.md, docs/skills.json, review-swarm/SKILL.md, bug-hunt-swarm/SKILL.md, ios-debugger-agent/SKILL.md, app-store-changelog/SKILL.md.
What it can do
Generate App Store release notes
App version information and changes → Formatted App Store changelog
Debug iOS applications
iOS app code and error information → Debugging analysis and solutions
Improve SwiftUI code performance
SwiftUI code → Optimized SwiftUI code with performance improvements
Improve React code
React code → Enhanced React code
Orchestrate code refactoring
Source code to be refactored → Refactored code structure
Perform SwiftUI performance auditing
SwiftUI application code → Performance audit report with recommendations
Conduct multi-agent code reviews
Code submissions → Collaborative code review feedback
Tags
Comments (0)
No comments yet
Editorially curated, with community endorsements as a secondary signal. Corrections welcome.