axiom-ios-ai
3
总安装量
3
周安装量
#54660
全站排名
安装命令
npx skills add https://github.com/fotescodev/ios-agent-skills --skill axiom-ios-ai
Agent 安装分布
opencode
3
gemini-cli
3
antigravity
3
claude-code
3
github-copilot
3
codex
3
Skill 文档
iOS Apple Intelligence Router
You MUST use this skill for ANY Apple Intelligence or Foundation Models work.
When to Use
Use this router when:
- Implementing Apple Intelligence features
- Using Foundation Models
- Working with LanguageModelSession
- Generating structured output with @Generable
- Debugging AI generation issues
- iOS 26 on-device AI
Routing Logic
Foundation Models Work
Implementation patterns â /skill axiom-foundation-models
- LanguageModelSession basics
- @Generable structured output
- Tool protocol integration
- Streaming with PartiallyGenerated
- Dynamic schemas
- 26 WWDC code examples
API reference â /skill axiom-foundation-models-ref
- Complete API documentation
- All @Generable examples
- Tool protocol patterns
- Streaming generation patterns
Diagnostics â /skill axiom-foundation-models-diag
- AI response blocked
- Generation slow
- Guardrail violations
- Context limits exceeded
- Model unavailable
Decision Tree
User asks about Apple Intelligence
ââ Implementing? â foundation-models
ââ Need API reference? â foundation-models-ref
ââ Debugging issues? â foundation-models-diag
Critical Patterns
foundation-models:
- LanguageModelSession setup
- @Generable for structured output
- Tool protocol for function calling
- Streaming generation
- Dynamic schema evolution
foundation-models-diag:
- Blocked response handling
- Performance optimization
- Guardrail violations
- Context management
Example Invocations
User: “How do I use Apple Intelligence to generate structured data?”
â Invoke: /skill axiom-foundation-models
User: “My AI generation is being blocked”
â Invoke: /skill axiom-foundation-models-diag
User: “Show me @Generable examples”
â Invoke: /skill axiom-foundation-models-ref
User: “Implement streaming AI generation”
â Invoke: /skill axiom-foundation-models