Auto Capture banner
SukinShetty SukinShetty

Auto Capture

Development community

Description

--- description: "Enable or disable automatic activity capture" argument-hint: "[on|off|status]" --- # /nemp-pro:auto-capture Toggle automatic activity capture on or off. ## Usage ``` /nemp-pro:auto-capture on # Enable auto-capture /nemp-pro:auto-capture off # Disable auto-capture /nemp-pro:auto-capture status # Check current status /nemp-pro:auto-capture # Show status (same as status) ``` ## Arguments - `on`: Enable automatic activity capture for this project - `off`: Disa

Installation

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

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

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

Full documentation available on GitHub

View Source Repository