automating-contacts
Automates macOS Contacts via JXA with AppleScript dictionary discovery. Use when asked to "automate contacts", "JXA contacts automation", "macOS address book scripting", "AppleScript contacts", or "Contacts app automation". Covers querying, CRUD, multi-value fields, groups, images, and ObjC bridge fallbacks.
Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security
Installation for Agentic Skill
View all platforms →skilz install SpillwaveSolutions/automating-mac-apps-plugin/automating-contacts skilz install SpillwaveSolutions/automating-mac-apps-plugin/automating-contacts --agent opencode skilz install SpillwaveSolutions/automating-mac-apps-plugin/automating-contacts --agent codex skilz install SpillwaveSolutions/automating-mac-apps-plugin/automating-contacts --agent gemini
First time? Install Skilz: pip install skilz
Works with 22+ AI coding agents
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/SpillwaveSolutions/automating-mac-apps-plugin cp -r automating-mac-apps-plugin/plugins/automating-mac-apps-plugin/skills/automating-contacts ~/.claude/skills/ Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
automating-mail
by SpillwaveSolutionsAutomates Apple Mail via JXA with AppleScript dictionary discovery. Use when asked to "automate email", "send mail via script", "JXA Mail automation",...
automating-reminders
by SpillwaveSolutionsAutomates Apple Reminders using JavaScript for Automation (JXA). Use when asked to "create reminders programmatically", "automate reminder lists", "JX...
mastering-postgresql
by SpillwaveSolutionsPostgreSQL development for Python with full-text search (tsvector, tsquery, BM25 via pg_search), vector similarity (pgvector with HNSW/IVFFlat), JSONB...
automating-pages
by SpillwaveSolutionsAutomates Apple Pages using JXA with AppleScript dictionary discovery. Use when asked to "automate Pages documents", "create documents programmaticall...
Agentic Skill Details
- Owner
- SpillwaveSolutions (GitHub)
- Repository
- automating-mac-apps-plugin
- Type
- Other
- Meta-Domain
- N/A
- Primary Domain
- N/A
- Market Score
- 99.0
Agent Skill Grade
A
Score: 99/100
Click to see breakdown
Score Breakdown
Areas to Improve
- Recipes show code patterns but lack expected outputs to verify success
- 4 bullet points explaining skill relationships consume tokens for edge-case information
Recommendations
- Add trigger phrases to description for discoverability
- Add table of contents for files over 100 lines
Graded: 1/18/2026
Developer Feedback
I took a look at your automating-contacts skill and wanted to share some thoughts.
Links:
The TL;DR
You're at 99/100, which puts you in solid A territory. This is based on Anthropic's skill best practices rubric. Your strongest area is Spec Compliance (14/15) - the YAML is clean, naming conventions are correct, and your trigger phrases are solid. The weakest spot is Utility (18/20), mainly because your recipe examples could use better validation outputs to show what success looks like.
What's Working Well
Progressive Disclosure Architecture is chef's kiss. Your SKILL.md clocks in at 95 lines with zero fluff, and you've properly isolated the massive PyXA API reference (880+ lines) into a separate file. The "What to load" section makes navigation crystal clear.
Your trigger phrases are doing the heavy lifting. Six specific triggers like "JXA contacts", "macOS address book", and "AppleScript contacts automation" make this discoverable. That's the kind of specificity that actually helps people find your skill.
The workflow is actionable. Eight numbered steps with a validation checklist at the end means someone can actually follow this and know when they're done. That's real utility.
The Big One
Your recipe examples show code patterns but don't show expected outputs. This matters because someone using your skill needs to know what success looks like. Right now you've got patterns like:
const matches = Contacts.people.whose({firstName: 'Ada'})();
But no comment showing what matches actually contains. Add inline comments with sample outputs:
const matches = Contacts.people.whose({firstName: 'Ada'})();
// Returns: [{firstName: 'Ada', lastName: 'Lovelace', email: 'ada@example.com'}, ...]
This is probably worth +1 point and makes the recipes genuinely useful instead of just illustrative. Do this in contacts-recipes.md for your core CRUD examples.
Other Things Worth Fixing
Tighten the "Relationship to Other Skills" section. It's taking up 4 bullets explaining when to use this vs. other skills. Compress it to one line: "Standalone skill. Load
automating-mac-appsfor TCC setup, ObjC bridges, or UI scripting fallbacks." You'd gain back some token budget here.Add a table of contents to
contacts-pyxa-api-reference.md. At 880+ lines, people need navigation. A simple TOC at the top pointing to sections would help.Your multi-value field examples could show common gotchas. The basics are there, but adding a "Common Mistakes" subsection would bump up utility when someone hits the edge cases you've already thought through.
Quick Wins
- Add sample output comments to recipe code examples (+1 point)
- Condense relationship section to one line (cleaner, same info)
- Add TOC to the big API reference for navigation
- Call out common edge cases in multi-value field docs
Checkout your skill here: SkillzWave.ai | SpillWave We have an agentic skill installer that install skills in 14+ coding agent platforms. Check out this guide on how to improve your agentic skills.
AI-Detected Topics
Extracted using NLP analysis
Report Security Issue
Found a security vulnerability in this agent skill?