Skip to content
Development
Command

/reflect-yourself-skip

Discard all pending learnings without applying.

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-skip

Context preview

What this command does when you run it.

Discard all pending learnings without applying.

Command definition

reflect-yourself-skip.md
name: /reflect-yourself-skip
description: Discard all pending learnings without applying.

/reflect-yourself-skip - Discard Pending Learnings

Discard all queued learnings without applying them.

---

Instructions for Agent

1. Read the queue file at `~/.cursor/reflect-queue.json` (global location) 2. Show what will be discarded in a **compact card-style list** (no wide tables):

## Discarding Learnings

The following will be permanently discarded:

---

### 1. "Use prepared statements"
**Captured:** Jan 29 · **Type:** correction

---

### 2. "Prefer async/await over callbacks"
**Captured:** Jan 28 · **Type:** preference

---

3. **Ask questions (Cursor agent tool):** Use the **Ask questions** tool (message-question; Cursor docs → Agent overview → Tools) for confirmation. Present: **Yes, discard all** / **No, keep queue**. If the tool is unavailable, present in text and wait for reply (e.g. yes / no). Do not proceed to clear the queue until the user confirms. 4. If user confirms, clear the queue:

  • Set `learnings` array to `[]`
  • Or delete the file entirely

5. Confirm:

✅ Queue cleared. 2 learnings discarded.
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