Save session documentation with Neo4j memory integration
Saves session documentation to markdown and stores knowledge in Neo4j memory.
/plugin marketplace add jmagar/claude-box/plugin install claude-box@claude-boxoutput-pathDocument the entire conversation session (not just recent work) as a markdown file at $ARGUMENTS. If no path is provided, save to .docs/tmp/[relevant-name].md in the current working directory.
Include in the markdown file:
Keep findings concise but include enough detail for verification. Use file:line references (e.g., server.ts:45) for code-specific findings.
After saving the markdown file, extract and store session knowledge in Neo4j:
BELONGS_TO, CONFIGURES, IMPLEMENTSIMPLEMENTED_IN, REQUIRESFOUND_IN, FIXED_INUSED_BY, ENABLESDEPENDS_ON, USESFor each entity, add observations capturing:
Use the neo4j-memory MCP tools:
mcp__neo4j-memory__create_entities - Create all identified entitiesmcp__neo4j-memory__create_relations - Link related entitiesmcp__neo4j-memory__add_observations - Enrich with session details