Shortcut Automation
Automate project management workflows in Shortcut -- create stories, manage tasks, track epics, and organize workflows through natural language commands.
npx skills add ComposioHQ/awesome-claude-skills --skill shortcut-automation --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Shortcut Automation Automate your Shortcut project management operations directly from Claude Code. Create and list stories, add tasks and comments, batch-create stories, and navigate workflows -- all without leaving your terminal. **Toolkit docs:** [composio.dev/toolkits/shortcut](https://composio.dev/toolkits/shortcut) --- ## Setup 1. Add the Rube MCP server to your Claude Code config with URL: `https://rube.app/mcp` 2. When prompted, authenticate your Shortcut account through the connection link provided 3. Start automating your project management workflows with natural language --- ## Core Workflows ### 1. Create Stories Add new stories to your Shortcut workspace with full configuration. **Tool:** `SHORTCUT_CREATE_STORY` ``` Create a feature story called "Add dark mode support" in workflow state 500000001 with estimate 5 and label "frontend" ``` Key parameters for `SHORTCUT_CREATE_STORY`: - `name` (required) -- the story title - `workflow_state_id` -- the workflow state to place the story in (recommended over `project_id`) - `story_type` -- `"feature"`, `"bug"`, or `"chore"` - `description` -- story body/description - `estimate` -- numeric point estimate (or null for unestima
- Setup
- Core Workflows
- 1. Create Stories
- 2. Batch Create Stories
- 3. List Stories in a Project
- 4. Manage Story Tasks
- 5. Add Story Comments
- 6. Workflow and Project Discovery
- Known Pitfalls
- Quick Reference
What does the Shortcut Automation skill do?
Automate project management workflows in Shortcut -- create stories, manage tasks, track epics, and organize workflows through natural language commands.
How do I install it?
Run `npx skills add ComposioHQ/awesome-claude-skills --skill shortcut-automation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ComposioHQ/awesome-claude-skills, a repository with 71,763 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
