continuous-learning-v2
Transforms Claude Code sessions into reusable knowledge through instinct-based learning, enhancing AI capabilities.
Install this skill
Security score
The continuous-learning-v2 skill was audited on Feb 12, 2026 and we found 15 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Access to hidden dotfiles in home directory
| 95 | Add to your `~/.claude/settings.json`: |
Access to hidden dotfiles in home directory
| 104 | "command": "~/.claude/skills/continuous-learning-v2/hooks/observe.sh pre" |
Access to hidden dotfiles in home directory
| 111 | "command": "~/.claude/skills/continuous-learning-v2/hooks/observe.sh post" |
Access to hidden dotfiles in home directory
| 121 | mkdir -p ~/.claude/homunculus/{instincts/{personal,inherited},evolved/{agents,skills,commands}} |
Access to hidden dotfiles in home directory
| 122 | touch ~/.claude/homunculus/observations.jsonl |
Access to hidden dotfiles in home directory
| 131 | ~/.claude/skills/continuous-learning-v2/agents/start-observer.sh |
Access to hidden dotfiles in home directory
| 152 | "store_path": "~/.claude/homunculus/observations.jsonl", |
Access to hidden dotfiles in home directory
| 157 | "personal_path": "~/.claude/homunculus/instincts/personal/", |
Access to hidden dotfiles in home directory
| 158 | "inherited_path": "~/.claude/homunculus/instincts/inherited/", |
Access to hidden dotfiles in home directory
| 176 | "evolved_path": "~/.claude/homunculus/evolved/" |
Access to hidden dotfiles in home directory
| 184 | ~/.claude/homunculus/ |
Access to hidden dotfiles in home directory
| 238 | - Existing `~/.claude/skills/learned/` skills still work |
External URL reference
| 199 | When you use the [Skill Creator GitHub App](https://skill-creator.app), it now generates **both**: |
External URL reference
| 251 | - [Skill Creator](https://skill-creator.app) - Generate instincts from repo history |
External URL reference
| 253 | - [The Longform Guide](https://x.com/affaanmustafa/status/2014040193557471352) - Continuous learning section |