@mr.dj2u/cli 0.1.0 → 0.1.2
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 +12 -0
- package/bundles/claude-code/.mcp.json +8 -0
- package/bundles/claude-code/CLAUDE.md +59 -0
- package/bundles/claude-code/README.md +51 -0
- package/bundles/claude-code/agents/mds.md +35 -0
- package/bundles/claude-code/commands/continue-development.md +27 -0
- package/bundles/claude-code/commands/create-expo-super-stack.md +30 -0
- package/bundles/claude-code/commands/fix-seo.md +29 -0
- package/bundles/claude-code/commands/prepare-deploy.md +31 -0
- package/bundles/claude-code/commands/project-research-plan.md +29 -0
- package/bundles/claude-code/commands/review-expo-project.md +32 -0
- package/bundles/claude-code/commands/run-doctor.md +32 -0
- package/bundles/claude-code/settings.json +3 -0
- package/bundles/claude-code/skills/api-routes/SKILL.md +37 -0
- package/bundles/claude-code/skills/continue-development/SKILL.md +32 -0
- package/bundles/claude-code/skills/create-expo-super-stack/SKILL.md +35 -0
- package/bundles/claude-code/skills/debugging/SKILL.md +36 -0
- package/bundles/claude-code/skills/deployment/SKILL.md +36 -0
- package/bundles/claude-code/skills/dev-server-management/SKILL.md +36 -0
- package/bundles/claude-code/skills/env-vars/SKILL.md +36 -0
- package/bundles/claude-code/skills/expo-router-architecture/SKILL.md +37 -0
- package/bundles/claude-code/skills/expo-ssr-safety/SKILL.md +36 -0
- package/bundles/claude-code/skills/fix-seo/SKILL.md +34 -0
- package/bundles/claude-code/skills/plugin-creation/SKILL.md +45 -0
- package/bundles/claude-code/skills/prepare-deploy/SKILL.md +36 -0
- package/bundles/claude-code/skills/production-server-patterns/SKILL.md +35 -0
- package/bundles/claude-code/skills/project-onboarding/SKILL.md +35 -0
- package/bundles/claude-code/skills/project-research-plan/SKILL.md +34 -0
- package/bundles/claude-code/skills/research-plan-intake/SKILL.md +36 -0
- package/bundles/claude-code/skills/review-expo-project/SKILL.md +37 -0
- package/bundles/claude-code/skills/run-doctor/SKILL.md +37 -0
- package/bundles/claude-code/skills/seo-metadata/SKILL.md +35 -0
- package/bundles/claude-code/skills/super-stack-startup/SKILL.md +38 -0
- package/bundles/claude-code/skills/uniwind-theming/SKILL.md +36 -0
- package/bundles/codex/.codex-plugin/plugin.json +42 -0
- package/bundles/codex/.mcp.json +11 -0
- package/bundles/codex/README.md +47 -0
- package/bundles/codex/commands/continue-development.md +27 -0
- package/bundles/codex/commands/create-expo-super-stack.md +30 -0
- package/bundles/codex/commands/fix-seo.md +29 -0
- package/bundles/codex/commands/prepare-deploy.md +31 -0
- package/bundles/codex/commands/project-research-plan.md +29 -0
- package/bundles/codex/commands/review-expo-project.md +32 -0
- package/bundles/codex/commands/run-doctor.md +32 -0
- package/bundles/codex/skills/api-routes/SKILL.md +32 -0
- package/bundles/codex/skills/continue-development/SKILL.md +32 -0
- package/bundles/codex/skills/debugging/SKILL.md +32 -0
- package/bundles/codex/skills/deployment/SKILL.md +31 -0
- package/bundles/codex/skills/dev-server-management/SKILL.md +32 -0
- package/bundles/codex/skills/env-vars/SKILL.md +31 -0
- package/bundles/codex/skills/expo-router-architecture/SKILL.md +32 -0
- package/bundles/codex/skills/expo-ssr-safety/SKILL.md +31 -0
- package/bundles/codex/skills/plugin-creation/SKILL.md +41 -0
- package/bundles/codex/skills/production-server-patterns/SKILL.md +31 -0
- package/bundles/codex/skills/project-onboarding/SKILL.md +31 -0
- package/bundles/codex/skills/research-plan-intake/SKILL.md +32 -0
- package/bundles/codex/skills/seo-metadata/SKILL.md +31 -0
- package/bundles/codex/skills/super-stack-startup/SKILL.md +34 -0
- package/bundles/codex/skills/uniwind-theming/SKILL.md +31 -0
- package/bundles/vscode-copilot/.github/agents/mds.agent.md +22 -0
- package/bundles/vscode-copilot/.github/copilot-instructions.md +8 -0
- package/bundles/vscode-copilot/.github/prompts/continue-development.prompt.md +32 -0
- package/bundles/vscode-copilot/.github/prompts/create-expo-super-stack.prompt.md +35 -0
- package/bundles/vscode-copilot/.github/prompts/fix-seo.prompt.md +34 -0
- package/bundles/vscode-copilot/.github/prompts/prepare-deploy.prompt.md +36 -0
- package/bundles/vscode-copilot/.github/prompts/project-research-plan.prompt.md +34 -0
- package/bundles/vscode-copilot/.github/prompts/review-expo-project.prompt.md +37 -0
- package/bundles/vscode-copilot/.github/prompts/run-doctor.prompt.md +37 -0
- package/bundles/vscode-copilot/.github/skills/api-routes/SKILL.md +38 -0
- package/bundles/vscode-copilot/.github/skills/continue-development/SKILL.md +37 -0
- package/bundles/vscode-copilot/.github/skills/debugging/SKILL.md +37 -0
- package/bundles/vscode-copilot/.github/skills/deployment/SKILL.md +37 -0
- package/bundles/vscode-copilot/.github/skills/dev-server-management/SKILL.md +37 -0
- package/bundles/vscode-copilot/.github/skills/env-vars/SKILL.md +37 -0
- package/bundles/vscode-copilot/.github/skills/expo-router-architecture/SKILL.md +38 -0
- package/bundles/vscode-copilot/.github/skills/expo-ssr-safety/SKILL.md +37 -0
- package/bundles/vscode-copilot/.github/skills/plugin-creation/SKILL.md +46 -0
- package/bundles/vscode-copilot/.github/skills/production-server-patterns/SKILL.md +36 -0
- package/bundles/vscode-copilot/.github/skills/project-onboarding/SKILL.md +36 -0
- package/bundles/vscode-copilot/.github/skills/research-plan-intake/SKILL.md +37 -0
- package/bundles/vscode-copilot/.github/skills/seo-metadata/SKILL.md +36 -0
- package/bundles/vscode-copilot/.github/skills/super-stack-startup/SKILL.md +39 -0
- package/bundles/vscode-copilot/.github/skills/uniwind-theming/SKILL.md +37 -0
- package/bundles/vscode-copilot/.vscode/mcp.json +11 -0
- package/bundles/vscode-copilot/.vscode/settings.json +14 -0
- package/bundles/vscode-copilot/README.md +32 -0
- package/bundles/vscode-copilot/user/.copilot/agents/mds.agent.md +22 -0
- package/bundles/vscode-copilot/user/.copilot/instructions.md +8 -0
- package/bundles/vscode-copilot/user/.copilot/skills/api-routes/SKILL.md +38 -0
- package/bundles/vscode-copilot/user/.copilot/skills/continue-development/SKILL.md +37 -0
- package/bundles/vscode-copilot/user/.copilot/skills/debugging/SKILL.md +37 -0
- package/bundles/vscode-copilot/user/.copilot/skills/deployment/SKILL.md +37 -0
- package/bundles/vscode-copilot/user/.copilot/skills/dev-server-management/SKILL.md +37 -0
- package/bundles/vscode-copilot/user/.copilot/skills/env-vars/SKILL.md +37 -0
- package/bundles/vscode-copilot/user/.copilot/skills/expo-router-architecture/SKILL.md +38 -0
- package/bundles/vscode-copilot/user/.copilot/skills/expo-ssr-safety/SKILL.md +37 -0
- package/bundles/vscode-copilot/user/.copilot/skills/plugin-creation/SKILL.md +46 -0
- package/bundles/vscode-copilot/user/.copilot/skills/production-server-patterns/SKILL.md +36 -0
- package/bundles/vscode-copilot/user/.copilot/skills/project-onboarding/SKILL.md +36 -0
- package/bundles/vscode-copilot/user/.copilot/skills/research-plan-intake/SKILL.md +37 -0
- package/bundles/vscode-copilot/user/.copilot/skills/seo-metadata/SKILL.md +36 -0
- package/bundles/vscode-copilot/user/.copilot/skills/super-stack-startup/SKILL.md +39 -0
- package/bundles/vscode-copilot/user/.copilot/skills/uniwind-theming/SKILL.md +37 -0
- package/bundles/vscode-copilot/user/.copilot/skills/workflow-continue-development/SKILL.md +32 -0
- package/bundles/vscode-copilot/user/.copilot/skills/workflow-create-expo-super-stack/SKILL.md +35 -0
- package/bundles/vscode-copilot/user/.copilot/skills/workflow-fix-seo/SKILL.md +34 -0
- package/bundles/vscode-copilot/user/.copilot/skills/workflow-prepare-deploy/SKILL.md +36 -0
- package/bundles/vscode-copilot/user/.copilot/skills/workflow-project-research-plan/SKILL.md +34 -0
- package/bundles/vscode-copilot/user/.copilot/skills/workflow-review-expo-project/SKILL.md +37 -0
- package/bundles/vscode-copilot/user/.copilot/skills/workflow-run-doctor/SKILL.md +37 -0
- package/dist/cli.js +2 -2
- package/dist/cli.js.map +1 -1
- package/dist/commands/agent.d.ts.map +1 -1
- package/dist/commands/agent.js +26 -12
- package/dist/commands/agent.js.map +1 -1
- package/dist/commands/mcp-install.d.ts +2 -2
- package/dist/commands/mcp-install.d.ts.map +1 -1
- package/dist/commands/mcp-install.js +7 -7
- package/dist/commands/mcp-install.js.map +1 -1
- package/dist/commands/onboard.d.ts +2 -2
- package/dist/commands/onboard.d.ts.map +1 -1
- package/dist/commands/onboard.js +4 -4
- package/dist/commands/onboard.js.map +1 -1
- package/package.json +66 -64
- package/templates/project/guidelines.md +88 -88
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: "Expo SSR Safety Skill"
|
|
3
|
+
description: "Instructions for avoiding web/server runtime crashes."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Skill: Expo SSR Safety
|
|
7
|
+
|
|
8
|
+
Use when preparing or debugging Expo Router web/server output paths.
|
|
9
|
+
|
|
10
|
+
## Main rule
|
|
11
|
+
|
|
12
|
+
Assume server runtime first: guard browser-only APIs, isolate native-only code, and keep shared modules safe in both client and server contexts.
|
|
13
|
+
|
|
14
|
+
## Checks
|
|
15
|
+
|
|
16
|
+
- Guard `window`, `document`, `navigator`, `localStorage`, and `sessionStorage` access.
|
|
17
|
+
- Confirm client-only packages are not imported by server/API execution paths.
|
|
18
|
+
- Confirm storage/session access happens in client-safe lifecycle points.
|
|
19
|
+
- Verify API routes and server modules do not rely on browser globals.
|
|
20
|
+
- Validate dynamic imports or adapters for platform-specific behavior.
|
|
21
|
+
|
|
22
|
+
## Preferred structure
|
|
23
|
+
|
|
24
|
+
- Use small environment-check helpers for browser-global access.
|
|
25
|
+
- Split client-only logic behind platform/runtime-specific modules.
|
|
26
|
+
- Keep server-safe defaults and explicit fallbacks in shared utilities.
|
|
27
|
+
|
|
28
|
+
## Example fix
|
|
29
|
+
|
|
30
|
+
- Problem: Shared auth helper reads `localStorage` at module load and crashes SSR.
|
|
31
|
+
- Fix: Move storage access into guarded runtime functions and provide a server-safe fallback.
|
|
32
|
+
|
|
33
|
+
## Agent behavior
|
|
34
|
+
|
|
35
|
+
- Fix crash-risk paths first, then clean up architecture.
|
|
36
|
+
- Delegate framework SSR primitives to official Expo docs, then apply MDS-specific guard patterns and Doctor rule compatibility.
|
|
37
|
+
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: "MDS Plugin Creation Skill"
|
|
3
|
+
description: "Instructions for building a new MDS plugin bundle for Claude Code, Codex, Cursor, or any AI agent client."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Skill: MDS Plugin Creation
|
|
7
|
+
|
|
8
|
+
Use when building or extending an MDS plugin bundle for any agent client (Claude Code, Codex, Cursor, etc.).
|
|
9
|
+
|
|
10
|
+
## Main rule
|
|
11
|
+
|
|
12
|
+
Plugins are thin bundles. `packages/knowledge` is the source of truth for skills, command prompts, checklists, and examples. Do not hand-author plugin skill/command copies in plugin folders.
|
|
13
|
+
|
|
14
|
+
## Structure conventions
|
|
15
|
+
|
|
16
|
+
Every MDS plugin lives in `plugins/<client-name>/`:
|
|
17
|
+
|
|
18
|
+
```
|
|
19
|
+
plugins/<client-name>/
|
|
20
|
+
README.md
|
|
21
|
+
CLAUDE.md # Claude-specific merge instructions (if relevant)
|
|
22
|
+
.mcp.json
|
|
23
|
+
commands/ # generated command markdown from canonical prompt specs
|
|
24
|
+
skills/ # generated skill files
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
## Checks
|
|
28
|
+
|
|
29
|
+
- Skill markdown lives only in `packages/knowledge/src/content/skills/`.
|
|
30
|
+
- Prompt/command markdown lives only in `packages/knowledge/src/content/prompts/`.
|
|
31
|
+
- `plugins/<client>/skills/` remains generated output and is not manually edited.
|
|
32
|
+
- Commands reference real MCP tool names from `packages/mcp-server`.
|
|
33
|
+
- MCP config uses the `mr-djs-dev-suite` server key.
|
|
34
|
+
|
|
35
|
+
## Adding a plugin capability
|
|
36
|
+
|
|
37
|
+
1. Add or update canonical content in `packages/knowledge/src/content/*`.
|
|
38
|
+
2. Update canonical prompt metadata in `packages/knowledge/src/prompts/index.ts`.
|
|
39
|
+
3. Regenerate outputs via `pnpm --filter @mr.dj2u/knowledge build`.
|
|
40
|
+
4. Verify generated plugin assets under `plugins/codex/` and `plugins/claude-code/`.
|
|
41
|
+
|
|
42
|
+
## Agent behavior
|
|
43
|
+
|
|
44
|
+
- Prefer extending canonical knowledge specs over patching generated plugin files.
|
|
45
|
+
- Keep command prompts action-oriented and generated from canonical prompt specs, with clear fallback paths.
|
|
46
|
+
- Delegate framework guidance to Expo-owned skills/docs when available; layer MDS project-memory and workflow guidance on top.
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: "Production Server Patterns Skill"
|
|
3
|
+
description: "Instructions for choosing and running Expo production serving modes."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Skill: Production Server Patterns
|
|
7
|
+
|
|
8
|
+
Use when setting up or debugging how an Expo project serves production traffic.
|
|
9
|
+
|
|
10
|
+
## Main rule
|
|
11
|
+
|
|
12
|
+
Pick one explicit production serving mode per environment and codify it in scripts; avoid mixed runtime assumptions.
|
|
13
|
+
|
|
14
|
+
## Checks
|
|
15
|
+
|
|
16
|
+
- Confirm selected mode is documented: managed Expo/EAS, Express adapter, or dual-server.
|
|
17
|
+
- Confirm serving scripts match the selected runtime (`npx expo serve`, `node server.js`, or dual process scripts).
|
|
18
|
+
- Confirm routing boundaries are clear when app and API are separate services.
|
|
19
|
+
- Confirm env var ownership differs correctly across app server and API server in dual-server mode.
|
|
20
|
+
- Confirm “fresh” start scripts exist where server state/caches can cause drift.
|
|
21
|
+
|
|
22
|
+
## Preferred structure
|
|
23
|
+
|
|
24
|
+
- Define `serve:prod` and `serve:prod:fresh` scripts for the chosen mode.
|
|
25
|
+
- Keep server bootstrap and adapter code in dedicated files/modules.
|
|
26
|
+
- Keep deployment notes aligned with runtime mode in project memory.
|
|
27
|
+
|
|
28
|
+
## Example fix
|
|
29
|
+
|
|
30
|
+
- Problem: Team mixes Expo serve and custom Express commands, causing inconsistent behavior.
|
|
31
|
+
- Fix: Select one primary mode per environment, standardize scripts, and document routing/env boundaries.
|
|
32
|
+
|
|
33
|
+
## Agent behavior
|
|
34
|
+
|
|
35
|
+
- Use the project’s declared serving mode unless a migration is explicitly requested.
|
|
36
|
+
- Delegate framework runtime primitives to official Expo docs, then enforce MDS conventions for script consistency, environment boundaries, and operational clarity.
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: "Project Onboarding Skill"
|
|
3
|
+
description: "Instructions for onboarding an existing Expo app into MDS project memory and workflow."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Skill: Project Onboarding
|
|
7
|
+
|
|
8
|
+
Use when onboarding an existing Expo app into the MDS workflow after project creation.
|
|
9
|
+
|
|
10
|
+
## Main rule
|
|
11
|
+
|
|
12
|
+
Establish project memory and workflow defaults first, then scaffold only the selected technical additions.
|
|
13
|
+
|
|
14
|
+
## Checks
|
|
15
|
+
|
|
16
|
+
- Confirm onboarding target is the existing app folder (not a parent directory).
|
|
17
|
+
- Confirm project memory files exist or are generated: `project/info.md`, `project/todo.md`, `project/style.md`, `project/guidelines.md`.
|
|
18
|
+
- Confirm unresolved context markers are cleared before deep implementation work.
|
|
19
|
+
- Confirm selected defaults (styling, state, data, CI, route placement) are documented in project memory.
|
|
20
|
+
- Run Doctor after onboarding changes to validate baseline health.
|
|
21
|
+
|
|
22
|
+
## Preferred structure
|
|
23
|
+
|
|
24
|
+
- Use conversational intake to capture audience, flows, data needs, platform targets, and deployment intent.
|
|
25
|
+
- Keep visual guidance in `project/style.md`; keep technical/agent rules in `project/guidelines.md`.
|
|
26
|
+
- Keep onboarding outputs phase-based so follow-up work can continue from `project/todo.md`.
|
|
27
|
+
|
|
28
|
+
## Example fix
|
|
29
|
+
|
|
30
|
+
- Problem: Team starts coding before onboarding, causing missing docs and conflicting architecture assumptions.
|
|
31
|
+
- Fix: Run onboarding flow, generate canonical project memory, reconcile open context markers, then resume implementation using phase order.
|
|
32
|
+
|
|
33
|
+
## Agent behavior
|
|
34
|
+
|
|
35
|
+
- Ask one focused onboarding question at a time when required by the flow.
|
|
36
|
+
- Delegate framework primitive setup guidance to official Expo resources, then layer MDS project-memory and workflow automation rules.
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: "Research Plan Intake Skill"
|
|
3
|
+
description: "Instructions for turning raw research and notes into canonical MDS project memory."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Skill: Research Plan Intake
|
|
7
|
+
|
|
8
|
+
Use when a user has partial product context (notes, research docs, or incomplete project memory) and needs it transformed into canonical MDS project memory.
|
|
9
|
+
|
|
10
|
+
## Main rule
|
|
11
|
+
|
|
12
|
+
Normalize fragmented input into decision-ready `project/info.md` and `project/style.md` structure without inventing missing product facts.
|
|
13
|
+
|
|
14
|
+
## Checks
|
|
15
|
+
|
|
16
|
+
- Parse provided artifacts and classify each required section as clear, ambiguous, or unknown.
|
|
17
|
+
- Reuse clear sections directly; ask focused follow-up only for ambiguous or missing high-impact decisions.
|
|
18
|
+
- Keep visual guidance in style memory and technical/process guidance in guidelines memory.
|
|
19
|
+
- Confirm resulting project memory aligns with current roadmap phase and target platforms.
|
|
20
|
+
- Record unresolved unknowns explicitly instead of guessing.
|
|
21
|
+
|
|
22
|
+
## Preferred structure
|
|
23
|
+
|
|
24
|
+
- Accept inputs from pasted markdown, notes, and prior project memory files.
|
|
25
|
+
- Map extracted content into canonical sections with concise normalization.
|
|
26
|
+
- Produce follow-up questions only where answers materially change implementation direction.
|
|
27
|
+
|
|
28
|
+
## Example fix
|
|
29
|
+
|
|
30
|
+
- Problem: User provides a long brainstorm doc with no clear MVP flow or audience.
|
|
31
|
+
- Fix: Extract known context, mark missing decision points, ask targeted follow-up, then generate canonical project memory sections.
|
|
32
|
+
|
|
33
|
+
## Agent behavior
|
|
34
|
+
|
|
35
|
+
- Preserve user intent and wording where it is already clear.
|
|
36
|
+
- Keep uncertainty visible and collaborative; do not fill strategic gaps with assumptions that can misdirect implementation.
|
|
37
|
+
- Treat this as an MDS-only project-memory skill: use official framework guidance only after product intent is clear, then record the MDS workflow context agents need.
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: "SEO Metadata Skill"
|
|
3
|
+
description: "Instructions for production web metadata, canonical URLs, and indexing strategy."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Skill: SEO Metadata
|
|
7
|
+
|
|
8
|
+
Use when preparing Expo web routes for crawlability, sharing previews, and production indexing behavior.
|
|
9
|
+
|
|
10
|
+
## Main rule
|
|
11
|
+
|
|
12
|
+
Define metadata intentionally per route group and ensure canonical/indexing strategy is explicit before release.
|
|
13
|
+
|
|
14
|
+
## Checks
|
|
15
|
+
|
|
16
|
+
- Confirm title, description, and canonical strategy are defined for production web routes.
|
|
17
|
+
- Confirm Open Graph and social preview metadata exist for key entry routes.
|
|
18
|
+
- Confirm dynamic routes have deterministic metadata sources.
|
|
19
|
+
- Confirm sitemap and robots strategy is documented for the chosen web output mode.
|
|
20
|
+
- Confirm duplicate or conflicting titles/canonicals are resolved.
|
|
21
|
+
|
|
22
|
+
## Preferred structure
|
|
23
|
+
|
|
24
|
+
- Keep shared metadata defaults centralized and route-level overrides explicit.
|
|
25
|
+
- Keep metadata source-of-truth close to route ownership boundaries.
|
|
26
|
+
- Keep SEO rules documented in project memory so onboarding and Doctor checks align.
|
|
27
|
+
|
|
28
|
+
## Example fix
|
|
29
|
+
|
|
30
|
+
- Problem: Dynamic content routes ship with repeated title/description and no canonical mapping.
|
|
31
|
+
- Fix: Add route-level metadata builder, include canonical generation logic, and update sitemap coverage.
|
|
32
|
+
|
|
33
|
+
## Agent behavior
|
|
34
|
+
|
|
35
|
+
- Prioritize production routes and highest-traffic entry points first.
|
|
36
|
+
- Delegate framework metadata primitives to official Expo guidance, then enforce MDS standards for canonical/indexing completeness.
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: "Super Stack Startup Skill"
|
|
3
|
+
description: "Instructions for running create-expo-super-stack while keeping packages/knowledge as the source of truth and handing off to phase-based app development."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Skill: Super Stack Startup
|
|
7
|
+
|
|
8
|
+
Use when kicking off a new app with `create-expo-super-stack` and transitioning into phase-based MDS development.
|
|
9
|
+
|
|
10
|
+
## Main rule
|
|
11
|
+
|
|
12
|
+
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.
|
|
13
|
+
|
|
14
|
+
## Checks
|
|
15
|
+
|
|
16
|
+
- Confirm command runs from a parent directory where the app folder does not already exist.
|
|
17
|
+
- Confirm stack choices and MDS intake values are captured before generation.
|
|
18
|
+
- Confirm generated app includes project memory and onboarding next-step output.
|
|
19
|
+
- Confirm prompt and skill text stay thin and defer detailed behavior to the canonical knowledge package.
|
|
20
|
+
- Confirm unresolved context markers are resolved before coding begins.
|
|
21
|
+
- Confirm follow-up uses `mds continue` from inside the generated app folder.
|
|
22
|
+
|
|
23
|
+
## Preferred structure
|
|
24
|
+
|
|
25
|
+
- Keep startup conversation in plain language and summarize choices before execution.
|
|
26
|
+
- Keep generation details in scripts/flags, but keep user-facing flow conversational.
|
|
27
|
+
- Keep post-generation workflow phase-based using the generated `project/todo.md`.
|
|
28
|
+
- Prefer shared knowledge content over duplicating long onboarding prose in plugin or MCP wrappers.
|
|
29
|
+
|
|
30
|
+
## Example fix
|
|
31
|
+
|
|
32
|
+
- Problem: User runs generation inside an existing app folder and gets mixed state artifacts.
|
|
33
|
+
- Fix: Restart from parent directory, regenerate cleanly, then continue in a new app-folder session.
|
|
34
|
+
|
|
35
|
+
## Agent behavior
|
|
36
|
+
|
|
37
|
+
- Prevent ambiguous execution context and confirm folder target before running generation.
|
|
38
|
+
- Delegate framework/template primitives to upstream Expo tooling, then apply MDS memory shaping, defaults, and continue-workflow conventions.
|
|
39
|
+
- Update `packages/knowledge` first when the wording or flow changes, then regenerate downstream surfaces from it.
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: "Uniwind Theming Skill"
|
|
3
|
+
description: "Instructions for Tailwind v4 and Uniwind setup."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Skill: Uniwind Theming
|
|
7
|
+
|
|
8
|
+
Use when setting up or maintaining Tailwind v4 + Uniwind styling in Expo projects.
|
|
9
|
+
|
|
10
|
+
## Main rule
|
|
11
|
+
|
|
12
|
+
Prefer Uniwind with Tailwind v4 defaults, keep theme tokens centralized, and ensure bundler/style wiring is consistent across environments.
|
|
13
|
+
|
|
14
|
+
## Checks
|
|
15
|
+
|
|
16
|
+
- Confirm Tailwind v4 and Uniwind dependencies/config are aligned with project SDK.
|
|
17
|
+
- Confirm `global.css` import order loads Tailwind before Uniwind layers.
|
|
18
|
+
- Confirm Metro/bundler integration uses `withUniwindConfig` (or project-equivalent wiring).
|
|
19
|
+
- Confirm design tokens are centralized and reused instead of ad-hoc values.
|
|
20
|
+
- Confirm platform-specific style behavior is intentional and documented.
|
|
21
|
+
|
|
22
|
+
## Preferred structure
|
|
23
|
+
|
|
24
|
+
- Keep token definitions in one source module/file.
|
|
25
|
+
- Keep style-system setup in project bootstrap/config files, not scattered across screens.
|
|
26
|
+
- Keep shared class patterns in reusable UI components.
|
|
27
|
+
|
|
28
|
+
## Example fix
|
|
29
|
+
|
|
30
|
+
- Problem: Global styles load in the wrong order, causing token classes to fail on web.
|
|
31
|
+
- Fix: Reorder style imports, verify Metro integration, and move duplicate token literals into shared theme config.
|
|
32
|
+
|
|
33
|
+
## Agent behavior
|
|
34
|
+
|
|
35
|
+
- Preserve existing design intent while fixing setup drift.
|
|
36
|
+
- Delegate framework styling primitives to official Expo/Uniwind docs, then apply MDS conventions for token consistency and onboarding readiness.
|
|
37
|
+
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: "MDS Continue Development"
|
|
3
|
+
description: "Run the MDS Continue Development workflow in VS Code Copilot user scope."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# /continue-development
|
|
7
|
+
|
|
8
|
+
Resume work on an onboarded project by following MDS phase order from `project/todo.md`.
|
|
9
|
+
|
|
10
|
+
## Arguments
|
|
11
|
+
|
|
12
|
+
- `projectPath`: onboarded app path (default: current directory).
|
|
13
|
+
|
|
14
|
+
## MCP-First Workflow
|
|
15
|
+
|
|
16
|
+
1. Confirm the `mds` MCP server is available.
|
|
17
|
+
2. Call `continue_project` first to get the active-phase brief.
|
|
18
|
+
3. Pull `get_skill` for `continue-development` to enforce phase-first sequencing.
|
|
19
|
+
4. If blockers appear, use `doctor_scan_project` and `doctor_explain_result` for targeted remediation before feature work.
|
|
20
|
+
|
|
21
|
+
## CLI / Manual Fallback
|
|
22
|
+
|
|
23
|
+
1. If MCP is not configured, install it manually:
|
|
24
|
+
- `mds mcp install --client codex --scope project`
|
|
25
|
+
2. Direct CLI flow:
|
|
26
|
+
- `mds continue <projectPath>`
|
|
27
|
+
- `mds doctor <projectPath>` when blockers are unclear.
|
|
28
|
+
|
|
29
|
+
## Verification And Output
|
|
30
|
+
|
|
31
|
+
- Confirm the chosen task belongs to the active phase or has an explicit deferral note.
|
|
32
|
+
- Output: selected next task, blockers, and validation commands to run after implementation.
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: "MDS Create Expo Super Stack"
|
|
3
|
+
description: "Run the MDS Create Expo Super Stack workflow in VS Code Copilot user scope."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# /create-expo-super-stack
|
|
7
|
+
|
|
8
|
+
Create a new Expo app with the MDS Super Stack flow, using this knowledge package as the shared source of truth for agent-facing text and the published CLI as the execution source of truth.
|
|
9
|
+
|
|
10
|
+
## Arguments
|
|
11
|
+
|
|
12
|
+
- `parentDir`: folder where the new app directory should be created.
|
|
13
|
+
- `appName`: app folder name.
|
|
14
|
+
|
|
15
|
+
## MCP-First Workflow
|
|
16
|
+
|
|
17
|
+
1. Confirm the `mds` MCP server is available.
|
|
18
|
+
2. Invoke the MCP prompt `create_expo_super_stack` from a parent directory when you want guided intake.
|
|
19
|
+
3. Keep the conversation one question per turn and summarize the captured choices before generation.
|
|
20
|
+
4. Treat the MCP prompt as the intake surface and the CLI as the generator, so CLI changes are picked up automatically when the published command changes.
|
|
21
|
+
5. After generation, move into the new app folder and invoke `continue_project` (or prompt `continue_mds_project`) for the first implementation session.
|
|
22
|
+
|
|
23
|
+
## CLI / Manual Fallback
|
|
24
|
+
|
|
25
|
+
1. If MCP is not configured, install it manually:
|
|
26
|
+
- `mds mcp install --client codex --scope project`
|
|
27
|
+
2. Direct CLI generation:
|
|
28
|
+
- `npx -y create-expo-super-stack <appName>`
|
|
29
|
+
3. Then onboard/continue from inside the generated app using the current CLI behavior:
|
|
30
|
+
- `mds continue <new-app-path>`
|
|
31
|
+
|
|
32
|
+
## Verification And Output
|
|
33
|
+
|
|
34
|
+
- Confirm generated app has `project/info.md`, `project/todo.md`, `project/style.md`, and `project/guidelines.md`.
|
|
35
|
+
- Output: generated app path, onboarding status, and immediate next command.
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: "MDS Fix Seo"
|
|
3
|
+
description: "Run the MDS Fix Seo workflow in VS Code Copilot user scope."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# /fix-seo
|
|
7
|
+
|
|
8
|
+
Apply SEO metadata fixes for Expo web routes with MCP guidance and post-fix verification.
|
|
9
|
+
|
|
10
|
+
## Arguments
|
|
11
|
+
|
|
12
|
+
- `projectPath`: Expo project path (default: current directory).
|
|
13
|
+
- `routeOrFile`: optional route/file focus for targeted checks.
|
|
14
|
+
|
|
15
|
+
## MCP-First Workflow
|
|
16
|
+
|
|
17
|
+
1. Confirm the `mds` MCP server is available.
|
|
18
|
+
2. Pull `get_skill` for `seo-metadata`.
|
|
19
|
+
3. Optionally run `doctor_scan_file` for focused route files, then `doctor_scan_project` for full checks.
|
|
20
|
+
4. Use `knowledge_list_resources` (`kind: "rule"`) to ensure canonical/indexing strategy is complete.
|
|
21
|
+
5. Implement metadata, canonical, robots, and sitemap corrections in route ownership boundaries.
|
|
22
|
+
|
|
23
|
+
## CLI / Manual Fallback
|
|
24
|
+
|
|
25
|
+
1. If MCP is not configured, install it manually:
|
|
26
|
+
- `mds mcp install --client codex --scope project`
|
|
27
|
+
2. Direct CLI checks:
|
|
28
|
+
- `mds doctor <projectPath> --ci`
|
|
29
|
+
- Run project-specific web build/preview commands to verify metadata output.
|
|
30
|
+
|
|
31
|
+
## Verification And Output
|
|
32
|
+
|
|
33
|
+
- Confirm canonical tags, social metadata, and sitemap/robots behavior on affected routes.
|
|
34
|
+
- Output: changed files, resolved SEO gaps, and any remaining manual verification steps.
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: "MDS Prepare Deploy"
|
|
3
|
+
description: "Run the MDS Prepare Deploy workflow in VS Code Copilot user scope."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# /prepare-deploy
|
|
7
|
+
|
|
8
|
+
Prepare an Expo project for release using deployment-focused skills plus Doctor parity checks.
|
|
9
|
+
|
|
10
|
+
## Arguments
|
|
11
|
+
|
|
12
|
+
- `projectPath`: release candidate project path (default: current directory).
|
|
13
|
+
- `includeSeo`: whether to include web metadata/indexing checks (default: `true` when web is targeted).
|
|
14
|
+
|
|
15
|
+
## MCP-First Workflow
|
|
16
|
+
|
|
17
|
+
1. Confirm the `mds` MCP server is available.
|
|
18
|
+
2. Run `doctor_scan_project` in `ci` mode for release parity.
|
|
19
|
+
3. Pull `get_skill` for `deployment`; if web is involved also pull `seo-metadata`.
|
|
20
|
+
4. Use `knowledge_list_resources` (`kind: "rule"`) to confirm env hygiene, SSR safety, and metadata requirements.
|
|
21
|
+
5. Call `generate_deploy_checklist` so SEO, scripts, and release-readiness gaps are reflected in the next steps.
|
|
22
|
+
6. Produce a release checklist mapped to current failing checks.
|
|
23
|
+
|
|
24
|
+
## CLI / Manual Fallback
|
|
25
|
+
|
|
26
|
+
1. If MCP is not configured, install it manually:
|
|
27
|
+
- `mds mcp install --client codex --scope project`
|
|
28
|
+
2. Direct CLI path:
|
|
29
|
+
- `mds doctor <projectPath> --ci`
|
|
30
|
+
- Run project scripts: `lint`, `type-check`, `test`, and production build/profile scripts.
|
|
31
|
+
|
|
32
|
+
## Verification And Output
|
|
33
|
+
|
|
34
|
+
- Re-run `doctor_scan_project` (or CLI equivalent) until blockers are cleared.
|
|
35
|
+
- Keep the response user-facing and checklist-driven; avoid internal tool chatter and avoid asking for a PR unless the user requested GitHub workflow.
|
|
36
|
+
- Output: release readiness status, unresolved blockers, and rollback/readiness notes.
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: "MDS Project Research Plan"
|
|
3
|
+
description: "Run the MDS Project Research Plan workflow in VS Code Copilot user scope."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# /project-research-plan
|
|
7
|
+
|
|
8
|
+
Turn rough product notes/research into actionable MDS project memory and next-phase plan.
|
|
9
|
+
|
|
10
|
+
## Arguments
|
|
11
|
+
|
|
12
|
+
- `projectPath`: target project path (default: current directory).
|
|
13
|
+
- `inputs`: attached notes/docs to normalize into canonical memory files.
|
|
14
|
+
|
|
15
|
+
## MCP-First Workflow
|
|
16
|
+
|
|
17
|
+
1. Confirm the `mds` MCP server is available.
|
|
18
|
+
2. Pull `get_skill` for `research-plan-intake` (and `project-onboarding` when onboarding context is mixed in).
|
|
19
|
+
3. Call `knowledge_list_resources` for `guide` and `reference` resources as needed for structure and validation.
|
|
20
|
+
4. Normalize clear context directly; ask focused follow-up only where ambiguity changes implementation direction.
|
|
21
|
+
5. Update project memory files and produce an implementation-ready next-phase plan.
|
|
22
|
+
|
|
23
|
+
## CLI / Manual Fallback
|
|
24
|
+
|
|
25
|
+
1. If MCP is not configured, install it manually:
|
|
26
|
+
- `mds mcp install --client codex --scope project`
|
|
27
|
+
2. Direct CLI fallback:
|
|
28
|
+
- Use `mds onboard <projectPath>` for structured intake when memory files are missing.
|
|
29
|
+
- Use `mds continue <projectPath>` after memory normalization to select the next task.
|
|
30
|
+
|
|
31
|
+
## Verification And Output
|
|
32
|
+
|
|
33
|
+
- Confirm `project/info.md`, `project/style.md`, and `project/todo.md` align with extracted research context.
|
|
34
|
+
- Output: resolved unknowns, outstanding questions, and the recommended next implementation slice.
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: "MDS Review Expo Project"
|
|
3
|
+
description: "Run the MDS Review Expo Project workflow in VS Code Copilot user scope."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# /review-expo-project
|
|
7
|
+
|
|
8
|
+
Review an Expo project with MCP-first diagnostics and skill-guided remediation.
|
|
9
|
+
|
|
10
|
+
## Arguments
|
|
11
|
+
|
|
12
|
+
- `projectPath`: absolute or relative project path (default: current directory).
|
|
13
|
+
- `mode`: Doctor mode (`fast`, `ci`, or `full`; default: `ci`).
|
|
14
|
+
|
|
15
|
+
## MCP-First Workflow
|
|
16
|
+
|
|
17
|
+
1. Confirm the `mds` MCP server is available.
|
|
18
|
+
2. Call `continue_project` to summarize current project state and blockers.
|
|
19
|
+
3. Call `doctor_scan_project` with `projectPath` and `mode`.
|
|
20
|
+
4. For each warning/error, call `doctor_explain_result`, then pull targeted guidance with `get_skill` (for example: `project-onboarding`, `debugging`, `deployment`).
|
|
21
|
+
5. If the findings affect release readiness, call `generate_deploy_checklist` so the next steps stay checklist-driven instead of PR-driven.
|
|
22
|
+
6. Call `knowledge_list_resources` with `kind: "guide"` if extra reference context is needed.
|
|
23
|
+
|
|
24
|
+
## CLI / Manual Fallback
|
|
25
|
+
|
|
26
|
+
1. If MCP is not configured, install it manually:
|
|
27
|
+
- `mds mcp install --client codex --scope project`
|
|
28
|
+
2. If MCP still cannot run, use direct CLI flows:
|
|
29
|
+
- `mds continue <projectPath>`
|
|
30
|
+
- `mds doctor <projectPath> --ci`
|
|
31
|
+
|
|
32
|
+
## Verification And Output
|
|
33
|
+
|
|
34
|
+
- Keep the response user-facing: summarize findings and next steps without echoing internal tool chatter or file-read noise.
|
|
35
|
+
- Re-run `doctor_scan_project` (or `mds doctor --ci`) after fixes.
|
|
36
|
+
- If the user is validating an installed agent bundle, include `mds agent verify --client <client> --target <path>` in the follow-up commands.
|
|
37
|
+
- Output: blocker summary, failing checks, recommended next task, and concrete follow-up commands. Avoid proposing a PR unless the user explicitly asks for a GitHub workflow.
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: "MDS Run Doctor"
|
|
3
|
+
description: "Run the MDS Run Doctor workflow in VS Code Copilot user scope."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# /run-doctor
|
|
7
|
+
|
|
8
|
+
Run MDS Doctor as the primary health check for an Expo project.
|
|
9
|
+
|
|
10
|
+
## Arguments
|
|
11
|
+
|
|
12
|
+
- `projectPath`: project root path (default: current directory).
|
|
13
|
+
- `mode`: `fast`, `ci`, or `full` (default: `ci`).
|
|
14
|
+
- `runScripts`: whether Doctor should execute project scripts (default: `true` for `ci` mode).
|
|
15
|
+
|
|
16
|
+
## MCP-First Workflow
|
|
17
|
+
|
|
18
|
+
1. Confirm the `mds` MCP server is available.
|
|
19
|
+
2. Call `doctor_scan_project` with selected arguments.
|
|
20
|
+
3. For each non-pass result, call `doctor_explain_result`.
|
|
21
|
+
4. If the check is release-related or web-facing, call `generate_deploy_checklist` before giving next steps.
|
|
22
|
+
5. Pull targeted implementation guidance with `get_skill` (typically `deployment`, `debugging`, or `dev-server-management`).
|
|
23
|
+
|
|
24
|
+
## CLI / Manual Fallback
|
|
25
|
+
|
|
26
|
+
1. If MCP is not configured, install it manually:
|
|
27
|
+
- `mds mcp install --client codex --scope project`
|
|
28
|
+
2. Direct CLI alternatives:
|
|
29
|
+
- `mds doctor <projectPath>`
|
|
30
|
+
- `mds doctor <projectPath> --ci`
|
|
31
|
+
- `mds doctor <projectPath> --json`
|
|
32
|
+
|
|
33
|
+
## Verification And Output
|
|
34
|
+
|
|
35
|
+
- Re-run Doctor after each fix batch.
|
|
36
|
+
- Keep the response concise and user-facing; do not surface internal tool chatter or intermediate file reads.
|
|
37
|
+
- Output: check summary, blocking errors first, and the exact command used for re-check.
|
package/dist/cli.js
CHANGED
|
@@ -202,7 +202,7 @@ async function main() {
|
|
|
202
202
|
}), async (argv) => {
|
|
203
203
|
await runContinueCommand(argv);
|
|
204
204
|
})
|
|
205
|
-
.command(
|
|
205
|
+
.command('free-port [ports..]', 'Free one or more local ports by stopping listening processes', (builder) => builder
|
|
206
206
|
.positional('ports', {
|
|
207
207
|
describe: 'Ports to kill',
|
|
208
208
|
type: 'string',
|
|
@@ -216,7 +216,7 @@ async function main() {
|
|
|
216
216
|
}), async (argv) => {
|
|
217
217
|
await runKillPortCommand(argv);
|
|
218
218
|
})
|
|
219
|
-
.command(
|
|
219
|
+
.command('clear-expo-start [path]', 'Kill Expo/server ports, clear local caches, and start Expo with --clear', (builder) => builder
|
|
220
220
|
.positional('path', {
|
|
221
221
|
describe: 'Project path',
|
|
222
222
|
type: 'string',
|
package/dist/cli.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cli.js","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"cli.js","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":"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"}
|