knowledgelisted
Install: claude install-skill aiskillstore/marketplace
# Knowledge
Display the current state of the project's knowledge base and recent learnings.
## What This Does
Shows:
- Learning mode status (on/off)
- Knowledge base statistics (entry counts per category)
- Recent learnings extracted
- Cache statistics
## Instructions
1. Read `knowledge/state.json` for learning mode status
2. Read each knowledge file and count entries:
- `knowledge/cache/classifications.md`
- `knowledge/learnings/patterns.md`
- `knowledge/learnings/quirks.md`
- `knowledge/learnings/decisions.md`
3. Extract recent entries (last 5) from learnings files
4. Format and display
## Output Format
```
╔═══════════════════════════════════════════════════╗
║ Project Knowledge Base ║
╚═══════════════════════════════════════════════════╝
📚 Learning Status
───────────────────────────────────────────────────
Mode: ON (since 2026-01-08 14:00)
Last Extraction: 5 minutes ago
Extractions This Session: 3
📊 Knowledge Statistics
───────────────────────────────────────────────────
Cache:
- Classification entries: 23
Learnings:
- Patterns: 8 entries
- Quirks: 3 entries
- Decisions: 5 entries
- Total: 16 insights
📝 Recent Learnings
───────────────────────────────────────────────────
[Pattern] "Use async/await for API calls in this codebase"
Discovered: 2026-01-08 | Confidence: high
[Quirk] "Auth module uses non-standard token format"
Discovered: 2026-01-07 | Confidence: high
[Decision] "Chose Redis over in-memory c