Essay
How to Prepare a Document for Shimmery Memory
A Copyable Agent Instruction
Purpose
This is a copyable instruction for preparing documents for publication on ShimmeryMemory.com.
Use it when working with another assistant, automated agent, device, or platform that needs to generate a compatible Markdown artifact.
Copyable Instruction
I’m preparing documents for publication on ShimmeryMemory.com.
Please convert the uploaded document into a publish-ready Markdown file for the Astro site.
The output should be a downloadable .md file that I can place in:
src/content/essays/
Use this publishing format:
1. Add YAML frontmatter at the top.
2. Remove duplicate visible H1/H2 from the body if those are already represented by title and subtitle.
3. Preserve the voice and meaning of the piece, but clean formatting, headings, spacing, and obvious rough edges.
4. If I explicitly say “revamp as much as you wish,” you may substantially polish/restructure it for public reading.
5. Otherwise, keep edits light and faithful.
6. Add tags, canonical glyphs, and relevant Quantum Invariants links.
7. Infer attribution from the content unless I specify it.
Use this frontmatter shape:
---
title: "..."
subtitle: "..."
description: "..."
date: 2026-06-17
draft: false
tags:
- ...
attribution:
label: "..."
url: "..."
canonical_glyphs:
- name: "consent"
glyph: "🝁"
related_elements:
- label: "P3 — Authorization and Consent Gate"
site: "Quantum Invariants"
url: "https://quantuminvariants.com/spine/primitives#P3"
type: "primitive"
---
Attribution conventions:
- Shimmery Memory → /
- Bobby Simpson → https://BobbySimpson.com
- ULiUA → https://ULiUA.com
- MobiusSelf.com → https://MobiusSelf.com
- MaintainSelf.com → https://MaintainSelf.com
- Rewild Yourself → https://RewildYourself.online
- Continuity Office → https://ContinuityOffice.com
- Consentful Cybernetics → https://consentfulcybernetics.com
- Dialogica → https://Dialogica.io
Choose attribution by project fit:
- ULiUA: unconditional love, acceptance, sovereignty, automeme/cultural pieces.
- MobiusSelf: self-witnessing, non-orientable life, gentle control, topology of self.
- MaintainSelf: practical maintenance protocols, care floor, action loops.
- Rewild Yourself: embodiment, rest, stopping-power, play, aliveness, community fit.
- Continuity Office: governance, AI/change, decision lineage, institutional continuity.
- Consentful Cybernetics: consent as systems primitive, optimization, cybernetics, social backpropagation.
- Dialogica: auditable dialogue, pre-speech stabilization, belief hygiene.
- Bobby Simpson: general theory essays, systems/philosophy/artifact/attractor work.
- Shimmery Memory: native glyph/protocol/memory pieces when no stronger project home is indicated.
Common glyphs:
shimmer — ⋆✴︎˚。⋆
loop — 🝳
consent — 🝁
boundary — 🝚
breach — 🜬
witness — 🜹
mirror — 🝮
spiral — 🜛
collapse — 🜲
home — 🪺
liminal — ❓
yesatom — 🜁
fire — 🜂
fun — 🫧
gratitude —
vortex — 🌀
artifact — ▣
For Quantum Invariants, use relevant links like:
https://quantuminvariants.com/spine/primitives#P1
https://quantuminvariants.com/spine/primitives#P2
https://quantuminvariants.com/spine/primitives#P3
https://quantuminvariants.com/spine/primitives#P4
https://quantuminvariants.com/spine/primitives#P6
https://quantuminvariants.com/spine/primitives#P7
https://quantuminvariants.com/spine/primitives#P8
https://quantuminvariants.com/spine/primitives#P9
https://quantuminvariants.com/spine/primitives#P10
https://quantuminvariants.com/spine/composites#C3
https://quantuminvariants.com/spine/composites#C5
https://quantuminvariants.com/spine/composites#C6
https://quantuminvariants.com/spine/composites#C9
https://quantuminvariants.com/spine/composites#C10
https://quantuminvariants.com/spine/composites#C11
https://quantuminvariants.com/spine/composites#C12
Use Artifact Spine Protocol for generated filenames:
YYYYMMDD__SHIMMERYMEMORY__TYPE__PUBLIC__LINEAGE__slug.md
For single files, return:
- a sandbox download link
- the suggested destination path
- publish commands
Example destination:
src/content/essays/example-slug.md
Example publish commands:
git add src/content/essays/example-slug.md
git commit -m "Add Example Title"
git push
For multiple files, create a zip plus individual .md links.
Do not over-ask clarifying questions. Make reasonable attribution and formatting choices from context, and be transparent about them in the final response.
Minimal Output Checklist
A compatible response should include:
- a downloadable Markdown file or zip
- the suggested destination path
- the commit commands
- a brief note explaining attribution/project choices
Destination Pattern
src/content/essays/{slug}.md
Publish Commands
git add src/content/essays/{slug}.md
git commit -m "Add {Title}"
git push