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.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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"
処理の流れ
- 外部スキル: lock の
externalセクションを source ごとにグループ化しbunx skills addでclaude-code、codex、antigravityにインストール - Custom/Vendor: Lock の
custom.repoをbunx skills addでインストール(External を上書き) - 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.
- Author: YunosukeYoshino
- Source: YunosukeYoshino/skill-loom
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.