什么是 create-output-format?
搭建新的规划输出格式适配器。创建一个格式目录,其中包含实现输出格式约定的所有必需文件。 来源:leeovery/claude-technical-workflows。
搭建新的规划输出格式适配器。创建一个格式目录,其中包含实现输出格式约定的所有必需文件。
通过命令行快速安装 create-output-format AI 技能到你的开发环境
来源:leeovery/claude-technical-workflows。
Scaffold a new output format adapter for the technical-planning workflow. Each format adapter is a directory of 5 files, one per concern.
Before writing anything, understand the tool. Ask the user for:
If the user provided these upfront, skip straight to research.
搭建新的规划输出格式适配器。创建一个格式目录,其中包含实现输出格式约定的所有必需文件。 来源:leeovery/claude-technical-workflows。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/leeovery/claude-technical-workflows --skill create-output-format搭建新的规划输出格式适配器。创建一个格式目录,其中包含实现输出格式约定的所有必需文件。 来源:leeovery/claude-technical-workflows。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/leeovery/claude-technical-workflows --skill create-output-format 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/leeovery/claude-technical-workflows