AI SummaryAnalyzes Claude Code conversation history to identify friction patterns and suggest systematic improvements to skills and workflows. Useful for developers who want to review multi-session interactions and iteratively refine their AI assistant usage.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "self-improvement" skill in my project. Please run this command in my terminal: # Install skill into the correct directory mkdir -p .claude/skills/claude-skill-self-improvement && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/claude-skill-self-improvement/SKILL.md "https://raw.githubusercontent.com/bokan/claude-skill-self-improvement/master/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Analyze conversation history to find friction patterns and suggest CLAUDE.md/skill improvements. Use when user wants to review what went wrong across sessions and systematically improve. (user)
Usage Examples
` /self-improvement /self-improvement last 3 days /self-improvement refactoring `
Self-Improvement - Learn from History
Analyze Claude Code conversation history to find friction patterns, check what's already fixed, and suggest improvements.
Get project directory (encode current path with dashes)
ls ~/.claude/projects/
List today's conversations (or adjust -mtime for longer range)
ls -lt ~/.claude/projects/<encoded-path>/*.jsonl | head -20 `
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster