Skip to main content

claude-workflow-plugin-distribution

How to distribute a Claude Code Workflow-tool script (the Workflow({script}) orchestration engine / .claude/workflows/*.js) through a plugin or marketplace, and how to architect it around the Workflow sandbox. Use when: (1) you want to "ship / package / distribute a workflow" in a plugin; (2) designing a skill or command that launches a Workflow; (3) you assumed a plugin has a `workflows/` component (it does NOT); (4) your workflow .js needs to read a file/config/data but the sandbox has no filesystem; (5) deciding where file I/O and deterministic pre-processing should live relative to the engine.

跳到安装

来源信息

仓库
cajias/claude-skills
最近来源活动
2026年7月20日 07:29
检测到的 SKILL.md 语言
英语
星标
0
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。