From cx
CX 工作流 — 配置管理。查看或修改项目级 `开发文档/CX工作流/配置.json` 中公开的少量字段。仅在用户明确调用 `/cx:cx-config` 时执行。
How this skill is triggered — by the user, by Claude, or both
Slash command
/cx:cx-configThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
`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 负责后续查看和小范围修改,不再重复初始化向导。
npx claudepluginhub m19803261706/cx-workflow --plugin cxInteractive wizard that generates or updates the Automation Config block in CLAUDE.md, with template support for popular stacks and version-aware migration.
Reconfigures Plan-Build-Run projects: updates agent model profiles (Sonnet/Haiku/Opus), features (TDD, auto-continue, git branching), depth/mode, CLAUDE.md.
Activates, reconfigures, or deactivates the Digital Innovation Agents workflow in a project by managing .dia/config.toml and anchor blocks in agent-facing files. Handles both first-time setup and later mode changes (off, git-only, github-sync).