Skip to content
Development
Command

/reflect-yourself-queue

View pending learnings queue without processing.

From plugin
awesome-agent-skill
2312 skills12 commands
Install
$ npx -y skills add charlieviettq/awesome-agent-skill --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/reflect-yourself-queue

Context preview

What this command does when you run it.

View pending learnings queue without processing.

Command definition

reflect-yourself-queue.md
name: /reflect-yourself-queue
description: View pending learnings queue without processing.

/reflect-yourself-queue - View Pending Learnings

View the queue of captured learnings without processing them.

---

Instructions for Agent

1. Read the queue file at `~/.cursor/reflect-queue.json` (global location) 2. If the file doesn't exist or is empty, report "No pending learnings" 3. Display learnings in a **compact card-style list** (no wide tables — they cause horizontal scroll):

## Pending Learnings Queue

**Total:** 2 pending learnings

---

### 1. [correction] Use prepared statements
**Date:** Jan 29 · **Confidence:** 0.85 · **Status:** pending

---

### 2. [preference] Prefer async/await over callbacks
**Date:** Jan 28 · **Confidence:** 0.80 · **Status:** pending

---

4. If there are learnings with `status: "applied"`, note that they can be cleaned up 5. Show age of oldest learning to encourage processing (e.g. "Oldest: 3 days") 6. **Ask questions (Cursor agent tool):** When items exist, use the **Ask questions** tool (message-question; Cursor docs → Agent overview → Tools): "Process queue now?" with options **Yes** (run `/reflect-yourself` to process) / **No** / **Discard all** (run `/reflect-yourself-skip`). If the tool is unavailable, present the options in text and wait for reply (e.g. yes / no / discard). Do not proceed without explicit user choice.

Read more
Ships withawesome-agent-skill

Curated skill pack for LLM agents in engineer and science workflow (Cursor & Claude ready).

Get the whole plugin, auto-invoked
Stats
23
Stars
1
Views
9
Forks
Active
Maintenance
Python
Language
MIT
License
19d ago
Last commit
2mo ago
Created

Repo: charlieviettq/awesome-agent-skill