From compound-learning
Index learning files into SQLite and generate topic manifest
How this skill is triggered — by the user, by Claude, or both
Slash command
/compound-learning:index-learningsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Indexes all learning markdown files into SQLite and generates a manifest summarizing topics.
Indexes all learning markdown files into SQLite and generates a manifest summarizing topics.
/index-learnings
.md files in ~/.projects/learnings/ (global) and [repo]/.projects/learnings/ (repo)**Topic:** and **Tags:** from each file~/.projects/learnings/MANIFEST.md# Learnings Manifest
Generated: 2026-02-03T14:30:00Z
## Global Learnings (47 total, 3 gotchas)
| Topic | Count | Keywords |
|-------|-------|----------|
| authentication | 12 (2⚠️) | jwt, oauth, refresh, session |
| error-handling | 8 | retry, timeout, fallback |
| testing | 7 | mock, fixture, integration |
| other | 2 | |
## Repo: my-project (23 total)
| Topic | Count | Keywords |
|-------|-------|----------|
| api-integration | 9 | github, slack, webhook |
| other | 2 | |
**Topic:** and **Tags:** fields (written by Claude)**Type:** gotcha learnings are flagged with ⚠️# Title
**Type:** pattern | gotcha | security
**Topic:** authentication
**Tags:** jwt, oauth, refresh tokens
## Problem
...
## Solution
...
npx claudepluginhub connsulting/claude-code-plugins --plugin compound-learningManages project learnings in markdown files: view index, add patterns/pitfalls/operational notes/decisions, search, prune, export for CLAUDE.md persistence across sessions.
Saves, searches, recalls, digests, and prunes project learnings that persist across sessions. Use when the user wants to record knowledge or load prior learnings before starting work.
Captures learnings from completed development sessions into reusable knowledge files organized by pattern, pitfall, decision, tool insight, and process improvement.