ccwf-cli
仓库创建 2025年11月2日最近提交 16 小时前SkillHot 收录 20 天前
▸ 精选理由
适合在本地通过命令行管理与检查工作流文件的开发者。
▸ 风险提示
安装及运行需本地权限并可能下载外部依赖。
这个 Skill 做什么
在终端使用 ccwf CLI 渲染、校验、预览或执行 cc-wf-studio 的工作流 JSON。
把 .vscode/workflows/*.json 这种工作流文件在终端里渲染、校验、预览或直接运行,甚至导出成可视化的 Mermaid 图或 Agent Skill。遇到想“看”流程、把工作流转成可执行代码,或不想打开 VSCode 也要跑流程时就用。特点是把 cc-wf-studio 的可视化操作搬到 CLI,方便自动化和批处理。
▸ 展开 SKILL.md 英文原文
Use the `ccwf` CLI (from @cc-wf-studio/cli) to render, validate, preview, export, or run cc-wf-studio workflow JSON files from the terminal. Apply whenever the user mentions viewing, visualizing, checking, executing, or converting a workflow under `.vscode/workflows/` (or any `*workflow*.json`), wants a Mermaid diagram of a workflow, asks to "see" / "preview" / "open" a workflow, or wants to run a workflow as a Claude Code Skill without opening VSCode.
5.3k
Stars
571
Forks
12
仓库内 Skill
+26
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/breaking-brake/cc-wf-studio/main/packages/cli/skills/ccwf-cli/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/breaking-brake/cc-wf-studio/main/packages/cli/skills/ccwf-cli/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# ccwf CLI `ccwf` is the command-line entry into cc-wf-studio — a visual AI-agent workflow tool. It treats `.vscode/workflows/*.json` workflow files as inputs and lets you render them as Markdown, validate the schema, open them in a browser-based viewer, convert them into Agent Skills, or execute them. The same workflow JSON also drives the VSCode extension and an MCP server, so you can pick whichever interface fits the situation. This Skill teaches Claude how to recognise when `ccwf` is the right answer and which subcommand to reach for. The subcommands and flags listed here are the source of truth — if behaviour seems off, check `ccwf <subcommand> --help` first. ## Prerequisites Confir
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有