install
source · Clone the upstream repo
git clone https://github.com/The-Skyy-Rose-Collection-LLC/DevSkyy
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/The-Skyy-Rose-Collection-LLC/DevSkyy "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.claude/skills/continuous-learning" ~/.claude/skills/the-skyy-rose-collection-llc-devskyy-continuous-learning && rm -rf "$T"
manifest:
.claude/skills/continuous-learning/SKILL.mdsource content
Continuous Learning Skill
Runs as Stop hook to extract patterns from Claude Code sessions.
What Gets Extracted
- Error resolution patterns
- User correction patterns
- Framework workarounds
- Debugging techniques
- Project-specific conventions
Skill Output Format
Saves to
~/.claude/skills/learned/[pattern-name].md:
# [Pattern Name] **Context:** [When this applies] ## Problem - Solution - When to Use
Hook Setup
Add to
~/.claude/settings.json:
{"hooks": {"Stop": [{"matcher": "*", "hooks": [...]}]}}
Related Tools
- Command:
for manual extraction/learn - Skill: All skills in
.claude/skills/ - Agent: Reference agents for patterns
Keep skills focused - one pattern per file.