agentsclimarketplace

Check ai onboard updates

Skill K95M65/AI_ONBOARD/skills/check-ai-onboard-updates

Portable agent workflow framework for Codex, Claude Code, and OpenCode—shared project context, focused skills, independent review, and safe updates.

Install
npx -y skills add K95M65/AI_ONBOARD --skill check-ai-onboard-updates

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

  • 19 days oldThe repository was created 19 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

Checks a managed AI_ONBOARD installation for package updates, fixes, and security releases, reports drift separately from available releases, and offers a safe preview before applying an upgrade. Use when the user asks whether AI_ONBOARD is current, invokes the update-check workflow, or wants to review and apply an available bundle update.

SKILL.md

1.7 KB, as published. Nobody here has run it

Check AI_ONBOARD updates

Run this workflow only in a project containing ai-onboard.json and .ai-onboard.lock.json.

  1. Check installation health without changing the project:

    python3 .ai-onboard/bin/ai_onboard.py doctor
    
  2. Query the configured update channel and cache the result:

    python3 .ai-onboard/bin/ai_onboard.py upgrade --check --cache --json
    
  3. Parse the JSON and report:

    • current and latest versions;
    • whether an update is available;
    • release classification (security, fix, feature, or maintenance);
    • the release summary and notes link; and
    • any separate local drift or unresolved conflicts reported by doctor.
  4. If no update exists, stop after reporting the check time and current version.

  5. If an update exists, show the user a non-mutating preview:

    python3 .ai-onboard/bin/ai_onboard.py upgrade --dry-run
    
  6. Apply the upgrade only when the user asks to proceed:

    python3 .ai-onboard/bin/ai_onboard.py upgrade
    python3 .ai-onboard/bin/ai_onboard.py doctor
    

Never treat package availability as permission to overwrite conflicts, change profiles, or purge user-owned content. Preserve the manager's distinction between an upstream release, local drift, and staged conflicts.

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.