@lifeaitools/rdc-skills 0.24.23 → 0.24.25
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 +56 -41
- 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 +19 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rdc",
|
|
3
|
-
"version": "0.24.
|
|
3
|
+
"version": "0.24.25",
|
|
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
|
|
|
@@ -275,31 +286,35 @@ Boundaries:
|
|
|
275
286
|
|
|
276
287
|
```
|
|
277
288
|
skills/
|
|
289
|
+
brochure/SKILL.md (print-quality PDF rendering)
|
|
278
290
|
build/SKILL.md (dispatch agents in waves — mandatory validator gate)
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
review/SKILL.md (quality gate: tests, types, docs)
|
|
282
|
-
overnight/SKILL.md (unattended multi-epic supervisor)
|
|
283
|
-
fixit/SKILL.md (quick-fix bypass)
|
|
284
|
-
status/SKILL.md (project dashboard)
|
|
285
|
-
report/SKILL.md (nightly report)
|
|
291
|
+
channel-formatter/SKILL.md (channel-native formatting and content packs)
|
|
292
|
+
co-develop/SKILL.md (peer-aware Claude/Codex co-development)
|
|
286
293
|
collab/SKILL.md (bidirectional claude.ai ↔ Claude Code relay)
|
|
294
|
+
convert/SKILL.md (Office/Markdown conversion)
|
|
295
|
+
deploy/SKILL.md (Coolify ops: deploy, new, diagnose, audit)
|
|
296
|
+
design/SKILL.md (RDC/Studio design, Palette Library, Rampa CLI)
|
|
297
|
+
fixit/SKILL.md (quick-fix bypass)
|
|
298
|
+
fs-mcp/SKILL.md (File System MCP bridge guidance)
|
|
287
299
|
handoff/SKILL.md (planning → work items)
|
|
300
|
+
help/SKILL.md (manifest-driven skill index)
|
|
301
|
+
housekeeping/SKILL.md (weekly maintenance audit)
|
|
302
|
+
lifeai-brochure-author/SKILL.md (brochure JSX authoring)
|
|
303
|
+
overnight/SKILL.md (unattended multi-epic supervisor)
|
|
304
|
+
plan/SKILL.md (create architecture + tasks)
|
|
305
|
+
preplan/SKILL.md (research before planning)
|
|
288
306
|
prototype/SKILL.md (build JSX prototype)
|
|
289
|
-
workitems/SKILL.md (work item management)
|
|
290
|
-
design/SKILL.md (RDC/Studio design, Palette Library, Rampa CLI)
|
|
291
|
-
help/SKILL.md (skill index — shows current version)
|
|
292
|
-
deploy/SKILL.md (Coolify ops: deploy, new, diagnose, audit)
|
|
293
|
-
release/SKILL.md (atomic package/app release)
|
|
294
|
-
self-test/SKILL.md (skill suite health check)
|
|
295
|
-
watch/SKILL.md (session log watcher)
|
|
296
|
-
channel-formatter/SKILL.md (channel-native formatting and content packs)
|
|
297
|
-
convert/SKILL.md (Office/Markdown conversion)
|
|
298
|
-
brochure/SKILL.md (print-quality PDF rendering)
|
|
299
307
|
rdc-brochurify/SKILL.md (Brochurify orchestration)
|
|
300
|
-
lifeai-brochure-author/SKILL.md (brochure JSX authoring)
|
|
301
308
|
rdc-extract-verifier-rules/SKILL.md (verifier rule extraction)
|
|
309
|
+
release/SKILL.md (atomic package/app release)
|
|
310
|
+
report/SKILL.md (nightly report)
|
|
311
|
+
review/SKILL.md (quality gate: tests, types, docs)
|
|
302
312
|
rpms-filemap/SKILL.md (canonical RPMS file map)
|
|
313
|
+
self-test/SKILL.md (skill suite health check)
|
|
314
|
+
status/SKILL.md (project dashboard)
|
|
315
|
+
terminal-config/SKILL.md (Windows Terminal and hidden-launch policy)
|
|
316
|
+
watch/SKILL.md (session log watcher)
|
|
317
|
+
workitems/SKILL.md (work item management)
|
|
303
318
|
|
|
304
319
|
guides/agents/ (agent-only playbooks — dispatched by rdc:build, not user-invocable)
|
|
305
320
|
frontend.md (React, UI, Tailwind)
|
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.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import assert from 'node:assert/strict';
|
|
3
|
-
import { readFileSync } from 'node:fs';
|
|
3
|
+
import { existsSync, readdirSync, readFileSync, statSync } from 'node:fs';
|
|
4
4
|
import { dirname, join, resolve } from 'node:path';
|
|
5
5
|
import { fileURLToPath } from 'node:url';
|
|
6
6
|
|
|
@@ -31,9 +31,27 @@ 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');
|
|
37
44
|
assert.doesNotMatch(docs.commandHelp, /get\/<service>/, 'command help must use current clauth /v/<service> wording');
|
|
38
45
|
|
|
46
|
+
const skillDirs = readdirSync(join(root, 'skills'))
|
|
47
|
+
.filter((name) => {
|
|
48
|
+
const dir = join(root, 'skills', name);
|
|
49
|
+
return statSync(dir).isDirectory() && existsSync(join(dir, 'SKILL.md'));
|
|
50
|
+
})
|
|
51
|
+
.sort();
|
|
52
|
+
const readmeSkillDirs = [...docs.readme.matchAll(/^\s{2}([A-Za-z0-9_-]+)\/SKILL\.md/gm)]
|
|
53
|
+
.map((match) => match[1])
|
|
54
|
+
.sort();
|
|
55
|
+
assert.deepEqual(readmeSkillDirs, skillDirs, 'README File Structure must list every skill directory exactly once');
|
|
56
|
+
|
|
39
57
|
console.log('help surface tests — PASS');
|