Nemp Pro Export banner
SukinShetty SukinShetty

Nemp Pro Export

Development community

Description

--- description: "Export Nemp memories to Codex CLI, Cursor, and Windsurf rule files" argument-hint: "[--codex | --cursor | --windsurf | --all | --status]" --- # /nemp-pro:export Export project memories to AI tool rule files used by Codex CLI (AGENTS.md), Cursor (.cursor/rules/nemp-memory.mdc), and Windsurf (.windsurfrules). Keeps your entire AI toolchain in sync from a single source of truth: `.nemp/memories.json`. ## Usage ``` /nemp-pro:export --codex # Generate AGENTS.md for Codex CLI

Installation

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

Terminal
mkdir -p ~/.claude/skills/sukinshetty-nemp-memory-nemp-pro-export && curl -fsSL https://raw.githubusercontent.com/SukinShetty/Nemp-memory/HEAD/commands/nemp-pro-export.md -o ~/.claude/skills/sukinshetty-nemp-memory-nemp-pro-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