AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Skills Restore

skill-yunosukeyoshino-skill-loom-skills-restore · by YunosukeYoshino

skills.lock.json から全スキルを一括リストアする。--clean で既存スキルを退避後まっさらに再構築、--dry-run でプレビュー。トリガー: 「スキルをリストア」「スキルを復元」「リストア」「restore」

No reviews yet
0 installs
24 views
0.0% view→install

Install

$ agentstack add skill-yunosukeyoshino-skill-loom-skills-restore

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-yunosukeyoshino-skill-loom-skills-restore)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
27d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Skills Restore? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Skills Restore

selected Catalog の Inventory Lock を正として、External → Custom/Vendor → Agent 定義の順に Projection を再構築する。

Workflow

Step 1: リストアの実行

# 通常リストア(冪等 — 既存の上から実行しても安全)
bash "$ENGINE_ROOT/.agents/skills/skills-restore/scripts/skills-restore" --catalog-dir "$CATALOG_ROOT"

# 既存スキルを退避してからまっさらにリストア
bash "$ENGINE_ROOT/.agents/skills/skills-restore/scripts/skills-restore" --catalog-dir "$CATALOG_ROOT" --clean

# 変更を加えずプレビュー
bash "$ENGINE_ROOT/.agents/skills/skills-restore/scripts/skills-restore" --catalog-dir "$CATALOG_ROOT" --clean --dry-run

完了基準: スクリプトが exit 0 で終了し、インストール結果のサマリーが出力されていること(--dry-run 時はプレビューのみ)。

Step 2: ユーザーへの報告

通常実行後は、インストールされたスキル一覧と合計件数を報告する。--dry-run 時は、インストール予定のスキル一覧と合計件数を報告する。--clean 使用時は退避先パスとロールバック手順も案内する。

完了基準: 一覧と合計件数(--clean 時は退避先パスとロールバック手順)を報告し終えていること。

--clean で退避したスナップショットのロールバック

# 利用可能なアーカイブ一覧
ls ~/.agents/skills-archive/

# ロールバック
bash "$ENGINE_ROOT/.agents/skills/skills-restore/scripts/skills-rollback" 

処理の流れ

  1. 外部スキル: lock の external セクションを source ごとにグループ化し bunx skills addclaude-codecodexantigravity にインストール
  2. Custom/Vendor: Lock の custom.repobunx skills add でインストール(External を上書き)
  3. Agent 定義: Catalog の agents/~/.claude/agents/ にコピー

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.