By qtsone
Complete workflow orchestration solution with specialist agent, expert skill, and MCP auto-configuration for DAG-based workflows
Official Claude Code plugin marketplace for QTS team workflows and tools.
This marketplace provides curated plugins that extend Claude Code with team-specific workflows, skills, and integrations.
Complete workflow orchestration solution with specialist agent, expert skill, and MCP auto-configuration.
Includes:
Features:
~/.workflows and ./.workflowsKeywords: workflows, mcp, dag, automation, orchestration, specialist, agent
Version: 2.0.0
Add this marketplace to your Claude Code:
/plugin marketplace add qtsone/marketplace
Then install plugins:
/plugin install workflows@qtsone
Add to your .claude/settings.json:
{
"extraKnownMarketplaces": {
"qtsone": {
"source": {
"source": "github",
"repo": "qtsone/marketplace"
}
}
}
}
Team members will automatically have access to the marketplace.
This marketplace includes the following skills bundled in plugins:
workflows plugin)Teaches Claude how to properly use the workflows-mcp MCP server for workflow orchestration.
Activates when you mention:
Key capabilities:
Documentation included:
To add a new plugin to this marketplace:
plugins/.claude-plugin/plugin.json manifest.claude-plugin/marketplace.jsonSee CONTRIBUTING.md for detailed guidelines.
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)
MIT License - see LICENSE for details.
For issues or questions:
Made with ❤️ by the QTS Team
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub qtsone/marketplace --plugin workflowsOrchestrate complex workflows with DAG-based execution, parallel tasks, and run history tracking
Multi-agent workflow orchestration via YAML. Ships the conductor skill so the assistant can validate, run, debug, and author workflow files for the conductor CLI.
Store, query, and create YAML workflow playbooks for LLM agents via MCP. STDIO or Streamable HTTP.
Dagu workflow orchestration: workflow authoring, web UI, and REST API
Core workflow engine - Execute workflow-as-markdown definitions with validation-driven completion
Production-grade n8n workflow building skills. Pairs with the official n8n instance-level MCP server to teach Claude how to architect, validate, and ship workflows that work in production.