スキル一覧に戻る
unchainedshop

upgrade-unchained

by unchainedshop

upgrade-unchainedは、other分野における実用的なスキルです。複雑な課題への対応力を強化し、業務効率と成果の質を改善します。

186🍴 21📅 2026年1月23日
GitHubで見るManusで実行

SKILL.md


name: upgrade-unchained description: Guides upgrading Unchained Engine to a new major version. Use when the user wants to upgrade their Unchained project, mentions updating @unchainedshop packages, or asks about migration.

Upgrade Unchained Engine

Instructions

  1. Enter planning mode to create an upgrade plan
  2. Get available versions with npm view @unchainedshop/platform versions --json
  3. Show the user which versions they can upgrade to
  4. Once a target version is selected (e.g., 4.5.0), fetch these resources:
    • Migration guide: https://raw.githubusercontent.com/unchainedshop/unchained/refs/tags/v{version}/MIGRATION.md
    • Changelog: https://raw.githubusercontent.com/unchainedshop/unchained/refs/tags/v{version}/CHANGELOG.md
    • README: https://raw.githubusercontent.com/unchainedshop/unchained/refs/heads/master/README.md
  5. Execute the upgrade by:
    • Updating npm dependencies
    • Removing deprecated dependencies
    • Running lint, tests, and build
    • Starting the project to verify

Reference Examples

Fetch example boot files for the target version to understand current patterns:

FrameworkExample URL
Expresshttps://raw.githubusercontent.com/unchainedshop/unchained/refs/tags/v{version}/examples/kitchensink-express/src/boot.ts
Fastifyhttps://raw.githubusercontent.com/unchainedshop/unchained/refs/tags/v{version}/examples/kitchensink/src/boot.ts
Minimalhttps://raw.githubusercontent.com/unchainedshop/unchained/refs/tags/v{version}/examples/minimal/src/boot.ts
Ticketinghttps://raw.githubusercontent.com/unchainedshop/unchained/refs/tags/v{version}/examples/ticketing/src/boot.ts
OIDChttps://raw.githubusercontent.com/unchainedshop/unchained/refs/tags/v{version}/examples/oidc/src/boot.ts

Additional Resources

スコア

総合スコア

75/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

+5
最近の活動

3ヶ月以内に更新

+5
フォーク

10回以上フォークされている

+5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

レビュー

💬

レビュー機能は近日公開予定です