用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/m19803261706/cx-workflow --skill cx-config命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | cx-config |
| disable-model-invocation | false |
| description | CX 工作流 — 配置管理。查看或修改项目级 `开发文档/CX工作流/配置.json` 中公开的少量字段。仅在用户明确调用 `/cx:cx-config` 时执行。 |
cx:config 只管理项目级公开配置,不暴露实现细节开关。
运行时只读取:
开发文档/CX工作流/配置.json
全局插件配置只用于 cx:init 提供默认值,不参与后续运行时决策。
{
"version": "3.0",
"developer_id": "承玄",
"github_sync": "local",
"current_feature": "vector-memory",
"agent_teams": true,
"code_review": true,
"auto_memory": true,
"worktree_isolation": true,
"auto_format": {
"enabled": true,
"formatter": "auto"
},
"hooks": {
"session_start": true,
"pre_compact": true,
"post_edit_format": true,
"notification": true
}
}
developer_id 每个项目单独确认current_feature 只是入口指针,不承担主状态机github_syncagent_teamscode_reviewauto_format.enabledcx:init 负责一次性问清关键项目决策;
cx:config 负责后续查看和小范围修改,不再重复初始化向导。
基于 SOC 职业分类