continuous-learning-v2
Enhances AI learning through instinct-based systems, enabling adaptive skill evolution and confidence scoring.
Install this skill
Security score
The continuous-learning-v2 skill was audited on May 12, 2026 and we found 18 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 102 | 以前に `observe.sh` を `~/.claude/settings.json` にコピーした場合は、重複した `PreToolUse` / `PostToolUse` ブロックを削除してください。重複登録は二重実行と `${CLAUDE_PLUGIN_ROOT}` 解決エラーを引き起こします。この変数はプラグイン管理の `hooks/hooks.json` でのみ展開されます。 |
Access to hidden dotfiles in home directory
| 95 | `~/.claude/settings.json`に追加します。 |
Access to hidden dotfiles in home directory
| 100 | プラグインの `hooks/hooks.json` が Claude Code v2.1+ で自動読み込みされるため、`~/.claude/settings.json` に追加の hook 設定は不要です。`observe.sh` はそこで既に登録されています。 |
Access to hidden dotfiles in home directory
| 102 | 以前に `observe.sh` を `~/.claude/settings.json` にコピーした場合は、重複した `PreToolUse` / `PostToolUse` ブロックを削除してください。重複登録は二重実行と `${CLAUDE_PLUGIN_ROOT}` 解決エラーを引き起こします。この変数はプラグイン管理の `hooks/hooks.json` でのみ展開されます。 |
Access to hidden dotfiles in home directory
| 104 | **`~/.claude/skills`に手動でインストールした場合**: |
Access to hidden dotfiles in home directory
| 113 | "command": "~/.claude/skills/continuous-learning-v2/hooks/observe.sh" |
Access to hidden dotfiles in home directory
| 120 | "command": "~/.claude/skills/continuous-learning-v2/hooks/observe.sh" |
Access to hidden dotfiles in home directory
| 132 | mkdir -p ~/.claude/homunculus/{instincts/{personal,inherited},evolved/{agents,skills,commands}} |
Access to hidden dotfiles in home directory
| 133 | touch ~/.claude/homunculus/observations.jsonl |
Access to hidden dotfiles in home directory
| 163 | "store_path": "~/.claude/homunculus/observations.jsonl", |
Access to hidden dotfiles in home directory
| 168 | "personal_path": "~/.claude/homunculus/instincts/personal/", |
Access to hidden dotfiles in home directory
| 169 | "inherited_path": "~/.claude/homunculus/instincts/inherited/", |
Access to hidden dotfiles in home directory
| 187 | "evolved_path": "~/.claude/homunculus/evolved/" |
Access to hidden dotfiles in home directory
| 195 | ~/.claude/homunculus/ |
Access to hidden dotfiles in home directory
| 249 | - 既存の`~/.claude/skills/learned/`スキルは引き続き機能 |
External URL reference
| 210 | [Skill Creator GitHub App](https://skill-creator.app)を使用すると、**両方**が生成されます: |
External URL reference
| 262 | - [Skill Creator](https://skill-creator.app) - リポジトリ履歴からインスティンクトを生成 |
External URL reference
| 264 | - [The Longform Guide](https://x.com/affaanmustafa/status/2014040193557471352) - 継続的学習セクション |