Skip to content

Shopify Changelog v0.1.0

Choose a tag to compare

@buildwithzach buildwithzach released this 06 Sep 22:29
· 1 commit to main since this release

First public release of Shopify Changelog: a skill and local CLI that gives Codex and Claude Code searchable Shopify announcements alongside official documentation.

  • Import official merchant and developer feeds without API keys or store credentials.
  • Search complete entries, filter recent changes, and cite original sources.
  • Preserve edited versions and keep cached data available when downloads fail.
  • Install for Codex, Claude Code, or both; optionally enable standing automatic-reference instructions.
  • Store new archives outside installed skill files so skill updates do not replace the database.

Install with automatic referencing

git clone https://github.com/buildwithzach/shopify-changelog.git
cd shopify-changelog
python3 install.py --agent both --auto-reference
~/.local/bin/shopify-updates sync

Install just the skill

npx skills add buildwithzach/shopify-changelog --skill shopify-changelog -g -a codex claude-code

The skill-only command does not modify global instruction files or install the terminal command. See the README for optional setup, requirements, updates, and uninstall instructions.

Validation: 15 automated tests pass on macOS, including isolated installation, archive persistence, search, history, and failure recovery. The Skills CLI successfully discovers the packaged skill.

Archives contain the history each feed exposes; all-time completeness is not guaranteed. Automatic referencing is agent guidance, not a hook on every message. No background schedule is installed.