Repo D Sandbox Local Packaging
Use this skill for deterministic local packaging in .
Workflow
- Confirm Node LTS and npm workspace setup.
- Run baseline checks before packaging:
npm install
npm run build
npm run lint
- Build distributables:
npm run dist
- Run packaging verification (desktop workspace):
npm --workspace apps/desktop run verify
- Use PowerShell wrappers when requested:
powershell -ExecutionPolicy Bypass -File scripts/build.ps1
powershell -ExecutionPolicy Bypass -File scripts/package.ps1
Evidence to Capture
- Commands executed and pass/fail status.
- Artifact paths under
apps/desktop/release. - Any blocker with explicit reproduction steps.
Scope Boundary
Use this skill only for the repo-d-local-packaging lane and workflow defined in this file and its references.
Do not use this skill for unrelated lanes; route those through $skill-hub and the most specific matching skill.
References
- Packaging checklist:
references/packaging-checklist.md
Loopback
If this lane is unresolved, blocked, or ambiguous:
- Capture current evidence and failure context.
- Route back through
$skill-hubfor chain recalculation. - Resume only after the updated chain returns a deterministic next step.