
Workflows
- Updated November 21, 2025
- qtsone/marketplace
An expert skill for using the workflows-mcp MCP server to execute DAG-based workflows. It helps define directed task graphs and run them through the MCP server for automation. A developer uses it to orchestrate multi-step, dependency-aware workflows from within an agent rather than scripting the sequencing by hand.
Key points
- DAG-based workflow execution
- workflows-mcp MCP server
- Automation orchestration
Workflows by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add qtsone/marketplace/plugin install workflows@qtsoneAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | November 21, 2025 |
|---|---|
| Repository | qtsone/marketplace ↗ |
What it does
Use the workflows-mcp MCP server to define and execute DAG-based workflows.
README.md
QTS Claude Code Plugin Marketplace
Official Claude Code plugin marketplace for QTS team workflows and tools.
What's Inside
This marketplace provides curated plugins that extend Claude Code with team-specific workflows, skills, and integrations.
Available Plugins
workflows
Complete workflow orchestration solution with specialist agent, expert skill, and MCP auto-configuration.
Includes:
- 🤖 Workflows-specialist agent - Dedicated agent for DAG-based workflow orchestration
- 📚 Workflows-expert skill - Comprehensive knowledge base for workflows-mcp
- ⚙️ MCP auto-configuration - Automatic workflows-mcp server setup
- 🔧 Variable resolution syntax reference
- 📖 Block executors complete reference
- ✅ Best practices and common patterns
Features:
- Tag-based workflow discovery and execution
- Multi-step task coordination with dependency management
- 4-namespace variable architecture (inputs, blocks, metadata, shortcuts)
- Conditional execution with boolean shortcuts
- Workflow composition and checkpoint management
- Custom workflow directories:
~/.workflowsand./.workflows
Keywords: workflows, mcp, dag, automation, orchestration, specialist, agent
Version: 2.0.0
Installation
For Team Members
Add this marketplace to your Claude Code:
/plugin marketplace add qtsone/marketplace
Then install plugins:
/plugin install workflows@qtsone
For Claude Desktop Configuration
Add to your .claude/settings.json:
{
"extraKnownMarketplaces": {
"qtsone": {
"source": {
"source": "github",
"repo": "qtsone/marketplace"
}
}
}
}
Team members will automatically have access to the marketplace.
Available Skills
This marketplace includes the following skills bundled in plugins:
workflows-expert (from workflows plugin)
Teaches Claude how to properly use the workflows-mcp MCP server for workflow orchestration.
Activates when you mention:
- "run a workflow" or "execute workflow"
- "list workflows" or "what workflows are available"
- Working with CI/CD pipelines, git operations
- Multi-step task orchestration
Key capabilities:
- ✅ Proper variable resolution syntax (4-namespace architecture)
- ✅ Conditional execution patterns
- ✅ Workflow composition
- ✅ Status checking with ADR-007 shortcuts
- ✅ Best practices and troubleshooting
Documentation included:
- Complete variable syntax reference
- All block executor types and their inputs/outputs
- Common workflow patterns
- Troubleshooting guide
Contributing
To add a new plugin to this marketplace:
- Create plugin directory in
plugins/ - Add
.claude-plugin/plugin.jsonmanifest - Include components (commands, agents, skills, hooks, MCP servers)
- Update
.claude-plugin/marketplace.json - Submit pull request
See CONTRIBUTING.md for detailed guidelines.
Plugin Structure
plugins/
└── your-plugin/
├── .claude-plugin/
│ └── plugin.json # Required manifest
├── commands/ # Slash commands (optional)
├── agents/ # Agent definitions (optional)
├── skills/ # Skills with SKILL.md (optional)
│ └── skill-name/
│ ├── SKILL.md # Required
│ └── references/ # Reference docs (optional)
├── hooks/ # Hook configurations (optional)
└── .mcp.json # MCP server definitions (optional)
License
MIT License - see LICENSE for details.
Support
For issues or questions:
- Open an issue in this repository
- Contact the QTS DevOps team
- See workflows-mcp documentation
Related Projects
- workflows-mcp - DAG-based workflow orchestration MCP server
- Claude Code - Official documentation
Made with ❤️ by the QTS Team