@lifeaitools/rdc-skills 0.24.23 → 0.24.24
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/.claude-plugin/plugin.json +1 -1
- package/README.md +34 -23
- package/commands/help.md +3 -3
- package/git-sha.json +1 -1
- package/package.json +1 -1
- package/skills/help/SKILL.md +2 -2
- package/tests/help-surface.test.mjs +7 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rdc",
|
|
3
|
-
"version": "0.24.
|
|
3
|
+
"version": "0.24.24",
|
|
4
4
|
"description": "RDC typed-agent dispatch skill suite for Claude Code — plan, build, review, overnight unattended builds with work-item tracking and TDD enforcement.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "LIFEAI",
|
package/README.md
CHANGED
|
@@ -13,7 +13,10 @@ From any Claude Code session:
|
|
|
13
13
|
/plugin install rdc-skills
|
|
14
14
|
```
|
|
15
15
|
|
|
16
|
-
|
|
16
|
+
The full catalog is available through the MCP as 29 skills. Eighteen common
|
|
17
|
+
workflows also ship as `/rdc:*` command shorthands. Agent playbooks in
|
|
18
|
+
`guides/agents/` are dispatched internally by `rdc:build` and are not
|
|
19
|
+
user-invocable.
|
|
17
20
|
|
|
18
21
|
### Option B — Directory plugin (LIFEAI dev machines)
|
|
19
22
|
|
|
@@ -162,39 +165,47 @@ Throughout the skills, the following substitutions have been made to make them p
|
|
|
162
165
|
|
|
163
166
|
## Skills Overview
|
|
164
167
|
|
|
165
|
-
29 skills organized into
|
|
168
|
+
29 MCP skills organized into 8 manifest categories. Eighteen of these also have
|
|
169
|
+
`/rdc:*` command shorthands for Claude Code/plugin callers.
|
|
166
170
|
|
|
167
|
-
|
|
168
|
-
|
|
171
|
+
Use `rdc_skill_list` for the authoritative live catalog, including names,
|
|
172
|
+
visible slash forms, requirements, triggers, and usage.
|
|
173
|
+
|
|
174
|
+
### Planning
|
|
175
|
+
- rdc:preplan, rdc:plan, rdc:handoff
|
|
169
176
|
|
|
170
177
|
### Agent Guides (dispatched by rdc:build, not user-invocable)
|
|
171
178
|
Located in `guides/agents/` — plain markdown playbooks spawned as sub-agents:
|
|
172
179
|
- frontend, backend, data, design, infrastructure, content, cs2, viz, setup, verify
|
|
173
180
|
|
|
174
|
-
###
|
|
175
|
-
- rdc:
|
|
181
|
+
### Build
|
|
182
|
+
- rdc:build, rdc:design, rdc:prototype, rdc:overnight, rdc:review
|
|
176
183
|
|
|
177
|
-
###
|
|
178
|
-
- rdc:
|
|
179
|
-
- rdc:co-develop — peer-aware Claude/Codex co-development over clauth
|
|
180
|
-
- rdc:fs-mcp — File System MCP bridge guidance for live repo reads/writes
|
|
181
|
-
- rdc:terminal-config — Windows Terminal and hidden-launch policy audit
|
|
182
|
-
- rdc:watch — session-log viewer initialization for attended sessions
|
|
183
|
-
- rdc:channel-formatter — channel-native formatting and content repurposing for LinkedIn, Twitter/X, Slack/Teams, email, decks, Word/PDF structure, web copy, and content packs
|
|
184
|
+
### Deploy
|
|
185
|
+
- rdc:deploy
|
|
184
186
|
|
|
185
|
-
###
|
|
186
|
-
- rdc:
|
|
187
|
+
### Release
|
|
188
|
+
- rdc:release
|
|
187
189
|
|
|
188
|
-
###
|
|
189
|
-
- rdc:
|
|
190
|
+
### Dev Loop
|
|
191
|
+
- rdc:fixit, rdc:collab, rdc:co-develop
|
|
192
|
+
|
|
193
|
+
### Reporting
|
|
194
|
+
- rdc:help, rdc:housekeeping, rdc:report, rdc:status, rdc:watch
|
|
195
|
+
|
|
196
|
+
### Tooling
|
|
197
|
+
- rdc:channel-formatter — channel-native formatting and content repurposing for LinkedIn, Twitter/X, Slack/Teams, email, decks, Word/PDF structure, web copy, and content packs
|
|
190
198
|
- rdc:brochure — HTML/folder/zip/URL/Markdown to print-quality PDF
|
|
191
|
-
- rdc:brochurify —
|
|
192
|
-
- lifeai-brochure-author —
|
|
193
|
-
- rdc:
|
|
194
|
-
-
|
|
199
|
+
- rdc:brochurify — Brochurify orchestration for polished PDF jobs
|
|
200
|
+
- lifeai-brochure-author — JSX authoring contract for Brochurify inputs
|
|
201
|
+
- rdc:convert — Office/Markdown conversion via build-corpus
|
|
202
|
+
- rdc:fs-mcp — File System MCP bridge guidance for live repo reads/writes
|
|
203
|
+
- rdc:extract-verifier-rules — verifier-rule extraction from enhancement logs
|
|
204
|
+
- rdc:rpms-filemap — generated RPMS file-map guidance
|
|
205
|
+
- rdc:workitems — manual work item CRUD
|
|
195
206
|
|
|
196
|
-
###
|
|
197
|
-
- rdc:
|
|
207
|
+
### Infra
|
|
208
|
+
- rdc:self-test, rdc:terminal-config
|
|
198
209
|
|
|
199
210
|
## Channel Formatting and Content Packs
|
|
200
211
|
|
package/commands/help.md
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: rdc:help
|
|
3
3
|
description: >-
|
|
4
|
-
Usage `rdc:help` or `rdc` — manifest-driven menu of all
|
|
4
|
+
Usage `rdc:help` or `rdc` — manifest-driven menu of all MCP skills with
|
|
5
5
|
argument syntax, requirements, decision hints, and direct MCP/curl access.
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
> **Output contract:** Checklist/table output only. No raw MCP/JSON/log dumps.
|
|
9
9
|
|
|
10
|
-
# rdc:help — Manifest-Driven
|
|
10
|
+
# rdc:help — Manifest-Driven Skill Reference
|
|
11
11
|
|
|
12
|
-
Print a concise
|
|
12
|
+
Print a concise skill reference from the plugin manifest, then stop. Do not
|
|
13
13
|
ask which command to run unless the user explicitly asks for a recommendation.
|
|
14
14
|
|
|
15
15
|
## Source Of Truth
|
package/git-sha.json
CHANGED
package/package.json
CHANGED
package/skills/help/SKILL.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: rdc:help
|
|
3
|
-
description: "Usage `rdc:help` — Show all
|
|
3
|
+
description: "Usage `rdc:help` — Show all MCP skills with usage, requirements, slash forms, and codeflow status. Reads `.claude-plugin/plugin.json` skills_meta (single source of truth). Call when unsure which skill to use or what args it takes."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
> **⚠️ OUTPUT CONTRACT (READ FIRST):** `guides/output-contract.md`
|
|
7
7
|
> Checklist-only output. No tool-call narration. No raw MCP/JSON/log dumps.
|
|
8
8
|
|
|
9
|
-
# rdc:help —
|
|
9
|
+
# rdc:help — Skill Reference (manifest-driven)
|
|
10
10
|
|
|
11
11
|
> **⚠️ HARD OUTPUT RULE:** Read the plugin manifest, render the table, exit.
|
|
12
12
|
> No preamble. No follow-up question. No summary.
|
|
@@ -31,6 +31,13 @@ for (const [name, text] of Object.entries(docs)) {
|
|
|
31
31
|
assert.doesNotMatch(text, /https:\/\/rdc-skills\.dev\.regendevcorp\.com\/mcp/, `${name} must not point callers at dev MCP`);
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
+
assert.match(docs.readme, /29 MCP skills organized into 8 manifest categories/, 'README should use manifest category count');
|
|
35
|
+
assert.match(docs.readme, /Eighteen[\s\S]*\/rdc:\*` command shorthands/i, 'README should distinguish slash-command shorthands from full MCP skills');
|
|
36
|
+
assert.match(docs.readme, /Use `rdc_skill_list` for the authoritative live catalog/, 'README should point callers to live MCP catalog');
|
|
37
|
+
assert.doesNotMatch(docs.readme, /All user-invocable skills become available as slash commands/, 'README must not imply all MCP skills are slash commands');
|
|
38
|
+
assert.doesNotMatch(docs.readme, /29 skills organized into 6 categories/, 'README must not carry stale category count');
|
|
39
|
+
assert.match(docs.commandHelp, /menu of all MCP skills/, 'command help should refer to MCP skill catalog');
|
|
40
|
+
assert.match(docs.skillHelp, /Show all MCP skills/, 'skill help should refer to MCP skill catalog');
|
|
34
41
|
assert.match(docs.skillHelp, /manifest-driven/i, 'skill help should be manifest-driven');
|
|
35
42
|
assert.match(docs.commandHelp, /manifest-driven/i, 'command help should be manifest-driven');
|
|
36
43
|
assert.doesNotMatch(docs.commandHelp, /Print the full usage menu below verbatim/, 'command help must not use stale static menu wording');
|