Lessons banner
xiaolai xiaolai

Lessons

Development community

Description

--- name: lessons description: Extract accumulated wisdom from past sessions argument-hint: [topic] [--scope current|all] [--category decisions|mistakes|patterns|all] --- Extract lessons and wisdom from past Claude Code conversation sessions. Arguments: $ARGUMENTS Default: analyze the current project across all categories. If a topic is provided, focus on lessons related to that topic. If --category is specified, focus on that insight category only. Launch the `analyze` agent via the Task to

Installation

Installs to ~/.claude/skills/xiaolai-echo-sleuth-for-claude-lessons/SKILL.md

Terminal
mkdir -p ~/.claude/skills/xiaolai-echo-sleuth-for-claude-lessons && curl -fsSL https://raw.githubusercontent.com/xiaolai/echo-sleuth-for-claude/HEAD/commands/lessons.md -o ~/.claude/skills/xiaolai-echo-sleuth-for-claude-lessons/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository