View Queue banner
BayramAnnakov BayramAnnakov

View Queue

Development community

Description

--- description: View the learnings queue without processing allowed-tools: Bash, Read --- ## Context - Queue file: per-project at `~/.claude/projects/<encoded-cwd>/learnings-queue.json` - Legacy global queue (`~/.claude/learnings-queue.json`) is auto-migrated on first access ## Your Task Display the current learnings queue in a readable format with confidence scores, patterns, and relative timestamps. **Output format:** ``` ════════════════════════════════════════════════════════════ LEARNI

Installation

Installs to ~/.claude/skills/bayramannakov-claude-reflect-view-queue/SKILL.md

Terminal
mkdir -p ~/.claude/skills/bayramannakov-claude-reflect-view-queue && curl -fsSL https://raw.githubusercontent.com/BayramAnnakov/claude-reflect/HEAD/commands/view-queue.md -o ~/.claude/skills/bayramannakov-claude-reflect-view-queue/SKILL.md

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

Full documentation available on GitHub

View Source Repository