← ClaudeAtlas

conductor-memorylisted

Extract and build a complete memory pack from an agent conversation or session, synthesizing it into vault-ready artifacts so the next session resumes with full context. Produces a conversation summary, artifact index, communication-style and project-context notes, a machine-readable seed JSON and persona YAML, verification and maintenance checklists, and a generalized integration.py that copies the pack into an Obsidian vault and can update a session-memory pointer file (with an optional MCP/vector-store hook). Use this whenever the user says 'build conductor memory', 'extract memory from this conversation', 'capture this session', 'snapshot our progress', 'save this to memory', or 'update conductor memory' - and also when wrapping up a substantial working session whose context should persist as durable artifacts across agents, Obsidian, or MCP. A plain spoken wrap-up belongs to session-bookend; this skill creates durable artifacts when the handoff must outlive the conversation.
scoobydrew83/skills · ★ 0 · AI & Automation · score 78
Install: claude install-skill scoobydrew83/skills
# Conductor Memory Turn a working session into a durable memory pack so the next session starts already knowing the project, the decisions, the working style, and the exact next step. The expensive thing to lose between sessions isn't the code - it's the *reasoning and context*. This skill captures that and lands it where the next session will actually read it: an Obsidian vault and an optional session-memory pointer. The work splits cleanly: scripts handle the deterministic scaffolding and checks; The active agent reads the session and synthesizes what mattered. ## When to reach for this Whenever a session produced decisions, state, or context worth carrying forward. the user may say it directly ("build conductor memory", "snapshot this") or it may just be the natural end of a substantial session. When in doubt, offer it. ## What gets produced A single timestamped pack folder containing: - `MEMORY_INDEX.md` - the spine; a "resume here" pointer plus links to everything - `<project>_memory_conversation_summary.md` - decisions, evolution, where we left off - `<project>_memory_artifacts_index.md` - what was created and how it connects - `<project>_memory_communication_style.md` - how to work with the user / persona - `<project>_memory_project_context.md` - profile, stack, goals, success metrics - `<project>_memory_seed_data.json` - the same content, machine-readable - `<project>_memory_personality.yaml` - persona configuration - `<project>_memory_verification.md` - how to