.claude/skills/lesson/SKILL.md
Add a learned pattern (lesson) that Ralph will remember for future stories.
npx skillsauth add allierays/agentic-loop .claude/skills/lessonInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
The user wants to add a lesson - a pattern or rule that Ralph should remember for all future work.
Get the pattern from the user. Ask:
Then run:
npx agentic-loop lesson "THE PATTERN HERE" CATEGORY
Examples:
npx agentic-loop lesson "Never hardcode AI model names - use env vars" backend
npx agentic-loop lesson "Always add data-testid for Playwright tests" frontend
npx agentic-loop lesson "Use useCallback for event handlers passed to children" frontend
npx agentic-loop lesson "Always paginate list endpoints" backend
After adding, confirm: "Added lesson. Ralph will include this in every future story prompt."
To see all lessons:
npx agentic-loop lessons
tools
Show complete reference for all agentic-loop commands (slash commands, Ralph CLI, vibe CLI).
data-ai
Quick reference cheatsheet for all agentic-loop commands including Ralph.
development
Run a comprehensive code quality check looking for common patterns that AI coding agents introduce.
development
Take an interactive tour of agentic-loop - the system for going from idea to shipped code with AI.