@mr.dj2u/cli 0.1.12 → 0.1.14
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/bundles/claude-code/.claude-plugin/plugin.json +20 -20
- package/bundles/claude-code/.mcp.json +11 -11
- package/bundles/claude-code/agents/mds.md +36 -36
- package/bundles/claude-code/commands/create-expo-super-stack.md +34 -32
- package/bundles/claude-code/skills/create-expo-super-stack/SKILL.md +9 -7
- package/bundles/claude-code/skills/super-stack-startup/SKILL.md +4 -4
- package/bundles/codex/.codex-plugin/plugin.json +42 -42
- package/bundles/codex/.mcp.json +11 -11
- package/bundles/codex/README.md +51 -51
- package/bundles/codex/commands/create-expo-super-stack.md +34 -32
- package/bundles/codex/skills/super-stack-startup/SKILL.md +34 -34
- package/bundles/codex/skills/workflow-continue-development/SKILL.md +48 -48
- package/bundles/codex/skills/workflow-create-expo-super-stack/SKILL.md +47 -45
- package/bundles/codex/skills/workflow-fix-seo/SKILL.md +42 -42
- package/bundles/codex/skills/workflow-prepare-deploy/SKILL.md +42 -42
- package/bundles/codex/skills/workflow-project-research-plan/SKILL.md +42 -42
- package/bundles/codex/skills/workflow-push-merge-loop/SKILL.md +37 -37
- package/bundles/codex/skills/workflow-review-expo-project/SKILL.md +42 -42
- package/bundles/codex/skills/workflow-run-doctor/SKILL.md +51 -51
- package/bundles/codex/skills/workflow-wrap-up/SKILL.md +80 -80
- package/bundles/vscode-copilot/.github/agents/mds.agent.md +22 -22
- package/bundles/vscode-copilot/.github/copilot-instructions.md +8 -8
- package/bundles/vscode-copilot/.github/prompts/continue-development.prompt.md +40 -40
- package/bundles/vscode-copilot/.github/prompts/create-expo-super-stack.prompt.md +39 -37
- package/bundles/vscode-copilot/.github/prompts/fix-seo.prompt.md +34 -34
- package/bundles/vscode-copilot/.github/prompts/prepare-deploy.prompt.md +34 -34
- package/bundles/vscode-copilot/.github/prompts/project-research-plan.prompt.md +34 -34
- package/bundles/vscode-copilot/.github/prompts/push-merge-loop.prompt.md +30 -30
- package/bundles/vscode-copilot/.github/prompts/review-expo-project.prompt.md +34 -34
- package/bundles/vscode-copilot/.github/prompts/run-doctor.prompt.md +43 -43
- package/bundles/vscode-copilot/.github/prompts/wrap-up.prompt.md +72 -72
- package/bundles/vscode-copilot/.github/skills/super-stack-startup/SKILL.md +39 -39
- package/bundles/vscode-copilot/.vscode/mcp.json +11 -11
- package/bundles/vscode-copilot/user/.copilot/agents/mds.agent.md +22 -22
- package/bundles/vscode-copilot/user/.copilot/instructions.md +8 -8
- package/bundles/vscode-copilot/user/.copilot/skills/super-stack-startup/SKILL.md +39 -39
- package/bundles/vscode-copilot/user/.copilot/skills/workflow-create-expo-super-stack/SKILL.md +39 -37
- package/dist/cess-intake.d.ts +16 -0
- package/dist/cess-intake.d.ts.map +1 -1
- package/dist/cess-intake.js +677 -15
- package/dist/cess-intake.js.map +1 -1
- package/dist/commands/mcp-install.d.ts +2 -2
- package/dist/commands/mcp-install.js +1 -1
- package/dist/commands/onboard.d.ts +8 -0
- package/dist/commands/onboard.d.ts.map +1 -1
- package/dist/commands/onboard.js +8 -0
- package/dist/commands/onboard.js.map +1 -1
- package/dist/commands/stylist.d.ts.map +1 -1
- package/dist/commands/stylist.js +5 -1
- package/dist/commands/stylist.js.map +1 -1
- package/dist/project-memory.d.ts +8 -0
- package/dist/project-memory.d.ts.map +1 -1
- package/dist/project-memory.js +89 -5
- package/dist/project-memory.js.map +1 -1
- package/package.json +3 -3
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "mr-djs-dev-suite",
|
|
3
|
-
"displayName": "Mr. DJ's Dev Suite",
|
|
4
|
-
"version": "0.1.
|
|
5
|
-
"description": "Expo review, Doctor, onboarding, deployment readiness, and project continuation workflows for Claude Code, backed by callable MDS MCP tools.",
|
|
6
|
-
"author": {
|
|
7
|
-
"name": "DJ Grimsley",
|
|
8
|
-
"url": "https://davidjgrimsley.com"
|
|
9
|
-
},
|
|
10
|
-
"homepage": "https://github.com/DavidJGrimsley/mrdj-dev-suite",
|
|
11
|
-
"repository": "https://github.com/DavidJGrimsley/mrdj-dev-suite",
|
|
12
|
-
"license": "MIT",
|
|
13
|
-
"keywords": [
|
|
14
|
-
"expo",
|
|
15
|
-
"react-native",
|
|
16
|
-
"mcp",
|
|
17
|
-
"doctor",
|
|
18
|
-
"claude-code"
|
|
19
|
-
]
|
|
20
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "mr-djs-dev-suite",
|
|
3
|
+
"displayName": "Mr. DJ's Dev Suite",
|
|
4
|
+
"version": "0.1.10",
|
|
5
|
+
"description": "Expo review, Doctor, onboarding, deployment readiness, and project continuation workflows for Claude Code, backed by callable MDS MCP tools.",
|
|
6
|
+
"author": {
|
|
7
|
+
"name": "DJ Grimsley",
|
|
8
|
+
"url": "https://davidjgrimsley.com"
|
|
9
|
+
},
|
|
10
|
+
"homepage": "https://github.com/DavidJGrimsley/mrdj-dev-suite",
|
|
11
|
+
"repository": "https://github.com/DavidJGrimsley/mrdj-dev-suite",
|
|
12
|
+
"license": "MIT",
|
|
13
|
+
"keywords": [
|
|
14
|
+
"expo",
|
|
15
|
+
"react-native",
|
|
16
|
+
"mcp",
|
|
17
|
+
"doctor",
|
|
18
|
+
"claude-code"
|
|
19
|
+
]
|
|
20
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
{
|
|
2
|
-
"mcpServers": {
|
|
3
|
-
"mr-djs-dev-suite": {
|
|
4
|
-
"command": "npx",
|
|
5
|
-
"args": [
|
|
6
|
-
"-y",
|
|
7
|
-
"@mr.dj2u/mcp-server@0.1.
|
|
8
|
-
]
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"mcpServers": {
|
|
3
|
+
"mr-djs-dev-suite": {
|
|
4
|
+
"command": "npx",
|
|
5
|
+
"args": [
|
|
6
|
+
"-y",
|
|
7
|
+
"@mr.dj2u/mcp-server@0.1.7"
|
|
8
|
+
]
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: mds
|
|
3
|
-
description: Use for Mr. DJ's Dev Suite Expo project work: Doctor scans, project review, onboarding, deployment readiness, and phase-based continuation.
|
|
4
|
-
model: inherit
|
|
5
|
-
skills:
|
|
6
|
-
- deployment
|
|
7
|
-
- debugging
|
|
8
|
-
- continue-development
|
|
9
|
-
- project-onboarding
|
|
10
|
-
- expo-router-architecture
|
|
11
|
-
- expo-ssr-safety
|
|
12
|
-
- env-vars
|
|
13
|
-
- seo-metadata
|
|
14
|
-
---
|
|
15
|
-
|
|
16
|
-
# MDS Agent
|
|
17
|
-
|
|
18
|
-
You are the Mr. DJ's Dev Suite agent for Expo projects. Treat callable MDS MCP tools as the runtime behavior surface and plugin markdown as guidance only.
|
|
19
|
-
|
|
20
|
-
## Tool Routing
|
|
21
|
-
|
|
22
|
-
- Use `continue_project` before choosing phase work from `project/todo.md`.
|
|
23
|
-
- Use `doctor_scan_project` before release, broad refactors, or git handoff.
|
|
24
|
-
- Use `doctor_scan_file` for focused route, env, SSR, or API changes.
|
|
25
|
-
- Use `generate_refactor_plan` before moving architecture across folders.
|
|
26
|
-
- Use `generate_deploy_checklist` before release or client handoff.
|
|
27
|
-
- Use `list_skills`, `get_skill`, and `get_guide` before giving MDS-specific guidance.
|
|
28
|
-
|
|
29
|
-
## Guardrails
|
|
30
|
-
|
|
31
|
-
- Treat `project/` as the source of truth for product intent, style, roadmap, and technical rules.
|
|
32
|
-
- Keep route files thin, env secrets server-only, and release work gated by Doctor checks.
|
|
33
|
-
- Prefer official Expo/React Native guidance for framework mechanics; MDS adds project memory, checks, defaults, and workflows.
|
|
34
|
-
- Do not skip unresolved `# TodoForContext(optional):` markers before implementation.
|
|
35
|
-
- When a workflow specifically requires guided MDS MCP tools and they are unavailable, stop and tell the user to refresh or reinstall the MDS plugin/MCP server instead of inventing defaults.
|
|
36
|
-
- For ordinary CLI workflows that do allow fallback, use commands such as `mds doctor`, `mds continue`, and `mds report`.
|
|
1
|
+
---
|
|
2
|
+
name: mds
|
|
3
|
+
description: Use for Mr. DJ's Dev Suite Expo project work: Doctor scans, project review, onboarding, deployment readiness, and phase-based continuation.
|
|
4
|
+
model: inherit
|
|
5
|
+
skills:
|
|
6
|
+
- deployment
|
|
7
|
+
- debugging
|
|
8
|
+
- continue-development
|
|
9
|
+
- project-onboarding
|
|
10
|
+
- expo-router-architecture
|
|
11
|
+
- expo-ssr-safety
|
|
12
|
+
- env-vars
|
|
13
|
+
- seo-metadata
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
# MDS Agent
|
|
17
|
+
|
|
18
|
+
You are the Mr. DJ's Dev Suite agent for Expo projects. Treat callable MDS MCP tools as the runtime behavior surface and plugin markdown as guidance only.
|
|
19
|
+
|
|
20
|
+
## Tool Routing
|
|
21
|
+
|
|
22
|
+
- Use `continue_project` before choosing phase work from `project/todo.md`.
|
|
23
|
+
- Use `doctor_scan_project` before release, broad refactors, or git handoff.
|
|
24
|
+
- Use `doctor_scan_file` for focused route, env, SSR, or API changes.
|
|
25
|
+
- Use `generate_refactor_plan` before moving architecture across folders.
|
|
26
|
+
- Use `generate_deploy_checklist` before release or client handoff.
|
|
27
|
+
- Use `list_skills`, `get_skill`, and `get_guide` before giving MDS-specific guidance.
|
|
28
|
+
|
|
29
|
+
## Guardrails
|
|
30
|
+
|
|
31
|
+
- Treat `project/` as the source of truth for product intent, style, roadmap, and technical rules.
|
|
32
|
+
- Keep route files thin, env secrets server-only, and release work gated by Doctor checks.
|
|
33
|
+
- Prefer official Expo/React Native guidance for framework mechanics; MDS adds project memory, checks, defaults, and workflows.
|
|
34
|
+
- Do not skip unresolved `# TodoForContext(optional):` markers before implementation.
|
|
35
|
+
- When a workflow specifically requires guided MDS MCP tools and they are unavailable, stop and tell the user to refresh or reinstall the MDS plugin/MCP server instead of inventing defaults.
|
|
36
|
+
- For ordinary CLI workflows that do allow fallback, use commands such as `mds doctor`, `mds continue`, and `mds report`.
|
|
@@ -1,32 +1,34 @@
|
|
|
1
|
-
# /create-expo-super-stack
|
|
2
|
-
|
|
3
|
-
Create a new Expo app with the MDS Super Stack flow, using the published CESS CLI as the execution source of truth and callable MDS MCP tools as the guided intake surface.
|
|
4
|
-
|
|
5
|
-
## Arguments
|
|
6
|
-
|
|
7
|
-
- `parentDir`: folder where the new app directory should be created.
|
|
8
|
-
- `appName`: app folder name.
|
|
9
|
-
|
|
10
|
-
## Required MDS MCP Tool Flow
|
|
11
|
-
|
|
12
|
-
1. Confirm the `mr-djs-dev-suite` MCP server is available.
|
|
13
|
-
2.
|
|
14
|
-
3.
|
|
15
|
-
4.
|
|
16
|
-
5.
|
|
17
|
-
6.
|
|
18
|
-
7.
|
|
19
|
-
8.
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
-
|
|
1
|
+
# /create-expo-super-stack
|
|
2
|
+
|
|
3
|
+
Create a new Expo app with the MDS Super Stack flow, using the published CESS CLI as the execution source of truth and callable MDS MCP tools as the guided intake surface.
|
|
4
|
+
|
|
5
|
+
## Arguments
|
|
6
|
+
|
|
7
|
+
- `parentDir`: folder where the new app directory should be created.
|
|
8
|
+
- `appName`: app folder name.
|
|
9
|
+
|
|
10
|
+
## Required MDS MCP Tool Flow
|
|
11
|
+
|
|
12
|
+
1. Confirm the `mr-djs-dev-suite` MCP server is available.
|
|
13
|
+
2. If the user pasted or attached `info.md` / project memory, call `create_expo_super_stack_extract_info` first.
|
|
14
|
+
3. Seed the returned answers into `create_expo_super_stack_intake_step` and use intake only for missing or ambiguous questions.
|
|
15
|
+
4. Ask exactly one question per turn.
|
|
16
|
+
5. Always show the returned default and options.
|
|
17
|
+
6. Never invent or silently accept defaults on the user's behalf.
|
|
18
|
+
7. If extraction found the app name, do not ask a second display-name question.
|
|
19
|
+
8. When the intake tool returns `confirm`, summarize the returned `summaryLines` and ask the user to confirm.
|
|
20
|
+
9. After explicit confirmation, set `answers.confirmed=true`, call the intake tool again, and proceed only when it returns `ready`.
|
|
21
|
+
10. Then call `create_expo_super_stack_generate` with `confirmed: true`.
|
|
22
|
+
|
|
23
|
+
## Failure Behavior
|
|
24
|
+
|
|
25
|
+
1. If the guided intake or generate tools are unavailable, stop.
|
|
26
|
+
2. Call `mds_runtime_versions` to diagnose stale plugin or MCP installs.
|
|
27
|
+
3. Tell the user to refresh or reinstall the MDS plugin/MCP server.
|
|
28
|
+
4. Do not fall back to `--mds-yes` or direct CLI shortcuts unless the user explicitly asked for a fast non-interactive run.
|
|
29
|
+
|
|
30
|
+
## Verification And Output
|
|
31
|
+
|
|
32
|
+
- Confirm generated app has `project/info.md`, `project/todo.md`, `project/style.md`, and `project/guidelines.md`.
|
|
33
|
+
- Confirm `project/todo.md` includes the auto-derived roadmap generated from normalized `project/info.md`.
|
|
34
|
+
- Output: generated app path, onboarding status, and the handoff to open a fresh agent session inside the new app folder and run `mds continue`.
|
|
@@ -15,13 +15,15 @@ Create a new Expo app with the MDS Super Stack flow, using the published CESS CL
|
|
|
15
15
|
## Required MDS MCP Tool Flow
|
|
16
16
|
|
|
17
17
|
1. Confirm the `mr-djs-dev-suite` MCP server is available.
|
|
18
|
-
2.
|
|
19
|
-
3.
|
|
20
|
-
4.
|
|
21
|
-
5.
|
|
22
|
-
6.
|
|
23
|
-
7.
|
|
24
|
-
8.
|
|
18
|
+
2. If the user pasted or attached `info.md` / project memory, call `create_expo_super_stack_extract_info` first.
|
|
19
|
+
3. Seed the returned answers into `create_expo_super_stack_intake_step` and use intake only for missing or ambiguous questions.
|
|
20
|
+
4. Ask exactly one question per turn.
|
|
21
|
+
5. Always show the returned default and options.
|
|
22
|
+
6. Never invent or silently accept defaults on the user's behalf.
|
|
23
|
+
7. If extraction found the app name, do not ask a second display-name question.
|
|
24
|
+
8. When the intake tool returns `confirm`, summarize the returned `summaryLines` and ask the user to confirm.
|
|
25
|
+
9. After explicit confirmation, set `answers.confirmed=true`, call the intake tool again, and proceed only when it returns `ready`.
|
|
26
|
+
10. Then call `create_expo_super_stack_generate` with `confirmed: true`.
|
|
25
27
|
|
|
26
28
|
## Failure Behavior
|
|
27
29
|
|
|
@@ -21,10 +21,10 @@ Run generator + onboarding as one guided flow, keep agent-facing wording sourced
|
|
|
21
21
|
|
|
22
22
|
## Preferred structure
|
|
23
23
|
|
|
24
|
-
- Keep startup conversation in plain language and summarize choices before execution.
|
|
25
|
-
- Keep generation details in scripts/flags, but keep user-facing flow conversational.
|
|
26
|
-
- Keep post-generation workflow phase-based using the generated `project/todo.md`, and derive that roadmap from normalized `project/info.md` before handoff.
|
|
27
|
-
- Prefer shared knowledge content over duplicating long onboarding prose in plugin or MCP wrappers.
|
|
24
|
+
- Keep startup conversation in plain language and summarize choices before execution.
|
|
25
|
+
- Keep generation details in scripts/flags, but keep user-facing flow conversational.
|
|
26
|
+
- Keep post-generation workflow phase-based using the generated `project/todo.md`, and derive that roadmap from normalized `project/info.md` before handoff.
|
|
27
|
+
- Prefer shared knowledge content over duplicating long onboarding prose in plugin or MCP wrappers.
|
|
28
28
|
|
|
29
29
|
## Example fix
|
|
30
30
|
|
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "mr-djs-dev-suite",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "MDS Expo development workflows for review, onboarding, deployment readiness, and project continuation.",
|
|
5
|
-
"author": {
|
|
6
|
-
"name": "DJ Grimsley",
|
|
7
|
-
"url": "https://davidjgrimsley.com"
|
|
8
|
-
},
|
|
9
|
-
"homepage": "https://github.com/DavidJGrimsley/mrdj-dev-suite",
|
|
10
|
-
"repository": "https://github.com/DavidJGrimsley/mrdj-dev-suite",
|
|
11
|
-
"license": "MIT",
|
|
12
|
-
"keywords": [
|
|
13
|
-
"expo",
|
|
14
|
-
"react-native",
|
|
15
|
-
"mcp",
|
|
16
|
-
"doctor",
|
|
17
|
-
"onboarding",
|
|
18
|
-
"codex-plugin"
|
|
19
|
-
],
|
|
20
|
-
"skills": "./skills/",
|
|
21
|
-
"mcpServers": "./.mcp.json",
|
|
22
|
-
"interface": {
|
|
23
|
-
"displayName": "Mr. DJ's Dev Suite",
|
|
24
|
-
"shortDescription": "Expo review, doctor, onboarding, and deploy workflows powered by MDS MCP tools",
|
|
25
|
-
"longDescription": "Generate and use MDS skills plus command playbooks for Expo project review, onboarding, deployment prep, SEO fixes, and phase-based continuation, with callable MDS MCP tools for runtime behavior.",
|
|
26
|
-
"developerName": "MDS",
|
|
27
|
-
"category": "Coding",
|
|
28
|
-
"capabilities": [
|
|
29
|
-
"Interactive",
|
|
30
|
-
"Read",
|
|
31
|
-
"Write"
|
|
32
|
-
],
|
|
33
|
-
"websiteURL": "https://github.com/DavidJGrimsley/mrdj-dev-suite",
|
|
34
|
-
"defaultPrompt": [
|
|
35
|
-
"Review my Expo project and give me the next safe implementation steps.",
|
|
36
|
-
"Run a deployment-readiness check with Doctor and fix blockers first.",
|
|
37
|
-
"Continue the next task from my project/todo.md using MDS phase order."
|
|
38
|
-
],
|
|
39
|
-
"brandColor": "#0A6A6A",
|
|
40
|
-
"screenshots": []
|
|
41
|
-
}
|
|
42
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "mr-djs-dev-suite",
|
|
3
|
+
"version": "0.1.10",
|
|
4
|
+
"description": "MDS Expo development workflows for review, onboarding, deployment readiness, and project continuation.",
|
|
5
|
+
"author": {
|
|
6
|
+
"name": "DJ Grimsley",
|
|
7
|
+
"url": "https://davidjgrimsley.com"
|
|
8
|
+
},
|
|
9
|
+
"homepage": "https://github.com/DavidJGrimsley/mrdj-dev-suite",
|
|
10
|
+
"repository": "https://github.com/DavidJGrimsley/mrdj-dev-suite",
|
|
11
|
+
"license": "MIT",
|
|
12
|
+
"keywords": [
|
|
13
|
+
"expo",
|
|
14
|
+
"react-native",
|
|
15
|
+
"mcp",
|
|
16
|
+
"doctor",
|
|
17
|
+
"onboarding",
|
|
18
|
+
"codex-plugin"
|
|
19
|
+
],
|
|
20
|
+
"skills": "./skills/",
|
|
21
|
+
"mcpServers": "./.mcp.json",
|
|
22
|
+
"interface": {
|
|
23
|
+
"displayName": "Mr. DJ's Dev Suite",
|
|
24
|
+
"shortDescription": "Expo review, doctor, onboarding, and deploy workflows powered by MDS MCP tools",
|
|
25
|
+
"longDescription": "Generate and use MDS skills plus command playbooks for Expo project review, onboarding, deployment prep, SEO fixes, and phase-based continuation, with callable MDS MCP tools for runtime behavior.",
|
|
26
|
+
"developerName": "MDS",
|
|
27
|
+
"category": "Coding",
|
|
28
|
+
"capabilities": [
|
|
29
|
+
"Interactive",
|
|
30
|
+
"Read",
|
|
31
|
+
"Write"
|
|
32
|
+
],
|
|
33
|
+
"websiteURL": "https://github.com/DavidJGrimsley/mrdj-dev-suite",
|
|
34
|
+
"defaultPrompt": [
|
|
35
|
+
"Review my Expo project and give me the next safe implementation steps.",
|
|
36
|
+
"Run a deployment-readiness check with Doctor and fix blockers first.",
|
|
37
|
+
"Continue the next task from my project/todo.md using MDS phase order."
|
|
38
|
+
],
|
|
39
|
+
"brandColor": "#0A6A6A",
|
|
40
|
+
"screenshots": []
|
|
41
|
+
}
|
|
42
|
+
}
|
package/bundles/codex/.mcp.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
{
|
|
2
|
-
"mcpServers": {
|
|
3
|
-
"mr-djs-dev-suite": {
|
|
4
|
-
"command": "npx",
|
|
5
|
-
"args": [
|
|
6
|
-
"-y",
|
|
7
|
-
"@mr.dj2u/mcp-server@0.1.
|
|
8
|
-
]
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"mcpServers": {
|
|
3
|
+
"mr-djs-dev-suite": {
|
|
4
|
+
"command": "npx",
|
|
5
|
+
"args": [
|
|
6
|
+
"-y",
|
|
7
|
+
"@mr.dj2u/mcp-server@0.1.7"
|
|
8
|
+
]
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
}
|
package/bundles/codex/README.md
CHANGED
|
@@ -1,51 +1,51 @@
|
|
|
1
|
-
# Mr. DJ's Dev Suite Codex Plugin
|
|
2
|
-
|
|
3
|
-
The Mr. DJ's Dev Suite Codex plugin bundle is generated from `packages/knowledge` and ships the Codex-native MDS surface: plugin manifest, MCP server config, generated skills, and command prompts.
|
|
4
|
-
|
|
5
|
-
## What's Included
|
|
6
|
-
|
|
7
|
-
- Codex plugin manifest: `.codex-plugin/plugin.json`
|
|
8
|
-
- MCP server config: `.mcp.json`
|
|
9
|
-
- Generated skills: `skills/<skill-id>/SKILL.md`
|
|
10
|
-
- Command prompt files: `commands/*.md`
|
|
11
|
-
|
|
12
|
-
The source of truth for skills remains `packages/knowledge/src/content/skills`.
|
|
13
|
-
Runtime behavior comes from callable MDS MCP tools exposed by `@mr.dj2u/mcp-server`.
|
|
14
|
-
|
|
15
|
-
## One-Command Install
|
|
16
|
-
|
|
17
|
-
Project scope installs MCP plus the local marketplace/plugin enable blocks into `.codex/config.toml`, copies this plugin into `plugins/mr-djs-dev-suite`, and registers it in `.agents/plugins/marketplace.json`:
|
|
18
|
-
|
|
19
|
-
```sh
|
|
20
|
-
mds agent install --client codex --scope project --target /path/to/your/expo-app
|
|
21
|
-
mds agent verify --client codex --scope project --target /path/to/your/expo-app
|
|
22
|
-
```
|
|
23
|
-
|
|
24
|
-
User scope installs MCP plus the local marketplace/plugin enable blocks into `~/.codex/config.toml`, copies the plugin into `~/plugins/mr-djs-dev-suite`, and registers it in `~/.agents/plugins/marketplace.json`:
|
|
25
|
-
|
|
26
|
-
```sh
|
|
27
|
-
mds agent install --client codex --scope user
|
|
28
|
-
mds agent verify --client codex --scope user
|
|
29
|
-
mds agent install --client codex --scope user --dry-run
|
|
30
|
-
```
|
|
31
|
-
|
|
32
|
-
After install, restart Codex so it picks up the local marketplace. Then type `@Mr. DJ's Dev Suite` in chat to get the install pop-up, hit Install, and use `@Mr. DJ's Dev Suite` in Codex Desktop or the Codex extension for VS Code.
|
|
33
|
-
|
|
34
|
-
If Codex keeps using stale behavior after republish, refresh the local plugin cache, reinstall the MDS MCP server, then run `mds_runtime_versions` from the host surface to confirm which versions are active.
|
|
35
|
-
|
|
36
|
-
## MCP-Only Fallback
|
|
37
|
-
|
|
38
|
-
Use this when you only want the callable MDS MCP tools/prompts and not the plugin/skills bundle:
|
|
39
|
-
|
|
40
|
-
```sh
|
|
41
|
-
mds mcp install --client codex --scope project --target /path/to/your/expo-app
|
|
42
|
-
mds mcp install --client codex --scope user
|
|
43
|
-
```
|
|
44
|
-
|
|
45
|
-
## Regenerate
|
|
46
|
-
|
|
47
|
-
```sh
|
|
48
|
-
pnpm --filter @mr.dj2u/knowledge build
|
|
49
|
-
```
|
|
50
|
-
|
|
51
|
-
Do not edit generated plugin skills directly; update `packages/knowledge` and rebuild.
|
|
1
|
+
# Mr. DJ's Dev Suite Codex Plugin
|
|
2
|
+
|
|
3
|
+
The Mr. DJ's Dev Suite Codex plugin bundle is generated from `packages/knowledge` and ships the Codex-native MDS surface: plugin manifest, MCP server config, generated skills, and command prompts.
|
|
4
|
+
|
|
5
|
+
## What's Included
|
|
6
|
+
|
|
7
|
+
- Codex plugin manifest: `.codex-plugin/plugin.json`
|
|
8
|
+
- MCP server config: `.mcp.json`
|
|
9
|
+
- Generated skills: `skills/<skill-id>/SKILL.md`
|
|
10
|
+
- Command prompt files: `commands/*.md`
|
|
11
|
+
|
|
12
|
+
The source of truth for skills remains `packages/knowledge/src/content/skills`.
|
|
13
|
+
Runtime behavior comes from callable MDS MCP tools exposed by `@mr.dj2u/mcp-server`.
|
|
14
|
+
|
|
15
|
+
## One-Command Install
|
|
16
|
+
|
|
17
|
+
Project scope installs MCP plus the local marketplace/plugin enable blocks into `.codex/config.toml`, copies this plugin into `plugins/mr-djs-dev-suite`, and registers it in `.agents/plugins/marketplace.json`:
|
|
18
|
+
|
|
19
|
+
```sh
|
|
20
|
+
mds agent install --client codex --scope project --target /path/to/your/expo-app
|
|
21
|
+
mds agent verify --client codex --scope project --target /path/to/your/expo-app
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
User scope installs MCP plus the local marketplace/plugin enable blocks into `~/.codex/config.toml`, copies the plugin into `~/plugins/mr-djs-dev-suite`, and registers it in `~/.agents/plugins/marketplace.json`:
|
|
25
|
+
|
|
26
|
+
```sh
|
|
27
|
+
mds agent install --client codex --scope user
|
|
28
|
+
mds agent verify --client codex --scope user
|
|
29
|
+
mds agent install --client codex --scope user --dry-run
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
After install, restart Codex so it picks up the local marketplace. Then type `@Mr. DJ's Dev Suite` in chat to get the install pop-up, hit Install, and use `@Mr. DJ's Dev Suite` in Codex Desktop or the Codex extension for VS Code.
|
|
33
|
+
|
|
34
|
+
If Codex keeps using stale behavior after republish, refresh the local plugin cache, reinstall the MDS MCP server, then run `mds_runtime_versions` from the host surface to confirm which versions are active.
|
|
35
|
+
|
|
36
|
+
## MCP-Only Fallback
|
|
37
|
+
|
|
38
|
+
Use this when you only want the callable MDS MCP tools/prompts and not the plugin/skills bundle:
|
|
39
|
+
|
|
40
|
+
```sh
|
|
41
|
+
mds mcp install --client codex --scope project --target /path/to/your/expo-app
|
|
42
|
+
mds mcp install --client codex --scope user
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
## Regenerate
|
|
46
|
+
|
|
47
|
+
```sh
|
|
48
|
+
pnpm --filter @mr.dj2u/knowledge build
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
Do not edit generated plugin skills directly; update `packages/knowledge` and rebuild.
|
|
@@ -1,32 +1,34 @@
|
|
|
1
|
-
# /create-expo-super-stack
|
|
2
|
-
|
|
3
|
-
Create a new Expo app with the MDS Super Stack flow, using the published CESS CLI as the execution source of truth and callable MDS MCP tools as the guided intake surface.
|
|
4
|
-
|
|
5
|
-
## Arguments
|
|
6
|
-
|
|
7
|
-
- `parentDir`: folder where the new app directory should be created.
|
|
8
|
-
- `appName`: app folder name.
|
|
9
|
-
|
|
10
|
-
## Required MDS MCP Tool Flow
|
|
11
|
-
|
|
12
|
-
1. Confirm the `mr-djs-dev-suite` MCP server is available.
|
|
13
|
-
2.
|
|
14
|
-
3.
|
|
15
|
-
4.
|
|
16
|
-
5.
|
|
17
|
-
6.
|
|
18
|
-
7.
|
|
19
|
-
8.
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
-
|
|
1
|
+
# /create-expo-super-stack
|
|
2
|
+
|
|
3
|
+
Create a new Expo app with the MDS Super Stack flow, using the published CESS CLI as the execution source of truth and callable MDS MCP tools as the guided intake surface.
|
|
4
|
+
|
|
5
|
+
## Arguments
|
|
6
|
+
|
|
7
|
+
- `parentDir`: folder where the new app directory should be created.
|
|
8
|
+
- `appName`: app folder name.
|
|
9
|
+
|
|
10
|
+
## Required MDS MCP Tool Flow
|
|
11
|
+
|
|
12
|
+
1. Confirm the `mr-djs-dev-suite` MCP server is available.
|
|
13
|
+
2. If the user pasted or attached `info.md` / project memory, call `create_expo_super_stack_extract_info` first.
|
|
14
|
+
3. Seed the returned answers into `create_expo_super_stack_intake_step` and use intake only for missing or ambiguous questions.
|
|
15
|
+
4. Ask exactly one question per turn.
|
|
16
|
+
5. Always show the returned default and options.
|
|
17
|
+
6. Never invent or silently accept defaults on the user's behalf.
|
|
18
|
+
7. If extraction found the app name, do not ask a second display-name question.
|
|
19
|
+
8. When the intake tool returns `confirm`, summarize the returned `summaryLines` and ask the user to confirm.
|
|
20
|
+
9. After explicit confirmation, set `answers.confirmed=true`, call the intake tool again, and proceed only when it returns `ready`.
|
|
21
|
+
10. Then call `create_expo_super_stack_generate` with `confirmed: true`.
|
|
22
|
+
|
|
23
|
+
## Failure Behavior
|
|
24
|
+
|
|
25
|
+
1. If the guided intake or generate tools are unavailable, stop.
|
|
26
|
+
2. Call `mds_runtime_versions` to diagnose stale plugin or MCP installs.
|
|
27
|
+
3. Tell the user to refresh or reinstall the MDS plugin/MCP server.
|
|
28
|
+
4. Do not fall back to `--mds-yes` or direct CLI shortcuts unless the user explicitly asked for a fast non-interactive run.
|
|
29
|
+
|
|
30
|
+
## Verification And Output
|
|
31
|
+
|
|
32
|
+
- Confirm generated app has `project/info.md`, `project/todo.md`, `project/style.md`, and `project/guidelines.md`.
|
|
33
|
+
- Confirm `project/todo.md` includes the auto-derived roadmap generated from normalized `project/info.md`.
|
|
34
|
+
- Output: generated app path, onboarding status, and the handoff to open a fresh agent session inside the new app folder and run `mds continue`.
|
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
# Skill: Super Stack Startup
|
|
2
|
-
|
|
3
|
-
Use when kicking off a new app with `create-expo-super-stack` and transitioning into phase-based MDS development.
|
|
4
|
-
|
|
5
|
-
## Main rule
|
|
6
|
-
|
|
7
|
-
Run generator + onboarding as one guided flow, keep agent-facing wording sourced from `packages/knowledge`, and let the current CLI implementation remain the execution source of truth.
|
|
8
|
-
|
|
9
|
-
## Checks
|
|
10
|
-
|
|
11
|
-
- Confirm command runs from a parent directory where the app folder does not already exist.
|
|
12
|
-
- Confirm stack choices and MDS intake values are captured before generation.
|
|
13
|
-
- Confirm generated app includes project memory and onboarding next-step output.
|
|
14
|
-
- Confirm prompt and skill text stay thin and defer detailed behavior to the canonical knowledge package.
|
|
15
|
-
- Confirm unresolved context markers are resolved before coding begins.
|
|
16
|
-
- Confirm follow-up uses `mds continue` from inside the generated app folder.
|
|
17
|
-
|
|
18
|
-
## Preferred structure
|
|
19
|
-
|
|
20
|
-
- Keep startup conversation in plain language and summarize choices before execution.
|
|
21
|
-
- Keep generation details in scripts/flags, but keep user-facing flow conversational.
|
|
22
|
-
- Keep post-generation workflow phase-based using the generated `project/todo.md`, and derive that roadmap from normalized `project/info.md` before handoff.
|
|
23
|
-
- Prefer shared knowledge content over duplicating long onboarding prose in plugin or MCP wrappers.
|
|
24
|
-
|
|
25
|
-
## Example fix
|
|
26
|
-
|
|
27
|
-
- Problem: User runs generation inside an existing app folder and gets mixed state artifacts.
|
|
28
|
-
- Fix: Restart from parent directory, regenerate cleanly, then continue in a new app-folder session.
|
|
29
|
-
|
|
30
|
-
## Agent behavior
|
|
31
|
-
|
|
32
|
-
- Prevent ambiguous execution context and confirm folder target before running generation.
|
|
33
|
-
- Delegate framework/template primitives to upstream Expo tooling, then apply MDS memory shaping, defaults, and continue-workflow conventions.
|
|
34
|
-
- Update `packages/knowledge` first when the wording or flow changes, then regenerate downstream surfaces from it.
|
|
1
|
+
# Skill: Super Stack Startup
|
|
2
|
+
|
|
3
|
+
Use when kicking off a new app with `create-expo-super-stack` and transitioning into phase-based MDS development.
|
|
4
|
+
|
|
5
|
+
## Main rule
|
|
6
|
+
|
|
7
|
+
Run generator + onboarding as one guided flow, keep agent-facing wording sourced from `packages/knowledge`, and let the current CLI implementation remain the execution source of truth.
|
|
8
|
+
|
|
9
|
+
## Checks
|
|
10
|
+
|
|
11
|
+
- Confirm command runs from a parent directory where the app folder does not already exist.
|
|
12
|
+
- Confirm stack choices and MDS intake values are captured before generation.
|
|
13
|
+
- Confirm generated app includes project memory and onboarding next-step output.
|
|
14
|
+
- Confirm prompt and skill text stay thin and defer detailed behavior to the canonical knowledge package.
|
|
15
|
+
- Confirm unresolved context markers are resolved before coding begins.
|
|
16
|
+
- Confirm follow-up uses `mds continue` from inside the generated app folder.
|
|
17
|
+
|
|
18
|
+
## Preferred structure
|
|
19
|
+
|
|
20
|
+
- Keep startup conversation in plain language and summarize choices before execution.
|
|
21
|
+
- Keep generation details in scripts/flags, but keep user-facing flow conversational.
|
|
22
|
+
- Keep post-generation workflow phase-based using the generated `project/todo.md`, and derive that roadmap from normalized `project/info.md` before handoff.
|
|
23
|
+
- Prefer shared knowledge content over duplicating long onboarding prose in plugin or MCP wrappers.
|
|
24
|
+
|
|
25
|
+
## Example fix
|
|
26
|
+
|
|
27
|
+
- Problem: User runs generation inside an existing app folder and gets mixed state artifacts.
|
|
28
|
+
- Fix: Restart from parent directory, regenerate cleanly, then continue in a new app-folder session.
|
|
29
|
+
|
|
30
|
+
## Agent behavior
|
|
31
|
+
|
|
32
|
+
- Prevent ambiguous execution context and confirm folder target before running generation.
|
|
33
|
+
- Delegate framework/template primitives to upstream Expo tooling, then apply MDS memory shaping, defaults, and continue-workflow conventions.
|
|
34
|
+
- Update `packages/knowledge` first when the wording or flow changes, then regenerate downstream surfaces from it.
|