Export banner
SukinShetty SukinShetty

Export

Development community

Description

--- description: "Export memories to CLAUDE.md" argument-hint: "[--replace]" --- # /nemp:export Export all project memories to `CLAUDE.md`. Use `--replace` to overwrite the entire file, or run without flags to append/update the Nemp section only. ## Usage ``` /nemp:export # Append or update Nemp section in CLAUDE.md /nemp:export --replace # Replace entire CLAUDE.md with Nemp content only ``` ## Arguments - (no args): Append or update the Nemp section in `CLAUDE.md` - `--replace`: R

Installation

Installs to ~/.claude/skills/sukinshetty-nemp-memory-export/SKILL.md

Terminal
mkdir -p ~/.claude/skills/sukinshetty-nemp-memory-export && curl -fsSL https://raw.githubusercontent.com/SukinShetty/Nemp-memory/HEAD/commands/export.md -o ~/.claude/skills/sukinshetty-nemp-memory-export/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository