shortcuts-playground
NewBuild, validate, sign, and archive macOS/iOS Shortcuts directly from Claude Code. Ships a full knowledge base, a build agent (/shortcuts-playground:build) and a remix agent (/shortcuts-playground:remix), a PostToolUse auto-validation hook, and the validate/resolve-icon/sign-shortcut wrappers.
Summary
This skill enables developers to build, validate, sign, and archive macOS/iOS Shortcuts directly from Claude Code.
- It includes a full knowledge base, build and remix agents, and auto-validation hooks, making it easy to create and manage Shortcuts programmatically.
Install & Usage
/plugin marketplace add <org/repo>Add the configuration to /plugin install shortcuts-playground@<marketplace>
/pluginUse Cases
Usage Examples
/shortcuts-playground:build create a shortcut that reads the current weather and sends an email summary
/shortcuts-playground:validate myShortcut.shortcut
/shortcuts-playground:sign --identifier com.example.myShortcut myShortcut.plist
Security Audits
Frequently Asked Questions
What is shortcuts-playground?
This skill enables developers to build, validate, sign, and archive macOS/iOS Shortcuts directly from Claude Code. It includes a full knowledge base, build and remix agents, and auto-validation hooks, making it easy to create and manage Shortcuts programmatically.
How to install shortcuts-playground?
To install shortcuts-playground: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install shortcuts-playground@<marketplace>. Finally, /plugin in Claude Code.
What is shortcuts-playground best for?
shortcuts-playground is a plugin categorized under General. It is designed for: agent, shortcuts, macos, ios, automation, apple, macstories, plist. Created by Federico Viticci.
What can I use shortcuts-playground for?
shortcuts-playground is useful for: Automate the creation of a complex iOS Shortcut that fetches data from an API and formats it into a notification.; Validate and sign a macOS Shortcut before distributing it to team members or publishing it.; Remix an existing Shortcut by modifying its actions and re-signing it with a new identifier.; Archive a collection of Shortcuts into a single file for backup or sharing.; Resolve icon references in a Shortcut plist to ensure compatibility across devices.; Integrate Shortcut building into a CI/CD pipeline for automated testing and deployment..