mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-05-31 06:04:19 +08:00
12 lines
251 B
Markdown
12 lines
251 B
Markdown
<!--
|
|
name: 'System Reminder: Queued command'
|
|
description: Queued user message to address
|
|
ccVersion: 2.1.18
|
|
variables:
|
|
- MESSAGE_TEXT
|
|
-->
|
|
The user sent the following message:
|
|
${MESSAGE_TEXT}
|
|
|
|
Please address this message and continue with your tasks.
|