Skip to content

A framework for self-improving LLM systems through evolving context playbooks. Claude learns from success and failure, building project-specific knowledge that persists across sessions.

License

Notifications You must be signed in to change notification settings

reshadat/self-learning-claude

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SLC: Self-Learning Claude

A framework for building self-improving LLM systems through evolving context playbooks.

Installation

Copy the folder to your Claude Code skills directory:

cp -r self-learning-claude ~/.claude/skills/

Usage

Invoke the skill in Claude Code:

/self-learning-claude

Claude will automatically use the SLC workflow:

  • Load patterns at task start
  • Record success when approaches work
  • Record failure when things go wrong

How It Works

Each project directory gets its own .playbook/slc-playbook.json that stores learned patterns. Patterns are categorized as:

Category Use For
pitfall Errors, failures, things to avoid
strategy Approaches that worked well
domain Project-specific terminology mappings
endpoint Specific to one API/function
code Code patterns, commands, workarounds

License

MIT - See LICENSE.md

About

A framework for self-improving LLM systems through evolving context playbooks. Claude learns from success and failure, building project-specific knowledge that persists across sessions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages