repackage

This commit is contained in:
2026-06-10 20:16:34 -05:00
parent d3cb722935
commit 7619ef7c2c
35 changed files with 1433 additions and 29 deletions
@@ -1,6 +1,6 @@
---
name: quicksilver
description: Use the Quicksilver Obsidian vault as the operator's persistent memory across Claude/CoWork sessions. Use whenever the operator asks to remember, save, note, log, or capture anything durable — facts, preferences, decisions, schedule changes, commitments — or asks what Claude knows about them, what was discussed or decided before, to check their notes, load their memory/profile/context, add to their inbox, or to track a new project. Trigger even without memory phrasing when the request implies recalling or persisting state across sessions ("pick up where we left off", "anything on X before my meeting?"). Also use proactively at the start of substantive work sessions to load context and at the end to log outcomes. Do NOT use for a different operator's vault, Obsidian/REST-API development questions, "memory" meaning RAM, timed reminders, email or local-file lookups, generic second-brain advice, or notes the operator routes to a specific other file or app.
description: Use the Quicksilver Obsidian vault as the operator's persistent memory across Claude/CoWork sessions. Use whenever the operator asks to remember, save, note, log, or capture anything durable — facts, preferences, decisions, commitments — or asks what Claude knows about them, what was discussed or decided before, to check their notes, load their memory/context, add to their inbox, or track a project. Trigger even without memory phrasing when the request implies recalling or persisting state across sessions ("pick up where we left off", "anything on X before my meeting?"). Also use at the start of substantive sessions to load context and at the end to log outcomes. Do NOT use for Obsidian/REST-API development questions, "memory" meaning RAM, timed reminders, email or local-file lookups, or generic second-brain advice.
---
# Quicksilver Memory
@@ -1,8 +1,8 @@
---
type: context-bundle
status: active
created: {{DATE}}
updated: {{DATE}}
created: "{{DATE}}"
updated: "{{DATE}}"
tags: [agent, context]
agent_written: true
source_notes: []
@@ -1,13 +1,13 @@
---
type: semantic-memory
status: active
created: {{DATE}}
updated: {{DATE}}
created: "{{DATE}}"
updated: "{{DATE}}"
tags: [agent, semantic-memory, operator]
agent_written: true
source_notes: []
confidence: low
last_reviewed: {{DATE}}
last_reviewed: "{{DATE}}"
---
# Operator Preferences
@@ -1,15 +1,15 @@
---
type: reference
status: active
created: {{DATE}}
updated: {{DATE}}
created: "{{DATE}}"
updated: "{{DATE}}"
tags: [agent, system, marker]
agent_written: true
source_notes: []
schema_version: 1
bootstrapped: {{DATE}}
bootstrapped: "{{DATE}}"
managed_by: quicksilver-plugin
operator: {{OPERATOR}}
operator: "{{OPERATOR}}"
---
# Quicksilver Vault Marker
@@ -1,8 +1,8 @@
---
type: context-bundle
status: active
created: {{date:YYYY-MM-DD}}
updated: {{date:YYYY-MM-DD}}
created: "{{date:YYYY-MM-DD}}"
updated: "{{date:YYYY-MM-DD}}"
tags: [agent, context]
agent_written: true
source_notes: []
@@ -1,13 +1,13 @@
---
type: semantic-memory
status: active
created: {{date:YYYY-MM-DD}}
updated: {{date:YYYY-MM-DD}}
created: "{{date:YYYY-MM-DD}}"
updated: "{{date:YYYY-MM-DD}}"
tags: [agent, semantic-memory]
agent_written: true
source_notes: []
confidence: high
last_reviewed: {{date:YYYY-MM-DD}}
last_reviewed: "{{date:YYYY-MM-DD}}"
---
# Semantic Memory Title
@@ -1,12 +1,12 @@
---
type: session-log
status: complete
created: {{date:YYYY-MM-DDTHH:mm}}
updated: {{date:YYYY-MM-DDTHH:mm}}
created: "{{date:YYYY-MM-DDTHH:mm}}"
updated: "{{date:YYYY-MM-DDTHH:mm}}"
tags: [agent, session]
agent_written: true
source_notes: []
session_date: {{date:YYYY-MM-DD}}
session_date: "{{date:YYYY-MM-DD}}"
client: claude-code
---
@@ -1,8 +1,8 @@
---
type: working-memory
status: active
created: {{date:YYYY-MM-DDTHH:mm}}
updated: {{date:YYYY-MM-DDTHH:mm}}
created: "{{date:YYYY-MM-DDTHH:mm}}"
updated: "{{date:YYYY-MM-DDTHH:mm}}"
tags: [agent, working-memory]
agent_written: true
source_notes: []
@@ -1,12 +1,12 @@
---
type: decision
status: complete
created: {{date:YYYY-MM-DD}}
updated: {{date:YYYY-MM-DD}}
created: "{{date:YYYY-MM-DD}}"
updated: "{{date:YYYY-MM-DD}}"
tags: [decision]
agent_written: true
source_notes: []
decision_date: {{date:YYYY-MM-DD}}
decision_date: "{{date:YYYY-MM-DD}}"
impact: medium
---
@@ -1,8 +1,8 @@
---
type: daily-note
status: active
created: {{date:YYYY-MM-DD}}
updated: {{date:YYYY-MM-DD}}
created: "{{date:YYYY-MM-DD}}"
updated: "{{date:YYYY-MM-DD}}"
tags: [daily, journal]
agent_written: false
source_notes: []
@@ -1,8 +1,8 @@
---
type: review
status: active
created: {{date:gggg-[W]WW}}
updated: {{date:gggg-[W]WW}}
created: "{{date:gggg-[W]WW}}"
updated: "{{date:gggg-[W]WW}}"
tags: [review, weekly]
agent_written: true
source_notes: []
@@ -1,8 +1,8 @@
---
type: project
status: active
created: {{date:YYYY-MM-DD}}
updated: {{date:YYYY-MM-DD}}
created: "{{date:YYYY-MM-DD}}"
updated: "{{date:YYYY-MM-DD}}"
tags: [project]
agent_written: false
source_notes: []