@deployxai/dxc 0.1.12 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -5
- package/dist/chunks/chunk-7DMYDQPR.js +1324 -0
- package/dist/chunks/{knowledge-RAGVN36S.js → knowledge-MHD76CG4.js} +2 -4
- package/dist/index.js +28628 -30644
- package/package.json +1 -1
- package/skills/dxc-content-workflow/SKILL.md +69 -240
- package/skills/dxc-content-workflow/references/onboarding-questions.md +2 -7
- package/skills/dxc-content-workflow/references/stages.md +79 -0
- package/skills/dxc-knowledge/SKILL.md +2 -2
- package/skills/dxc-memory/SKILL.md +2 -2
- package/skills/dxc-profile/SKILL.md +4 -4
- package/skills/dxc-quote-curator/SKILL.md +4 -6
- package/dist/chunks/chunk-BWOC5S2C.js +0 -2376
- package/dist/chunks/chunk-PX25ABJR.js +0 -2118
- package/dist/chunks/chunk-ZKJQWR2J.js +0 -37
- package/dist/chunks/monitor-XTYUQFQT.js +0 -694
- package/skills/dxc-article-outline/SKILL.md +0 -71
- package/skills/dxc-article-outline/agents/openai.yaml +0 -6
- package/skills/dxc-article-outline/references/outline-methods.md +0 -58
- package/skills/dxc-article-write/SKILL.md +0 -105
- package/skills/dxc-article-write/agents/openai.yaml +0 -6
- package/skills/dxc-article-write/references/writing-methods.md +0 -62
- package/skills/dxc-content-brief/SKILL.md +0 -72
- package/skills/dxc-content-brief/agents/openai.yaml +0 -6
- package/skills/dxc-content-brief/references/brief-method.md +0 -52
- package/skills/dxc-content-review/SKILL.md +0 -82
- package/skills/dxc-content-review/agents/openai.yaml +0 -6
- package/skills/dxc-content-review/references/review-checklist.md +0 -52
- package/skills/dxc-content-workflow/references/catalog.json +0 -137
- package/skills/dxc-content-workflow/references/stage-contract.md +0 -113
- package/skills/dxc-research/SKILL.md +0 -134
- package/skills/dxc-research/agents/openai.yaml +0 -6
- package/skills/dxc-research/references/research-method.md +0 -80
- package/skills/dxc-title-write/SKILL.md +0 -104
- package/skills/dxc-title-write/agents/openai.yaml +0 -6
- package/skills/dxc-title-write/references/title-methods.md +0 -41
- package/skills/dxc-visual-plan/SKILL.md +0 -213
- package/skills/dxc-visual-plan/agents/openai.yaml +0 -6
- package/skills/dxc-visual-plan/references/visual-methods.md +0 -53
- package/skills/dxc-wechat-publisher/SKILL.md +0 -226
- package/skills/dxc-wechat-publisher/agents/openai.yaml +0 -6
package/README.md
CHANGED
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
# DeployX 内容工作台(DxC)
|
|
2
2
|
|
|
3
|
-
这是 DxC 的官方 CLI
|
|
3
|
+
这是 DxC 的官方 CLI 与五个领域 Skill。
|
|
4
4
|
|
|
5
5
|
安装、权限范围、Windows/WorkBuddy 使用方式与源码核验,请阅读:
|
|
6
6
|
https://deployxai.com/dxc/
|
|
7
7
|
|
|
8
8
|
## 包含内容
|
|
9
9
|
|
|
10
|
-
- `dxc` CLI
|
|
11
|
-
- `dxc-content-workflow
|
|
12
|
-
-
|
|
13
|
-
- 八个受控下游 Skill:研究、Brief、大纲、正文、标题、视觉、审校和微信草稿交付。
|
|
10
|
+
- `dxc` CLI:本地文章工作流、画像、内容记忆、历史知识库、金句库和微信草稿交付;
|
|
11
|
+
- `dxc-content-workflow`:文章生产的唯一入口;
|
|
12
|
+
- `dxc-profile`、`dxc-memory`、`dxc-knowledge`、`dxc-quote-curator`:四个长期资产入口。
|
|
14
13
|
|
|
15
14
|
安装本包不会自动登录微信、绑定公众号、读取历史文章、上传内容或创建草稿。每项敏感操作
|
|
16
15
|
均需要用户在后续流程中明确确认。
|