feat(skills): skills FoundationModels (rudrankriyam) pour isaac#202
Draft
izo wants to merge 1 commit into
Draft
Conversation
… isaac Ajoute les 2 skills registry du repo rudrankriyam/Foundation-Models-Framework-Example (MIT, même auteur que asc-cli-skills déjà utilisée par isaac) : - foundation-models-app-builder — recettes Swift pour apps embarquant l'IA on-device (FoundationModels, iOS 26+/macOS 26+) : sessions, guided generation @generable, tool calling, RAG, voice, HealthKit, App Intents - foundation-models-os27-updater — migration APIs OS 26 → OS 27/Xcode 27 Comble un trou : isaac génère des starter kits Apple mais n'avait aucune guidance pour les apps qui appellent LanguageModelSession nativement. Distinct d'apfel (CLI on-device pour les micro-tâches internes d'ulk). - skills-sources.json : 2 entrées registry MIT - isaac (27) : section détection + usage (Phase 2-3 / mode ENHANCE), garde-fou #if canImport(FoundationModels), ligne CONTEXTE PROJET - install-reference.md : note registry + distinction apfel vs skills https://claude.ai/code/session_01PwXvRQyEuXtt6TPNdy6T6N
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contexte
Suite au partage de rudrankriyam/Foundation-Models-Framework-Example comme « utilité pour Ulk ».
Ce repo (MIT, Rudrank Riyam — déjà l'auteur de
asc-cli-skillsqu'isaac utilise) ship 2 skills Claude Code vianpx skills add→ exactement le pattern registry skill d'Ulk.Le trou comblé
Isaac (27) génère des starter kits Apple mais n'avait aucune guidance pour les apps qui embarquent l'IA on-device via le framework
FoundationModels(appel natifLanguageModelSession, iOS 26+/macOS 26+, Apple Silicon).apfel(CLI registry) : apfel expose FoundationModels en ligne de commande pour les micro-tâches internes d'Ulk (commit messages, classification —_shared/local-llm-protocol.md). Ces skills servent à générer le code de l'app finale.Changements
framework/skills-sources.jsonfoundation-models-app-builder,foundation-models-os27-updater)framework/agents/mobile/27-isaac.md#if canImport(FoundationModels), ligneCONTEXTE PROJETframework/commands/agents/isaac.mdgenerate-commands.cjs).claude/rules/install-reference.mdSkills
@Generable, dynamic schemas, tool calling, RAG, voice, HealthKit, App Intents, multilingueInstallation :
ulk skills update(pas de flag — registry).Tests
go test ./cmd/ -run Skill(structskillSourceaccepte les champs)node --test framework/tests/agents-golden.test.mjs(663 pass)https://claude.ai/code/session_01PwXvRQyEuXtt6TPNdy6T6N
Generated by Claude Code