mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-05-30 13:45:23 +08:00
12 lines
258 B
Markdown
12 lines
258 B
Markdown
<!--
|
|
name: 'System Reminder: Memory file contents'
|
|
description: Contents of a memory file by path
|
|
ccVersion: 2.1.18
|
|
variables:
|
|
- MEMORY_ITEM
|
|
- MEMORY_TYPE_DESCRIPTION
|
|
-->
|
|
Contents of ${MEMORY_ITEM.path}${MEMORY_TYPE_DESCRIPTION}:
|
|
|
|
${MEMORY_ITEM.content}
|