MarketCore Workflow Builder
The MarketCore Workflow Builder is the companion Anthropic Skill for building, running, and troubleshooting MarketCore workflows — reusable, multi-step processes you can run on demand, on a schedule, or both.
Pair it with the MarketCore AI Workflows skill for the full MarketCore experience.
What it covers
- Building and editing workflow templates using the 6 workflow MCP tools:
create_workflow,get_workflow,list_workflows,update_workflow,run_workflow,get_workflow_runs - Recognizing when a user wants a workflow (scheduling cues, reusability patterns, "I want an agent that does X")
- Choosing the right output destination — external integrations vs. run-summary-only
- Scheduling, deduplication patterns (
since_last_run), and runner-summary conventions - Risk warnings: drafts vs. active, archive-instead-of-delete, duplicate name checks
Source: SKILL.md on GitHub
Download
Get marketcore-workflow-builder.skill from the latest release. The .skill file is a zip archive containing SKILL.md and bundled reference files.
Install
Claude Code:
mkdir -p ~/.claude/skills
unzip ~/Downloads/marketcore-workflow-builder.skill -d ~/.claude/skills/
Restart Claude Code. The skill loads automatically on workflow-related tasks.
Claude Desktop:
Import the .skill file via Claude Desktop's Skills folder. See Anthropic's Skills documentation for the current path on your platform.
ChatGPT, Cursor, and other non-Anthropic clients:
These don't directly support Anthropic Skills (yet). Workaround: unzip the .skill file and paste the contents of SKILL.md into your client's custom instructions or system-prompt slot.
Power-user install (clone and symlink)
git clone https://github.com/ccromp/marketcore-mcp.git
ln -s "$(pwd)/marketcore-mcp/skill/marketcore-workflow-builder" ~/.claude/skills/marketcore-workflow-builder
Releases
Releases are tagged workflow-builder-vX.Y.Z — see Releases.