pack-update

Refresh configured git pack sources and report new, updated, or unchanged packs.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/troylar/anteroom --skill pack-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pack-update
Source: https://github.com/troylar/anteroom/tree/main/src/anteroom/cli/default_skills/pack-update
Command: npx skills add https://github.com/troylar/anteroom --skill pack-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps team pack repositories and installed packs current by detecting available updates and reporting what changed without making configuration or attachment changes for the user.

Core Features & Use Cases

  • Source inspection: Show configured pack sources, branches, refresh intervals, and cache state to determine where updates can come from.
  • Refresh and compare: Run repository refreshes, compare installed pack versions, and clearly report new, updated, and unchanged packs.
  • Guided troubleshooting: Identify missing packs, suggest source configuration entries, and flag potentially stale lock files for reproducibility workflows.
  • Use case: A maintainer wants to ensure all team packs are up-to-date before a release; run the workflow to refresh sources, list changes, and get actionable steps to attach updated packs.

Quick Start

Run aroom pack refresh to fetch updates and then run aroom pack list to compare installed versions and report new or updated packs.

Frequently Asked Questions about pack-update

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check for available pack updates from git sources?

To check for available pack updates, run aroom pack refresh to fetch the latest versions from configured git sources, then run aroom pack list to compare installed versions and report new, updated, or unchanged packs.

How do I show configured pack sources and their refresh intervals?

Show configured pack sources by inspecting the repository setup, which displays source branches, refresh intervals, and cache state to determine where available updates can come from.

Why are my pack updates not showing up after a refresh?

Pack updates may not show if configured git sources are missing; the workflow identifies missing sources, suggests source configuration entries, and flags potentially stale lock files for reproducibility workflows.

How do I compare installed pack versions against the latest repository versions?

Compare installed pack versions by running repository refreshes across configured pack sources, which clearly reports new, updated, and unchanged packs without making configuration or attachment changes.

Can I detect updates for a specific pack instead of all packs?

Yes, you can detect updates for a specific pack or all packs by operating across configured pack sources to refresh repositories, compare installed pack versions, and report the changes.

What permissions do I need to run a pack refresh and list operation?

You need read access to configured pack source repositories and the ability to run aroom pack refresh and aroom pack list commands to successfully detect and report available pack updates.