Skip to content

feat(skills): add Core AI skill + Liquid Glass/AppKit updates#74

Merged
duyet merged 1 commit into
masterfrom
feat/core-ai-skill
Jun 13, 2026
Merged

feat(skills): add Core AI skill + Liquid Glass/AppKit updates#74
duyet merged 1 commit into
masterfrom
feat/core-ai-skill

Conversation

@duyet

@duyet duyet commented Jun 13, 2026

Copy link
Copy Markdown
Owner

Researches the provided Apple docs pages and turns them into skills for build-ios-apps / build-macos-apps.

Sources → skills

Core AI (new skill)build-ios-apps/skills/core-ai/SKILL.md

  • From: Integrating on-device AI models in your app with Core AI + Compiling Core AI models ahead of time.
  • Covers the full API: import CoreAI, AIModel(contentsOf:) (async device specialization), loadFunction(named:), function.descriptor/inputDescriptor(of:), NDArray(shape:scalarType:), mutable vs read-only views, function.run(inputs:), outputs by name, and the coreai-build AOT CLI (.aimodel → per-arch .aimodelc, AIModel.deviceArchitectureName).

Liquid Glass (updates) — from Adopting Liquid Glass

  • build-ios-apps/skills/swiftui-liquid-glass/SKILL.md: new Adoption Guidance section (standard components adopt it automatically, remove custom backgrounds, test accessibility settings, use sparingly, layered app icons, tabBarMinimizeBehavior/Tab(role: .search)).
  • build-macos-apps/skills/liquid-glass/SKILL.md: app-icon + accessibility notes.

AppKit (reference) — from the AppKit overview

  • build-macos-apps/skills/appkit-interop/references/appkit-overview.md: topic map (windows, text system, documents, drawing, menus, D&D, bindings, Catalyst) and notable symbols, linked from the skill.

Notes

  • Content extracted via Apple's DocC JSON API and synthesized (API names + short representative code), not copied verbatim.
  • Lint-clean: prettier-formatted, no markdown lines >400 chars.
  • The separate Foundation Models framework (Apple's high-level on-device LLM API) is not in the provided sources; the Core AI skill cross-references it. Happy to add a dedicated foundation-models skill if you share that doc URL.

Co-Authored-By: duyetbot duyetbot@users.noreply.github.com

- build-ios-apps: new core-ai skill for on-device AI models (AIModel, NDArray inference, coreai-build AOT) from Apple Core AI docs.

- build-ios-apps/swiftui-liquid-glass: add adoption guidance from Adopting Liquid Glass (standard components, remove custom chrome, accessibility, app icons).

- build-macos-apps/liquid-glass: add app icons and accessibility notes.

- build-macos-apps/appkit-interop: add appkit-overview reference (topic map, notable symbols).

Co-Authored-By: duyetbot <duyetbot@users.noreply.github.com>
@gemini-code-assist

Copy link
Copy Markdown

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry @duyet, you have reached your weekly rate limit of 500000 diff characters.

Please try again later or upgrade to continue using Sourcery

@coderabbitai

coderabbitai Bot commented Jun 13, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@duyet, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 17 minutes and 53 seconds. Learn how PR review limits work.

Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file).

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 8a57a0ef-9f86-425c-a2cb-e92ad157a61c

📥 Commits

Reviewing files that changed from the base of the PR and between 0395c17 and 966904b.

📒 Files selected for processing (5)
  • build-ios-apps/skills/core-ai/SKILL.md
  • build-ios-apps/skills/swiftui-liquid-glass/SKILL.md
  • build-macos-apps/skills/appkit-interop/SKILL.md
  • build-macos-apps/skills/appkit-interop/references/appkit-overview.md
  • build-macos-apps/skills/liquid-glass/SKILL.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/core-ai-skill

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Jun 13, 2026
@github-actions

Copy link
Copy Markdown

Welcome! 👋

Thank you for your first contribution to this project! We appreciate you taking the time to improve our codebase.

Next Steps

  • A maintainer will review your PR shortly
  • Please check for any review comments and address them
  • Feel free to ask questions if anything is unclear

Contribution Guidelines

  • Ensure all tests pass
  • Update documentation if needed
  • Keep changes focused and atomic

Thanks again for contributing! 🎉

@duyet duyet merged commit b92b2c4 into master Jun 13, 2026
12 checks passed
@duyet duyet deleted the feat/core-ai-skill branch June 13, 2026 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant