agentsclimarketplace

System modernization

Skill denelwu-GH/exocrew/plugins/exocrew/skills/system-modernization

Zero coding experience? Give Codex an AI delivery crew that turns ideas into working, tested, releasable software with guardrails, browser QA, rollback, and production closure.

Install
npx -y skills add denelwu-GH/exocrew --skill system-modernization

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 22 days oldThe repository was created 22 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Govern system ports, rewrites, framework or language upgrades, architecture refactors, production replacements, and open-source extractions without losing contracts, business truth, or completion criteria. Use when migrating between stacks, modernizing legacy software, preserving old behavior in a new implementation, deciding whether a replacement is cutover-ready, separating a private source from a writable target, or packaging a reviewable handoff.

SKILL.md

8.6 KB, ~1.6k tokens by cl100k_base, as published. Nobody here has run it

ExoCrew System Modernization

Purpose

Move a system toward a new technical or distribution target without confusing “new code exists” with “the old responsibility has been safely replaced.” Lock the modernization mode, inherit proven truth, expose readiness, and require evidence for every promotion.

Inspect before choosing a path

  1. Identify the source of business and contract truth.
  2. Identify the writable target and every read-only or excluded workspace.
  3. Inspect current architecture, tests, runtime assumptions, deployment shape, and historical compatibility constraints.
  4. Run the cheapest safe toolchain and readiness checks before promising implementation.
  5. Record existing green baselines and known external blockers separately.

If Git history is unavailable, use manifests, file hashes, scripts, logs, artifacts, and runtime readback instead of inventing branch evidence.

Lock the modernization mode

Choose one primary mode before implementation:

ModePrimary outcomeDefault compatibility
PortReproduce existing behavior in another language or runtimePreserve observable behavior
RefactorImprove internal structure without changing the public contractPreserve contract and data semantics
ModernizeUpgrade framework, language, dependencies, and engineering standardsPreserve declared product behavior; allow approved technical breaks
ReplaceRetire the old runtime with production evidence, cutover, and rollbackRequire parity and operational readiness
ExtractPublish or reuse a clean general-purpose core without private history or dataPreserve valuable invariants, not private implementation shape

Load references/mode-decision.md when the user mixes goals, changes the maintenance horizon, or asks for a rewrite without defining what must remain compatible.

For Extract mode, load references/extraction-scope-matrix.md before implementation. Classify each source capability as Keep, Simplify, Pluginize, or Exclude. Preserve reusable invariants while removing private identity, data, infrastructure, and implementation history; extraction is not production replacement.

Do not silently change mode. If the work moves from porting to modernization, local implementation to production replacement, or private migration to public extraction, stop consequential work, show the changed cost and acceptance criteria, and obtain the required decision or approval.

Establish the modernization brief

Record:

  • selected mode and rejected modes
  • source and target boundaries
  • business truths and contracts that must survive
  • approved breaks and compatibility horizon
  • target readiness level
  • evidence surfaces required for acceptance
  • batch size and tolerated intermediate breakage
  • external dependencies and blockers
  • cutover, publication, rollback, and cancellation conditions

Treat a convenient short-term choice as decision debt when it is not the intended long-term architecture. Give it an owner, removal condition, and latest acceptable removal point.

Load references/traceability-ledger.md when work spans multiple batches, source responsibilities, or evidence surfaces. Classify unresolved items as runtime blockers, parity blockers, evidence debt, deferred scope, or external blockers instead of treating one undifferentiated backlog as readiness.

Preserve the baseline

  • Extend an existing green baseline unless the user explicitly authorizes replacement.
  • Do not force a fashionable external template over working repository contracts.
  • Keep package moves, configuration-key changes, framework upgrades, and business rewrites in separate batches unless inseparable.
  • Preserve route, schema, error, auth, and state semantics that remain contractual.
  • Keep historical debt visible, but do not make all of it a blocker for a scoped new gate.

Inventory and batch by failure type

Scan first, then group findings into buckets such as:

  • missing implementation
  • structure or dependency direction
  • API, DTO, event, or schema drift
  • authorization or state semantics
  • fixture or seed mismatch
  • time-window or timezone drift
  • toolchain or environment readiness
  • harness or assertion defect
  • external evidence still required

Fix one coherent bucket at a time. Use failing-first tests for changed behavior or new gates, run targeted verification for the bucket, and run broad readiness gates once at meaningful closeout points. Derive aggregate expectations from generated truth where possible; avoid hard-coded historical counts.

Prove parity deliberately

Route counts and successful compilation are inventory evidence, not equivalence. Compare input, output, errors, authorization, time and numeric semantics, durable side effects, idempotency, user paths, and operational dependencies.

Load references/parity-matrix.md when old and new implementations coexist or when a replacement claim is being made. Attribute failures to product, contract, fixture, environment, or harness before changing code.

Track readiness separately from evidence

Use the R0-R7 ladder in references/readiness-ladder.md. Readiness describes the state of the modernization; evidence levels describe what supports the claim. They are related but not interchangeable.

Never translate local tests, route coverage, or a green migration workspace directly into cutover-ready or production-verified language.

Build objective gates

  • Make gates executable and deterministic when possible.
  • Provide machine-readable output for composition and concise human-readable output for review.
  • Test the gate red before implementing it green.
  • Enforce the agreed new baseline without sweeping unrelated historical debt into scope.
  • Prefer semantic and structural checks over brittle wording checks.
  • Register the gate in the actual readiness or release path; an orphan script is documentation, not governance.
  • Reuse evidence only when the artifact, claim, environment, inputs, and time boundary still match; otherwise mark it stale and lower the supported claim.
  • Use lightweight gates for documentation-only changes only when executable behavior, contracts, and registered gates are unchanged; lightweight evidence cannot promote runtime readiness.

Handle time-sensitive verification

  • Use a controlled clock or relative dates for sliding-window rules.
  • Keep fixed historical dates only when historical compatibility is the subject under test.
  • Name timezone and precision requirements explicitly.
  • When a previously green test fails, check fixture age and environment drift before rewriting product logic.

Close or hand off

Load references/handoff-package.md when another person or agent must review or continue the work. Include the selected mode, baseline, changed scope, current readiness, failed and skipped checks, external blockers, latest evidence, rollback, and a copy-ready continuation prompt.

If the user explicitly stops, cancels, or abandons the objective, that instruction overrides historical momentum and automated continuation. Stop new work, preserve the current artifacts, record the incomplete boundary, and do not call the objective complete.

Route supporting work

  • Use $product-brief when value, users, retained workflows, or extraction scope is unclear.
  • Use $engineering-guardrails for architecture, contracts, state, implementation quality, and concurrency or race control.
  • Use $test-evidence for parity design, regression depth, and evidence claims.
  • Use $safe-operations for real data, cutover, deployment, rollback, or publication.
  • Use $exocrew-delivery when the modernization crosses three or more roles or requires staged approval.

Report

Return:

  1. Mode and target readiness
  2. Source, target, and excluded boundaries
  3. Preserved truths and approved breaks
  4. Completed batches and current buckets
  5. Parity and verification evidence
  6. External blockers and evidence not obtained
  7. Cutover, publication, rollback, or handoff status
  8. Explicit cancellation state, if applicable

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.