Help us improve
Share bugs, ideas, or general feedback.
From samocode
Extracts learnings from the current conversation and appends them to the project's CLAUDE.md as generalized rules. Captures non-obvious solutions and workarounds.
npx claudepluginhub yuvasee/samocodeHow this skill is triggered — by the user, by Claude, or both
Slash command
/samocode:learnThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Extract learnings from the current conversation and add them to the project's CLAUDE.md.
Extracts reusable strategic knowledge from session history (architecture, patterns, ops) and updates local CLAUDE.md. Triggers on 'learn', 'save knowledge', or session ends.
Extracts patterns, quirks, and decisions from conversations; persists to Markdown files in knowledge/learnings/. Use /learn for quick or /learn --deep for thorough analysis.
Analyzes conversations to extract learnings, best practices, institutional knowledge, saving to topic-specific markdown KB files and updating CLAUDE.md references.
Share bugs, ideas, or general feedback.
Extract learnings from the current conversation and add them to the project's CLAUDE.md.
Review current conversation for friction moments:
Resolve project CLAUDE.md:
_overview.md, use [Working Dir]/CLAUDE.mdgit rev-parse --show-toplevel to find repo root, use [repo root]/CLAUDE.mdAppend learnings:
## Learnings section in CLAUDE.md- When [situation], [do this / don't do that]Commit:
cd [repo root] && git add CLAUDE.md && git commit -m "docs: add learnings"Report: