/reflect-yourself-queue
View pending learnings queue without processing.
$ npx -y skills add charlieviettq/awesome-agent-skill --agent claude-codeHow 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.mdname: /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
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.
Curated skill pack for LLM agents in engineer and science workflow (Cursor & Claude ready).
Other commands on awesome-agent-skill.
- /install-bundle
Install starter or full skill bundle into a target project
Open command - /install-domain
Install a skill domain into a target project
Open command - /sync-skills
Sync skills between Cursor (source) and Claude (generated flat) formats
Open command - /validate-skills
Run skill validation (frontmatter, naming, triggers, links)
Open command - /linkedin-growth-config
Adjust linkedin-growth account settings — daily invite limit, schedule time, pending threshold, pause/resume — or edit the ICP qualification prompt.
Open command - /linkedin-growth-import
Import leads from a LinkedIn / Sales Navigator search into the pipeline — search, qualify against the ICP, dedupe, and store with round-robin assignment.
Open command

