Skip to content

feat(skills): Foundation Models, Apple Intelligence, macOS best practices#75

Merged
duyet merged 1 commit into
masterfrom
feat/foundation-models-macos-skills
Jun 13, 2026
Merged

feat(skills): Foundation Models, Apple Intelligence, macOS best practices#75
duyet merged 1 commit into
masterfrom
feat/foundation-models-macos-skills

Conversation

@duyet

@duyet duyet commented Jun 13, 2026

Copy link
Copy Markdown
Owner

Three new skills extracted from Apple's DocC docs (web tools were rate-limited, so content came via the DocC JSON API).

  • foundation-models (build-ios-apps): on-device generative AI — LanguageModelSession, SystemLanguageModel availability, @Generable/GenerationSchema guided generation, Tool calling, system / Private Cloud Compute / custom-provider backends.
  • apple-intelligence (build-ios-apps): the participation layer — App Intents/entities/schemas, Spotlight semantic indexing, Writing Tools, Image Playground. Cross-references foundation-models, core-ai, ios-app-intents.
  • macos-app-best-practices (build-macos-apps): scene/window/menu architecture, Settings/MenuBarExtra, commands, SwiftUI vs AppKit vs Mac Catalyst (Scale-to-iPad vs Optimize-for-Mac).

All lint-clean (prettier, no lines >400); validate-plugins.sh passes (skills auto-discovered, no manifest/marketplace changes).

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

…ractices

- build-ios-apps/foundation-models: on-device LLM via LanguageModelSession (SystemLanguageModel availability, @generable guided generation, GenerationSchema, tool calling, system/PCC/custom backends).

- build-ios-apps/apple-intelligence: participation layer (App Intents, entities, schemas, Spotlight, Writing Tools, Image Playground); cross-references sibling skills.

- build-macos-apps/macos-app-best-practices: scene/window/menu architecture, SwiftUI vs AppKit vs Mac Catalyst, from Apple SwiftUI/AppKit/Mac Catalyst docs.

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!

@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 24 minutes and 8 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: b346cddd-1f99-43df-83d8-ad2268edecd7

📥 Commits

Reviewing files that changed from the base of the PR and between b92b2c4 and 7e97085.

📒 Files selected for processing (3)
  • build-ios-apps/skills/apple-intelligence/SKILL.md
  • build-ios-apps/skills/foundation-models/SKILL.md
  • build-macos-apps/skills/macos-app-best-practices/SKILL.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/foundation-models-macos-skills

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 c28a788 into master Jun 13, 2026
12 checks passed
@duyet duyet deleted the feat/foundation-models-macos-skills branch June 13, 2026 18:36
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