skill-install-dry-run-planner
Original:🇺🇸 English
Translated
3 scriptsChecked / no sensitive code detected
Plan cross-harness skills sync dry-run steps before any live install. Use when reconciling harness skill inventory. NOT for --apply or npx installs.
8installs
Sourcewyattowalsh/agents
Added on
NPX Install
npx skill4agent add wyattowalsh/agents skill-install-dry-run-plannerTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Skill Install Dry-Run Planner
Produce a maintainer plan from skills-sync dry-run evidence.
Scope: Dry-run planning only. Never run live apply installs from this skill.
Dispatch
| $ARGUMENTS | Action |
|---|---|
| Empty | Full dry-run plan for all harnesses |
| Plan for one harness adapter |
| Machine-readable plan |
| Show phases, gates, and related runbooks |
Planned Phases
- Validate — run the repo validation command
- Dry-run JSON — run the skills-sync dry-run JSON command
- Review gaps — inspect ,
missing, andunresolvedrows per harnessskipped - Optional smoke — temp-home phase (maintainer machine only)
INSTALL_SMOKE=1 - Apply gate — human approval required before any
--apply
Also see and .
skills/cross-agent-install-smoke/docs/runbooks/install-smoke.mdWorkflow
bash
uv run python skills/skill-install-dry-run-planner/scripts/plan_dry_run.py
uv run python skills/skill-install-dry-run-planner/scripts/plan_dry_run.py --harness cursor --format jsonValidation Contract
bash
uv run python skills/skill-install-dry-run-planner/scripts/check.pyCritical Rules
- Default to dry-run; treat sync JSON as evidence, not authority over repo policy.
- Never auto-apply installs or run live from this skill.
npx skills add - Run phase 1 dry-run checks before recommending reconciliation.
- Gate temp-home smoke behind .
INSTALL_SMOKE=1 - Document unresolved catalog rows instead of silently skipping them.