Rseng Lesson banner
fdiblen fdiblen

Rseng Lesson

Development community

Description

--- description: Record a lesson learned and draft its prevention artifact --- Capture a lesson learned, following ${CLAUDE_PLUGIN_ROOT}/skills/rseng-lessons-learned/SKILL.md. The lesson is $ARGUMENTS if given, otherwise the most recent notable event in this session (a bug fixed, an approach abandoned, a review pattern). Steps: 1. Write the entry: dated, tagged, blame-free - context, what happened, the lesson, in a few plain lines; append to LESSONS.md (create it if absent). 2. Route it

Installation

Installs to ~/.claude/skills/fdiblen-rseng-agent-skills-rseng-lesson/SKILL.md

Terminal
mkdir -p ~/.claude/skills/fdiblen-rseng-agent-skills-rseng-lesson && curl -fsSL https://raw.githubusercontent.com/fdiblen/rseng-agent-skills/HEAD/commands/rseng-lesson.md -o ~/.claude/skills/fdiblen-rseng-agent-skills-rseng-lesson/SKILL.md

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

Full documentation available on GitHub

View Source Repository