Learnlance — AI skill for Claude Code
Learn from your AI coding agents.
How to install Learnlance
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open aeroscissorz/learnlance and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Learnlance does
Learn from your AI coding agents. Learnlance turns AI-generated code into a personal knowledge graph of concepts you actually learned.
Alternatives in AI
- Wiki Graph — Build the LLM Wiki knowledge graph 2.3k ★
- Obsidian + Claude Code: Rebuild Your Second Brain With AI — Build an AI-powered personal knowledge management system from scratch 540 ★
- Molio — A local-first personal knowledge layer for AI agents 241 ★
README
learnlance 🧠🔍
Turn what AI coding agents build into a growing personal knowledge graph.
[Demo](#demo) · [Install](#install) · [Contribute](#contributing)
┌───────────────────────────────────────────────┐
│ │
│ YOUR LEARNING GRAPH │
│ │
│ Delta encoding ──── Data synchronization │
│ │ │ │
│ └─── Compression ────┘ │
│ │ │
│ └──────── Diffing │
│ │
│ Debouncing ───── Idempotency keys │
│ │
│ Topological sort ─── Graph algorithms │
│ │
└───────────────────────────────────────────────┘
You use AI to write code.
Learnlance watches what gets built and turns that work into concepts you can actually understand and remember.
**AI writes the code. Learnlance helps you learn from it.**
Demo

This is what learnlance builds — an interactive map of the concepts you've picked up while coding.
learnlance watches your agent — **Claude Code, OpenAI Codex, Cursor, GitHub Copilot (CLI / cloud / VS Code), Command Code, Kiro, Gemini CLI, Antigravity**, or plain `git commit` — and after every turn that writes or edits code, it quietly:
- pulls out the code the agent just wrote,
- asks an LLM "what transferable concepts could a developer learn from this?" — e.g. "you used a delta function — here's what delta encoding is",
- merges those concepts into a persistent knowledge graph, and
- regenerates an interactive HTML graph you can open any time.
Over time you get a browsable map of everything you've picked up while coding — new nodes light up
Related Skills
Project Nodal
A local-first, infinite canvas that turns linear AI chats into a spatial knowledge graph.
Andrej Karpathy LLM Wiki
A minimal CLAUDE.md template that turns any LLM CLI into a personal knowledge base. Drop in one file, start in
MCP Memory Sqlite
A personal knowledge graph and memory system for AI assistants using SQLite with optimized text search. Perfec
The AI Engineering Bootcamp
A 10-week intensive bootcamp focused on building production-ready AI agent applications. Learn advanced LLM co
Memorize
Persist business knowledge learned this session into docs/ai-knowledge/ (the lore knowledge base)
Oh My Dag
The orchestration layer under your coding agent. Turns work into a typed graph, runs one model per node, and t
Related Agents
Teaching Mentor
Use this agent when helping developers learn concepts, debug issues, or build features where understanding mat
Professor X
Use this agent when user wants to learn new concepts, understand patterns, study best practices, or get deeper
Lumen Learning
Use this agent when the user wants to capture knowledge for later retention, review spaced-repetition facts, q