memory-starter-kit
Historical documentation and usage guide for the memory sidecar stack components.
Install
mkdir -p .claude/skills/memory-starter-kit && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/19530" && unzip -o skill.zip -d .claude/skills/memory-starter-kit && rm skill.zipInstalls to .claude/skills/memory-starter-kit
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Historical starter note for the memory sidecar stack.Key capabilities
- →Map legacy Hermes deployments
- →Identify obsolete helper scripts
- →Reconcile old notes with compatibility matrix
How it works
This skill provides historical context for the memory sidecar stack to help developers reconcile outdated documentation with current portable runtime scripts.
Inputs & outputs
When to use memory-starter-kit
- →Understand historical evolution of the memory stack
- →Map legacy Hermes deployments to current sidecar surfaces
- →Reconcile old notes with current compatibility matrix
About this skill
Memory Starter Kit
Hermes-only historical note: this skill is kept for repository continuity, not as a current portable install contract.
Current Status
The old four-layer description is obsolete. The maintained local/public build is the three-layer sidecar documented in:
README.mdARCHITECTURE.mddocs/compatibility-matrix.md
Use This Skill For
- understanding the historical evolution of the project
- mapping old Hermes deployments to the current sidecar surfaces
- identifying which older helpers are no longer part of the default install set
Do Not Use This Skill As
- a production installation guide
- a multi-agent compatibility contract
- a source of current runtime dependencies
Current Portable Runtime
Use the installed scripts under $AGENT_HOME/scripts/ together with:
session_to_gbrain.pymemory_governance_rebuild.pytiered_context_injector.pymemory_guardian.pymemory_maintenance_cycle.pysidecar_acceptance_check.py
Historical Notes
- older Hermes deployments used additional local helpers not shipped by the current installer
- legacy bridge layers mentioned in earlier versions were removed from the maintained public stack
- if a teammate is working from old notes, reconcile them against
docs/compatibility-matrix.mdbefore changing runtime behavior
When not to use it
- →Production installation guide
- →Multi-agent compatibility contract
- →Source of current runtime dependencies
Limitations
- →Not a current portable install contract
How it compares
It serves as a reference for project evolution rather than providing active installation instructions or runtime configuration.
Compared to similar skills
memory-starter-kit side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| memory-starter-kit (this skill) | 0 | 1mo | No flags | Intermediate |
| docx | 93 | 5mo | Review | Advanced |
| notion-knowledge-capture | 10 | 8mo | No flags | Intermediate |
| session-handoff | 13 | 2mo | Review | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
docx
anthropics
Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks
notion-knowledge-capture
makenotion
Transforms conversations and discussions into structured documentation pages in Notion. Captures insights, decisions, and knowledge from chat context, formats appropriately, and saves to wikis or databases with proper organization and linking for easy discovery.
session-handoff
davila7
Creates comprehensive handoff documents for seamless AI agent session transfers. Triggered when: (1) user requests handoff/memory/context save, (2) context window approaches capacity, (3) major task milestone completed, (4) work session ending, (5) user says 'save state', 'create handoff', 'I need to pause', 'context is getting full', (6) resuming work with 'load handoff', 'resume from', 'continue where we left off'. Proactively suggests handoffs after substantial work (multiple file edits, complex debugging, architecture decisions). Solves long-running agent context exhaustion by enabling fresh agents to continue with zero ambiguity.
feishu-doc
openclaw
Feishu document read/write operations. Activate when user mentions Feishu docs, cloud docs, or docx links.
spec-to-backlog
atlassian
Automatically convert Confluence specification documents into structured Jira backlogs with Epics and implementation tickets. When Claude needs to: (1) Create Jira tickets from a Confluence page, (2) Generate a backlog from a specification, (3) Break down a spec into implementation tasks, or (4) Convert requirements into Jira issues. Handles reading Confluence pages, analyzing specifications, creating Epics with proper structure, and generating detailed implementation tickets linked to the Epic.
marker
benchflow-ai
Convert PDF documents to Markdown using marker_single. Use when Claude needs to extract text content from PDFs while preserving LaTeX formulas, equations, and document structure. Ideal for academic papers and technical documents containing mathematical notation.