Files
Michal Jaskolski c172996495 fix(links): repair five dead Amazon links across the skills (#23)
* fix(37signals-way): replace the dead Shape Up Amazon link

ASIN B09ZSY1MWP returns Amazon's "Page Not Found". Shape Up has no
English Amazon listing at all, only a Portuguese Kindle edition, so
there is nothing to swap the ASIN for. The book is free at
basecamp.com/shapeup, which is now where the link points.

Updated in the skill's Further Reading, both generated plugin copies
(re-ran scripts/generate-plugins.sh, which reproduces the edit exactly),
and the two README mentions. The landing page carries the same fix.

The four other 37signals books in that section all resolve to the right
title and author.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012todV6BsX7FQor88FtgbAa

* fix(links): repair four more dead Amazon links found by a full sweep

Checked all 98 unique Amazon ASINs across the repo against the live
product pages. Five were dead; Shape Up was the first. The other four:

- crossing-the-chasm — "Inside the Tornado" pointed at 0887307760, dead.
  Now 0060745819, the live Collins Business Essentials edition.
- obviously-awesome — April Dunford's "Sales Pitch" pointed at
  1999023048, dead. Now 1999023021, the paperback.
- refactoring-ui — "Refactoring UI" pointed at B0BLJ7MC21, dead. The book
  has never had an Amazon listing; it is sold at refactoringui.com, which
  is now the link.
- ios-hig-design — "Designed by Apple in California" pointed at
  1942303118, dead. It is out of print, Apple's own page redirects to the
  homepage, and the only remaining Amazon listing is a Scandinavian
  marketplace copy. The title keeps its entry and loses its link.

Plugin copies regenerated with scripts/generate-plugins.sh. The other 93
ASINs all resolve to the right title and author.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012todV6BsX7FQor88FtgbAa

* chore(skills): bump patch versions for the link corrections

CLAUDE.md requires a version bump whenever a SKILL.md changes; a small
fix takes a PATCH increment. All five skills touched by the dead-link
repairs get one, and the generated plugin copies were refreshed.

- 37signals-way      1.3.0 -> 1.3.1
- crossing-the-chasm 1.4.0 -> 1.4.1
- obviously-awesome  1.4.0 -> 1.4.1
- refactoring-ui     1.5.0 -> 1.5.1
- ios-hig-design     1.5.0 -> 1.5.1

Marketplace versions are left alone: they are auto-synced to the latest
GitHub release by scripts/sync-marketplace-versions.sh, not hand-edited.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012todV6BsX7FQor88FtgbAa

---------

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-09-10 23:47:58 +02:00
..