·learn
</>

learn

congdon1207/agents.md

Teach Claude a new pattern, preference, or convention explicitly. Use when you want to save a correction, preference, or coding pattern for future sessions. Triggers on keywords like "remember this", "always do", "never do", "learn this pattern", "/learn".

2Installs·0Trend·@congdon1207

Installation

$npx skills add https://github.com/congdon1207/agents.md --skill learn

SKILL.md

Explicitly teach Claude patterns, preferences, or conventions that should be remembered across sessions.

Detected patterns: "always use X instead of Y", "prefer X over Y", "never do X"

public void Process() { if (x == null) throw new ArgumentNullException(); }

Teach Claude a new pattern, preference, or convention explicitly. Use when you want to save a correction, preference, or coding pattern for future sessions. Triggers on keywords like "remember this", "always do", "never do", "learn this pattern", "/learn". Source: congdon1207/agents.md.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

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

Quick answers

What is learn?

Teach Claude a new pattern, preference, or convention explicitly. Use when you want to save a correction, preference, or coding pattern for future sessions. Triggers on keywords like "remember this", "always do", "never do", "learn this pattern", "/learn". Source: congdon1207/agents.md.

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/congdon1207/agents.md --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/congdon1207/agents.md