mshadmanrahman

Shepherd Learn — Development skill for Claude Code

Development community

/shepherd-learn — Capture Session Lessons.

How to install Shepherd Learn

Installs to ~/.claude/skills/mshadmanrahman-bug-shepherd-shepherd-learn/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mshadmanrahman-bug-shepherd-shepherd-learn && curl -fsSL https://raw.githubusercontent.com/mshadmanrahman/bug-shepherd/HEAD/commands/shepherd-learn.md -o ~/.claude/skills/mshadmanrahman-bug-shepherd-shepherd-learn/SKILL.md

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

What Shepherd Learn does

/shepherd-learn — Capture Session Lessons

End-of-session command that captures what you learned into the institutional memory. This is what makes Bug Shepherd smarter over time.

**Audience:** Anyone who just finished a bug session. The lessons are written in plain language, not code.

Why This Matters

Every bug session teaches something. Without capturing it, you (or your team) will repeat the same mistakes, fall into the same traps, and waste time rediscovering the same patterns

Alternatives in Development

  • Learn Coding Agent — Research on Coding Agents 12.2k ★
  • Claude Supermemory — Persistent memory across sessions and projects using Supermemory 2.3k ★
  • Learn Eval — 从会话中提取可复用的模式(Patterns),在保存前进行质量自评,并确定合适的保存位置(全局 vs 项目) 1.9k ★

Full documentation available on GitHub

View Source Repository