/reflect-yourself-skip
Discard all pending learnings without applying.
$ 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-skip
Context preview
What this command does when you run it.
Discard all pending learnings without applying.
Command definition
reflect-yourself-skip.mdname: /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.
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

