Skip to main content
Back to the directory
affaan-m/everything-claude-codeSoftware EngineeringFrontend and Design

foundation-models-on-device

On-device LLM integration for iOS 18+ using Apple's FoundationModels framework with privacy-first text generation and structured output.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
2

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/affaan-m/everything-claude-code --skill foundation-models-on-device
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, foundation-models-on-device has 2 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: affaan-m/everything-claude-code. Canonical URL: https://skills.sh/affaan-m/everything-claude-code/foundation-models-on-device.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
On-device LLM integration for iOS 18+ using Apple's FoundationModels framework with privacy-first text generation and structured output. Patterns for integrating Apple's on-device language model into apps using the FoundationModels framework. Covers text generation, structured output with @Generable , custom tool calling, and snapshot streaming — all running on-device for privacy and offline support. Always check model availability before creating a session: Key points for instructions: Generate structured Swift types instead of raw strings: Let the model invoke custom code for domain-specific tasks: Stream structured responses for real-time UI with PartiallyGenerated types: - Covers text generation, structured output via @Generable macro, custom tool calling, and snapshot streaming—all running locally without cloud dependency - Requires availability checks before session creation; supports single-turn and multi-turn conversations with optional system instructions - Guided generation with @Guide constraints (numeric ranges, array counts, semantic hints) produces strongly-typed Swift structs instead of raw strings - Tool calling lets models invoke custom functions for domain-specific tasks; streaming mode progressively yields partial results for real-time UI updates - 4,096 token context limit applies across instructions, prompt, and output combined; single request per session...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does foundation-models-on-device do?

On-device LLM integration for iOS 18+ using Apple's FoundationModels framework with privacy-first text generation and structured output.

Is foundation-models-on-device good?

foundation-models-on-device does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support foundation-models-on-device?

foundation-models-on-device currently lists compatibility with Claude Code, Skills CLI.

Is foundation-models-on-device safe to install?

foundation-models-on-device has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to foundation-models-on-device?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install foundation-models-on-device?

Run the following command to install foundation-models-on-device: npx skills add https://github.com/affaan-m/everything-claude-code --skill foundation-models-on-device

Related skills

More from affaan-m/everything-claude-code

Related skills

Alternatives in Software Engineering