From skill-scanner
Macで登録済みClaude agent skillsをスキャンし一覧表示。「スキルを調べて」「登録済みスキル一覧」などで使用。読み取り専用で安全に実行。
How this skill is triggered — by the user, by Claude, or both
Slash command
/skill-scanner:skill-scannerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
登録されているClaude agent skillsをスキャンし一覧表示する(読み取り専用)。
登録されているClaude agent skillsをスキャンし一覧表示する(読み取り専用)。
詳細は scripts/scan_skills.py --help を参照。
# 基本スキャン(ユーザーレベルのみ)
python3 scripts/scan_skills.py
# 指定ディレクトリ以下のプロジェクトをスキャン(要ユーザー確認)
python3 scripts/scan_skills.py --projects-dir ~/git
python3 scripts/scan_skills.py --projects-dir ~/work
# 複数ディレクトリを同時にスキャン
python3 scripts/scan_skills.py --projects-dir ~/git --projects-dir ~/work
# JSON形式で出力
python3 scripts/scan_skills.py --json
重要: プロジェクトディレクトリをスキャンする際は必ずユーザーに確認してから実行。
npx claudepluginhub masayan1126/masayan-uni-code-plugins --plugin skill-scannerLists all installed skills grouped by source (project, personal, plugin), showing which plugin each belongs to with keyword-style descriptions.
Searches Claude Code skills across local ~/.claude/skills, skills.sh CLI directory, and GitHub fallback. Outputs markdown table and JSON with install info, sorted by source.
Create, update, and manage Claude Code skills including SKILL.md files, slash commands, directory structures, frontmatter, substitutions, and invocation controls.