スキル一覧に戻る
emliunix

skill-install

by emliunix

Configs shared across my linux/mac devices

0🍴 0📅 2026年1月18日
GitHubで見るManusで実行

SKILL.md


name: skill-install description: Install Claude skills from .skill files. Use when installing a new skill provided by the user as a .skill file (which is a zip archive containing the skill directory structure).

Skill Installation

Installation

Extract the .skill file to ~/.claude/skills/:

unzip skill-name.skill -d ~/.claude/skills/

The .skill file is a zip archive containing a directory with the skill name (e.g., skill-name/), which includes SKILL.md and optional bundled resources.

Post-Installation Behavior

After installation:

  1. Read frontmatter only: Load and read the YAML frontmatter from the skill's SKILL.md to understand its name, description, and when to use it. This is essential metadata for knowing the skill's capabilities.

  2. Lazy-load body: Do NOT read the full body of SKILL.md or any bundled resources at this time. Only load these when the skill actually triggers for a relevant task.

This progressive loading approach minimizes context usage while ensuring new skills are available when needed.

スコア

総合スコア

50/100

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

SKILL.md

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

+20
LICENSE

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

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

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