configure-ecc
Guides users through the interactive installation of skills and rules for Everything Claude Code, optimizing paths and verifying installations.
Install this skill
Security score
The configure-ecc skill was audited on May 15, 2026 and we found 14 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 149 | ```bash |
Access to hidden dotfiles in home directory
| 21 | 2. **手動**: このスキルのみを `~/.claude/skills/configure-ecc/SKILL.md` にコピーし、"configure ecc" と言って起動します |
Access to hidden dotfiles in home directory
| 47 | - "User-level (~/.claude/)" — "すべての Claude Code プロジェクトに適用されます" |
Access to hidden dotfiles in home directory
| 53 | - User-level: `TARGET=~/.claude` |
Access to hidden dotfiles in home directory
| 55 | - Both: `TARGET_USER=~/.claude`、`TARGET_PROJECT=.claude` |
Access to hidden dotfiles in home directory
| 202 | grep -rn "~/.claude/" $TARGET/skills/ $TARGET/rules/ |
Access to hidden dotfiles in home directory
| 207 | **プロジェクトレベルのインストールの場合**、`~/.claude/` パスへの参照をフラグします: |
Access to hidden dotfiles in home directory
| 208 | - スキルが `~/.claude/settings.json` を参照している場合 — これは通常問題ありません(設定は常にユーザーレベルです) |
Access to hidden dotfiles in home directory
| 209 | - スキルが `~/.claude/skills/` または `~/.claude/rules/` を参照している場合 — プロジェクトレベルのみにインストールされている場合、これは壊れている可能性があります |
Access to hidden dotfiles in home directory
| 217 | - `continuous-learning-v2` は `~/.claude/homunculus/` ディレクトリを参照します |
Access to hidden dotfiles in home directory
| 227 | 3. **問題**: 何が間違っているか(例: "~/.claude/skills/python-patterns を参照していますが、python-patterns がインストールされていません") |
Access to hidden dotfiles in home directory
| 304 | - ユーザーレベルの場合: `~/.claude/skills/<skill-name>/SKILL.md` が存在するか確認します |
Access to hidden dotfiles in home directory
| 312 | - 一部のスキルは `~/.claude/` パスを前提としています。ステップ4の検証を実行してこれらを見つけて修正します。 |
Access to hidden dotfiles in home directory
| 313 | - `continuous-learning-v2` の場合、`~/.claude/homunculus/` ディレクトリは常にユーザーレベルです — これは想定されており、エラーではありません。 |