Skip to main content
Back to registry

app-intents

dpearson2699/swift-ios-skills

Implement, review, and extend App Intents to expose app functionality to Siri, Shortcuts, Spotlight, widgets, Control Center, and Apple Intelligence.

Installs204
Install command
npx skills add https://github.com/dpearson2699/swift-ios-skills --skill app-intents
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Implement, review, and extend App Intents to expose app functionality to Siri, Shortcuts, Spotlight, widgets, Control Center, and Apple Intelligence. Determine which system feature the intent targets: The system instantiates the struct via init() , sets parameters, then calls perform() . Declare a title and parameterSummary for Shortcuts UI. Optional members: description ( IntentDescription ), openAppWhenRun ( Bool ), isDiscoverable ( Bool ), authenticationPolicy ( IntentAuthenticationPolicy ). Declare each user-facing input with @Parameter . Optional parameters are not required; non-optional parameters with a default are pre-filled. Primitives: Int , Double , Bool , String , URL , Date , DateComponents . Framework: Currency , Person , IntentFile .

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does app-intents do?

Implement, review, and extend App Intents to expose app functionality to Siri, Shortcuts, Spotlight, widgets, Control Center, and Apple Intelligence.

Is app-intents good?

app-intents does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does app-intents work with?

app-intents currently lists compatibility with codex, gemini-cli, opencode, amp, cline, github-copilot.

What are alternatives to app-intents?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install app-intents?

npx skills add https://github.com/dpearson2699/swift-ios-skills --skill app-intents

Related skills

More from dpearson2699/swift-ios-skills

Related skills

Alternatives in Software Engineering