BeClaude

neuralyzer

New
58GitHub TrendingGeneralby gintasz

AI agent harness tool allowing it to wipe its own session context and re-run the first message

First seen 6/20/2026

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

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/neuralyzer.md

3
Invoke with @agent-name
@neuralyzer

Use Cases

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.

Usage Examples

1

/neuralyzer

2

Wipe the session context and re-run my first message.

3

Reset the conversation and start over with the original instructions.

View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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..