← ClaudeAtlas

dcc-mcp-skills-creatorlisted

Infrastructure skill - create, validate, scaffold, and review DCC-MCP skills for the dcc-mcp-core ecosystem. Use when authoring SKILL.md, tools.yaml, scripts, groups, prompts, or skill taxonomy. Not for creating a full DCC-MCP adapter repository - use dcc-mcp-creator.
dcc-mcp/dcc-mcp-agent-plugins · ★ 0 · AI & Automation · score 78
Install: claude install-skill dcc-mcp/dcc-mcp-agent-plugins
# DCC-MCP Skills Creator A first-class meta-skill for creating, validating, and reviewing DCC-MCP skill packages. It bundles scaffold/validation tools together with agent-facing authoring guidance for `SKILL.md`, `tools.yaml`, scripts, groups, prompts, and progressive-loading taxonomy. Use `dcc-mcp-creator` when the task is to create a full adapter repository for a host such as Nuke, Blender, 3ds Max, Unreal, ZBrush, Houdini, or Maya. Use this skill when the task is to create or improve the skill packages loaded by those adapters. ## Install and Route Install the published [`@loonghao/dcc-mcp-skills-creator`](https://clawhub.ai/loonghao/skills/dcc-mcp-skills-creator) package, then start a new agent turn: ```bash openclaw skills install @loonghao/dcc-mcp-skills-creator npx --yes clawhub@0.23.1 install @loonghao/dcc-mcp-skills-creator ``` ## Distribution Boundary A Skill remains the runtime and authoring unit. Use an Agent Plugin only as a distribution unit when several Skills share release, compatibility, trust, and uninstall boundaries: ```text my-plugin/ |-- plugin.json `-- skills/ |-- inspect/SKILL.md `-- act/SKILL.md ``` The root manifest targets `https://agent-plugins.org/schemas/1.0.0/plugin.schema.json`. Do not move independently versioned or optional Skills into one plugin merely because they share a repository. Existing DCC-MCP packages with multiple explicit `source.skillRoots` remain valid `skill-bundle` packages. Use [`dcc-mcp`](https://clawhub.ai