Skip to content
Skillv1.0.0

version-changelog-patterns

When checking if skill content matches current library/framework version.

by majiayu000(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from majiayu000/claude-skill-registry (skills/data/version-changelog-patterns/SKILL.md). Install upstream with npx skills add majiayu000/claude-skill-registry --skill version-changelog-patterns. Copyright stays with the author.

When to Use

When checking if skill content matches current library/framework version.

Patterns

Version Check Strategy

# Search for latest version
"[library] latest version 2025"
"[library] npm OR pypi OR crates"

# Find changelog
"[library] changelog OR releases"
"[library] site:github.com releases"

Changelog Locations by Platform

npm packages:
  - npmjs.com/package/[name]?activeTab=versions
  - github.com/[org]/[repo]/releases

Python:
  - pypi.org/project/[name]/#history
  - github.com/[org]/[repo]/blob/main/CHANGELOG.md

GitHub:
  - /releases (preferred)
  - /blob/main/CHANGELOG.md
  - /blob/main/HISTORY.md

Breaking Changes Keywords

Search for:
  - "BREAKING CHANGE"
  - "breaking:"
  - "deprecated"
  - "removed in [version]"
  - "migration guide"
  - "upgrade guide"

SemVer Quick Reference

MAJOR.MINOR.PATCH (e.g., 2.1.3)

MAJOR: Breaking changes (APIs removed/changed)
MINOR: New features (backward compatible)
PATCH: Bug fixes only

⚠️ Pre-1.0: Any change can be breaking
⚠️ Check for ^ vs ~ in dependencies

Anti-Patterns

  • Assuming patch versions have no impact
  • Ignoring peer dependency changes
  • Not checking release date (old = risky)
  • Skipping alpha/beta/rc notes

Verification Checklist

  • Current version identified
  • Skill assumes correct version
  • No breaking changes since skill creation
  • Deprecation warnings checked

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/majiayu000-claude-skill-registry-version-changelog-patterns/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

majiayu000-claude-skill-registry-version-changelog-patterns.ocm.jsonjson
{
  "ocm": "1",
  "id": "majiayu000-claude-skill-registry-version-changelog-patterns",
  "kind": "skill",
  "name": "version-changelog-patterns",
  "description": "When checking if skill content matches current library/framework version.",
  "publisher": "majiayu000",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "versioning",
      "changelog",
      "updates",
      "skills",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "When checking if skill content matches current library/framework version."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/majiayu000/claude-skill-registry",
      "path": "skills/data/version-changelog-patterns/SKILL.md",
      "ref": "a16e8e7bdddc9a7406a56f51e520cef7a8646208",
      "url": "https://github.com/majiayu000/claude-skill-registry/blob/a16e8e7bdddc9a7406a56f51e520cef7a8646208/skills/data/version-changelog-patterns/SKILL.md",
      "key": "majiayu000/claude-skill-registry/skills/data/version-changelog-patterns/SKILL.md"
    }
  },
  "instructions": "## When to Use\nWhen checking if skill content matches current library/framework version.\n\n## Patterns\n\n### Version Check Strategy\n```bash\n# Search for latest version\n\"[library] latest version 2025\"\n\"[library] npm OR pypi OR crates\"\n\n# Find changelog\n\"[library] changelog OR releases\"\n\"[library] site:github.com releases\"\n```\n\n### Changelog Locations by Platform\n```\nnpm packages:\n  - npmjs.com/package/[name]?activeTab=versions\n  - github.com/[org]/[repo]/releases\n\nPython:\n  - pypi.org/project/[name]/#history\n  - github.com/[org]/[repo]/blob/main/CHANGELOG.md\n\nGitHub:\n  - /releases (preferred)\n  -",
  "cost": {
    "context_tokens": 357
  }
}

Fetch it by URL: GET /api/v1/registry/majiayu000-claude-skill-registry-version-changelog-patterns/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.