Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentMédio

Contacts Framework

pordpearson2699·dpearson2699· v1.0.0 · atualizado em 2026-04-10
78
Score

Read, create, update, and pick contacts using the Contacts and ContactsUI frameworks. Use when fetching contact data, saving new contacts, wrapping CNContactPickerViewController in SwiftUI, handling contact permissions, or working with CNContactStore fetch and save requests.

ioscontactsswiftcncontactstorecncontactcontactsuipermissions
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdcontacts-framework/workflow
1
Check Authorization: — Determine the current authorization status for contact access.
2
Request Access (if needed): — If access is not authorized, request it from the user.
3
Fetch Contacts (if needed): — Use `CNContactStore` to fetch contacts based on specified criteria (name, identifier, etc.).
4
Create/Update/Delete (if needed): — Use `CNMutableContact` and `CNSaveRequest` to create, update, or delete contacts.
5
Display Contact Picker (if needed): — Use `CNContactPickerViewController` to allow the user to select contacts.
6
Handle Changes: — Observe `CNContactStoreDidChange` notifications to refresh cached data.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aSwiftUI Performance Audit
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aArchitecting Flutter Layouts
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aArchitecting Flutter Applications
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79

Árvore do Skill

Contacts Framework
contacts-framework
Fases Cognitivas4
1.SENSE
2.CONTEXTUALIZE
3.ACT
4.REFLECT
Triggers8
fetch contact informationcreate a new contact in iOSupdate an existing contactdisplay a contact pickerrequest contact accessread contact detailsaccess user's contactsdelete a contact

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download contacts-framework
$ synaptic skills detail contacts-framework
$ synaptic skills live contacts-framework

Dependências

ContactsContactsUISwiftUI

Links

GitHub Repository