CtrlK
BlogDocsLog inGet started
Tessl Logo

ios-app-intents

Design App Intents, app entities, and App Shortcuts for iOS system surfaces. Use when exposing app actions or content to Shortcuts, Siri, Spotlight, widgets, or controls.

68

Quality

83%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

78%Weight 40%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A well-organized instruction skill that keeps the overview lean, names concrete APIs, sequences a clear workflow with validation, and properly offloads detail to four verified reference files. Inline actionability and a tighter validation feedback loop are the main improvement areas.

Suggestions

Add at least one minimal inline code snippet (e.g. a bare AppIntent struct) so the most common case is copy-paste ready without opening code-templates.md.

Strengthen step 5 into an explicit validate-fix-retry loop (e.g. 'if routing is wrong, adjust the handoff path and rebuild') to formalize the feedback loop.

Trim a few philosophical bullets in Strong defaults (e.g. 'Treat App Intents as system integration infrastructure...') to sharpen conciseness.

DimensionReasoningScore

Conciseness

The body is efficient and assumes Claude's competence without explaining what App Intents is; a few bullets in Strong defaults and Notes edge toward philosophical restatement that could be trimmed.

4 / 5

Actionability

Gives concrete, named APIs to use (AppEntity, EntityQuery, AppEnum, AppShortcutsProvider, openAppWhenRun) with clear directives, and defers full executable code to the verified code-templates reference, leaving only minor gaps inline.

4 / 5

Workflow Clarity

A clear five-step Core workflow is sequenced with a validation step (build, confirm compiles, verify routing, summarize); it lacks an explicit fix-and-retry feedback loop but the operation is not destructive or batch.

4 / 5

Progressive Disclosure

The body is a concise overview that points to four real one-level-deep reference files (first-pass-checklist, example-patterns, code-templates, system-surfaces), each clearly signaled with its purpose.

5 / 5

Total

17

/

20

Passed

Description

87%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A strong, well-structured description that clearly states what the skill does and when to invoke it, with concrete trigger terms tied to iOS system surfaces. Minor room to add a couple of natural synonyms, but it already answers both what and when explicitly.

DimensionReasoningScore

Specificity

Names several concrete deliverables ("App Intents, app entities, and App Shortcuts") plus the system-surfaces scope, listing multiple specific design targets with only minor coverage gaps.

4 / 5

Completeness

Explicitly answers both what ("Design App Intents, app entities, and App Shortcuts for iOS system surfaces") and when ("Use when exposing app actions or content to Shortcuts, Siri, Spotlight, widgets, or controls") with concrete trigger phrases.

5 / 5

Trigger Term Quality

Includes natural user-facing terms ("Shortcuts, Siri, Spotlight, widgets, or controls") with good coverage; a few synonyms or phrasings users might say are missing.

4 / 5

Distinctiveness Conflict Risk

Targets a clear iOS-specific niche with distinct system-surface triggers, making overlap with unrelated skills minimal.

5 / 5

Total

18

/

20

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
openai/plugins
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.