git log --oneline --stat
HEAD
- Stars
- 3.4k
- Forks
- 200
- Updated
- Jun 24, 2026
repo --stat
stars
3.4k
forks
200
last update
Jun 24, 2026
license
MITv1.2.0
quickstart.sh
3 steps
- Install
// Drops SKILL.md into ~/.claude/skills/
$ claude skills add app-intents-widgets-controls-siri - Invoke
// Run from any project directory
$ claude --skill app-intents-widgets-controls-siri "help me ship this" - Iterate
// Re-run with edits — Claude keeps the skill loaded
$ claude --skill app-intents-widgets-controls-siri "now refactor it"
app-intents-widgets-controls-siri/
references
- references/
- SKILL.mdopen
- README.mdopen
SKILL.md
readonly
- name:
- App Intents Multi-Surface
- slug:
- app-intents-widgets-controls-siri
- version:
- v1.2.0
- license:
- MIT
- author:
- @intentkit-craft
- categories:
- tags:
- #app-intents#ios-26#widgetkit#control-center#siri-shortcuts
- description:
One App Intent across interactive widgets, Control Center, Live Activities, Shortcuts, Spotlight, and Apple Intelligence.
features.md
4 capabilities
// What you can do with it
- Interactive widgets — Button(intent:) / Toggle(isOn:intent:) inside your WidgetKit view, with the intent marked so it runs in-process.
- Control Center — a ControlWidget with ControlWidgetButton/ControlWidgetToggle bound to the same intent.
- Shortcuts & Spotlight — AppShortcutsProvider with AppShortcut entries and natural-language phrases.
- Apple Intelligence / Siri — assigns an AppIntent schema where applicable so the system can invoke it.
README.md
app-intents-widgets-controls-siri/README.md
6 sections
Loading README…
$ cat reviews/
Reviews
// No reviews yet. Be the first.
Loading review form…