Last commit on January 13, 2026·Created on January 12, 2026
drewocarr/generate-shortcuts-skill
“Builds signed .shortcut files from action lists, variables, and control flow.”
Combined rank
#408
across all skills
In Developer Tooling
#25
category rank
Stars
209
+1.0% in last 7d
Forks
19
0.0% in last 7d
Watchers
1
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of real attention, adoption, and active maintenance.
This skill teaches an AI agent to construct macOS and iOS .shortcut files by writing the plist structure, wiring actions with UUIDs and variable references, and adding control flow patterns such as repeat, conditional, and menu. After the plist is assembled, the skill invokes the `shortcuts sign` command so the file can be imported directly into Shortcuts.app. It serves Shortcuts power users who want to script beyond the GUI, automation engineers building deployable shortcut pipelines, and AI agents that need to produce working files from text descriptions.