Infrastructure skill — multi-step action orchestration: run a sequence of MCP tools in order, passing results between steps. Use when chaining two or more tools into a repeatable pipeline (select → rename → validate → export). Not for single-tool operations or DCC-specific business logic — use a domain skill for those.
$npx -y skills add dcc-mcp/dcc-mcp-core --skill workflowInstalls into the current project.
Run `npx skills use "https://github.com/dcc-mcp/dcc-mcp-core" --skill "dcc-mcp/dcc-mcp-core/workflow"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/dcc-mcp/dcc-mcp-core" that are relevant to the current task. Run `npx skills add "https://github.com/dcc-mcp/dcc-mcp-core"` and select the relevant skills, then follow their instructions.