Skip to main content

continuous-learning-v2

Transforms Claude Code sessions into reusable knowledge through instinct-based learning, enhancing AI capabilities.

Install this skill

or
77/100

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

medium line 95

Access to hidden dotfiles in home directory

SourceSKILL.md
95Add to your `~/.claude/settings.json`:
low line 104

Access to hidden dotfiles in home directory

SourceSKILL.md
104"command": "~/.claude/skills/continuous-learning-v2/hooks/observe.sh pre"
low line 111

Access to hidden dotfiles in home directory

SourceSKILL.md
111"command": "~/.claude/skills/continuous-learning-v2/hooks/observe.sh post"
low line 121

Access to hidden dotfiles in home directory

SourceSKILL.md
121mkdir -p ~/.claude/homunculus/{instincts/{personal,inherited},evolved/{agents,skills,commands}}
low line 122

Access to hidden dotfiles in home directory

SourceSKILL.md
122touch ~/.claude/homunculus/observations.jsonl
low line 131

Access to hidden dotfiles in home directory

SourceSKILL.md
131~/.claude/skills/continuous-learning-v2/agents/start-observer.sh
low line 152

Access to hidden dotfiles in home directory

SourceSKILL.md
152"store_path": "~/.claude/homunculus/observations.jsonl",
low line 157

Access to hidden dotfiles in home directory

SourceSKILL.md
157"personal_path": "~/.claude/homunculus/instincts/personal/",
low line 158

Access to hidden dotfiles in home directory

SourceSKILL.md
158"inherited_path": "~/.claude/homunculus/instincts/inherited/",
low line 176

Access to hidden dotfiles in home directory

SourceSKILL.md
176"evolved_path": "~/.claude/homunculus/evolved/"
low line 184

Access to hidden dotfiles in home directory

SourceSKILL.md
184~/.claude/homunculus/
medium line 238

Access to hidden dotfiles in home directory

SourceSKILL.md
238- Existing `~/.claude/skills/learned/` skills still work
low line 199

External URL reference

SourceSKILL.md
199When you use the [Skill Creator GitHub App](https://skill-creator.app), it now generates **both**:
low line 251

External URL reference

SourceSKILL.md
251- [Skill Creator](https://skill-creator.app) - Generate instincts from repo history
low line 253

External URL reference

SourceSKILL.md
253- [The Longform Guide](https://x.com/affaanmustafa/status/2014040193557471352) - Continuous learning section
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →