·learn

Extracts lessons learned from conversations and persists them to AI assistant config files (CLAUDE.md, GEMINI.md, AGENTS.md, Cursor, Copilot, Windsurf, Continue). Use when: debugging revealed issues, commands failed then succeeded, assumptions proved wrong, workarounds were discovered, undocumented behavior found, or user says "remember this".

11Installs·0Trend·@whatifwedigdeeper

Installation

$npx skills add https://github.com/whatifwedigdeeper/agent-skills --skill learn

SKILL.md

Analyze the conversation to extract lessons learned, then persist them to AI assistant configuration files.

| Claude Code | CLAUDE.md | Markdown | | Gemini | GEMINI.md | Markdown | | AGENTS.md | AGENTS.md | Markdown | | Cursor | .cursorrules or .cursor/rules/.mdc | Markdown/MDC | | GitHub Copilot | .github/copilot-instructions.md | Markdown | | Windsurf | .windsurf/rules/rules.md | Markdown | | Continue | .continuerc.json | JSON |

| Single config found | Update it automatically | | Multiple configs found | Prompt user to select which to update | | No configs found | Display init commands from assistant-configs.md, then exit |

Extracts lessons learned from conversations and persists them to AI assistant config files (CLAUDE.md, GEMINI.md, AGENTS.md, Cursor, Copilot, Windsurf, Continue). Use when: debugging revealed issues, commands failed then succeeded, assumptions proved wrong, workarounds were discovered, undocumented behavior found, or user says "remember this". Source: whatifwedigdeeper/agent-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/whatifwedigdeeper/agent-skills --skill learn
Category
</>Dev Tools
Verified
First Seen
2026-02-05
Updated
2026-02-18

Quick answers

What is learn?

Extracts lessons learned from conversations and persists them to AI assistant config files (CLAUDE.md, GEMINI.md, AGENTS.md, Cursor, Copilot, Windsurf, Continue). Use when: debugging revealed issues, commands failed then succeeded, assumptions proved wrong, workarounds were discovered, undocumented behavior found, or user says "remember this". Source: whatifwedigdeeper/agent-skills.

How do I install learn?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/whatifwedigdeeper/agent-skills --skill learn Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/whatifwedigdeeper/agent-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-05