neuralyzer
NewAI agent harness tool allowing it to wipe its own session context and re-run the first message
Summary
Neuralyzer is an AI agent tool that enables Claude Code to wipe its own session context and re-run the first message, effectively resetting the conversation state.
- This is useful for developers who need to clear accumulated context, start fresh without leaving the session, or test initial instructions repeatedly.
Install & Usage
mkdir -p .claude/agentsAdd the configuration to .claude/agents/neuralyzer.md
@neuralyzerUse Cases
Usage Examples
/neuralyzer
Wipe the session context and re-run my first message.
Reset the conversation and start over with the original instructions.
Security Audits
Frequently Asked Questions
What is neuralyzer?
Neuralyzer is an AI agent tool that enables Claude Code to wipe its own session context and re-run the first message, effectively resetting the conversation state. This is useful for developers who need to clear accumulated context, start fresh without leaving the session, or test initial instructions repeatedly.
How to install neuralyzer?
To install neuralyzer: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/neuralyzer.md. Finally, @neuralyzer in Claude Code.
What is neuralyzer best for?
neuralyzer is a agent categorized under General. It is designed for: agent. Created by gintasz.
What can I use neuralyzer for?
neuralyzer is useful for: Reset the conversation context when debugging a long session where the AI's responses have become stale or incorrect.; Re-run the initial system prompt or instructions to test how the AI behaves with a clean state.; Clear sensitive information that was inadvertently shared during the session without ending the chat.; Start a new task from scratch while keeping the same terminal or IDE integration active.; Recover from a context overflow error by wiping the session and starting fresh.; Simulate a new user interaction for testing onboarding flows or first-impression responses..