#405 · Primary category: AI Coding Assistants
shortcuts-playground-plugin
Shortcuts Playground: A Claude Code and Codex plugin for building, validating, signing, and remixing macOS/iOS Shortcuts with natural language.
Project last updated:06/15/26
GitHub Stars
1.1K
Forks
51
Contributors
1
License
MIT
Why we included this project
Shortcuts Playground is a plugin for Claude Code and Codex that turns plain-English descriptions into signed, importable .shortcut files for Apple's Shortcuts app. Instead of hand-writing action XML and parameter keys, you tell the agent what you want: it builds the action list, wires variables, picks an icon, and validates the generated plist in a self-correcting loop before signing it with Apple's native shortcuts CLI. It can also remix existing unsigned shortcut files, keeping the actions and UUIDs you didn't ask to change. The bundled knowledge base and static action, parameter, and trigger catalogs are what make the output reliable rather than plausible-looking, and the validation loop feeds errors back into the agent's context before signing. For developers and power users who want to generate or maintain macOS/iOS shortcuts without memorizing Shortcuts' internal schema, this is a practical tool.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.