EveryDev.ai
Subscribe
Home
Tools

3,569+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. NeatContext Plugins
    NeatContext Plugins icon

    NeatContext Plugins

    Context Engineering

    Extract domain knowledge from AI coding conversations and save it as structured, reusable context for Claude Code, GitHub Copilot, Kimi Code, Codex, and pi.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open source under the MIT License. No cost to use, modify, or distribute.

    Engagement

    Available On

    Windows
    API
    VS Code
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Context EngineeringKnowledge ManagementAI Coding Assistants

    Alternatives

    ContextaTabnine Enterprise Context EngineXirp
    Developer
    XTSoftwareLabsXTSoftwareLabs builds developer productivity tools focused o…

    Listed Aug 2026

    About NeatContext Plugins

    NeatContext Plugins is an open-source tool by XTSoftwareLabs that turns long AI coding conversations into structured, reusable domain knowledge. It works as a plugin for Claude Code, GitHub Copilot (CLI and VS Code), Kimi Code, Codex, and pi, letting developers save the durable insights from debugging sessions, planning discussions, and incident investigations so they can be reused in future sessions or shared with teammates.

    What It Is

    NeatContext addresses a specific pain point in AI-assisted development: every time you start a new session with a coding agent, you have to re-explain your team's systems, constraints, terminology, and decisions. NeatContext extracts that domain knowledge from existing conversations and stores it as a structured context — a domain profile plus a knowledge folder — that can be connected to any new session. Instead of carrying over a raw transcript, it keeps only what will help the model work accurately next time.

    How the Workflow Works

    The core workflow revolves around a small set of slash commands:

    • /neatcontext:save [name] — Extracts durable knowledge from the current conversation and saves or updates a named context. Follows familiar Save / Save As behavior.
    • /neatcontext:use [name or number] — Connects a saved context to the current session so the coding agent starts with the relevant domain knowledge already loaded.
    • /neatcontext:create — Creates a fresh context linked to an existing knowledge folder on disk, without copying or moving files.
    • /neatcontext:import / /neatcontext:export — Share context bundles with teammates across machines.
    • /neatcontext:mode [auto|ask|manual] — Controls how the session automatically routes to the right context when topic shifts are detected.
    • /neatcontext:extensions — Manages MCP server bindings that give a context access to external tools like incident trackers or log stores.

    Each Claude Code window maintains its own connected context independently, and saving never overwrites an external knowledge folder you linked manually.

    Context Contents and Architecture

    A saved context contains two parts: a domain profile (team rules, terminology, constraints, preferred working patterns) and a knowledge folder (TSGs, runbooks, decisions, troubleshooting notes, session summaries). These are generated automatically from the conversation rather than requiring manual authoring.

    NeatContext is distinct from simply saving or resuming a conversation. Resuming a conversation gives you the original session history; exporting a conversation gives you the raw transcript. NeatContext gives you a distilled, reusable artifact — the knowledge that will help the model answer accurately in a future session, without the back-and-forth that produced it.

    Security and Privacy Model

    The README documents a deliberate local-first security model:

    • All contexts are stored locally under ~/.neatcontext/contexts.
    • The host plugins run only the Node.js files bundled in the repository and make no outbound internet requests.
    • Transcript content is read only after an explicit save, through a bundled reader that drops high-risk payloads and applies best-effort secret redaction.
    • Extension bindings (MCP server commands, credentials, tokens) live in ~/.neatcontext/extensions.json on the user's machine and are never carried inside a shared context bundle.
    • Extension servers are spawned without a shell, receive a minimal environment, and are stopped when the session ends or switches context.

    Update: v0.3.4

    The latest release is v0.3.4, published on August 10, 2026. The repository was created in late July 2026 and has seen active development, with the most recent push on the same date as the latest release. The project is written in JavaScript, requires Node.js 18 or later, and is licensed under MIT.

    NeatContext Plugins - 1

    Community Discussions

    Be the first to start a conversation about NeatContext Plugins

    Share your experience with NeatContext Plugins, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open source under the MIT License. No cost to use, modify, or distribute.

    • Save and reuse domain knowledge from AI coding conversations
    • Supports Claude Code, GitHub Copilot, Kimi Code, Codex, and pi
    • Import/export context bundles for team sharing
    • MCP server extension bindings
    • Local-first storage with no outbound internet requests

    Capabilities

    Key Features

    • Save domain knowledge from AI coding conversations as structured, reusable context
    • Connect saved contexts to new sessions to avoid re-explaining team knowledge
    • Share context bundles with teammates via import/export commands
    • Supports Claude Code, GitHub Copilot, Kimi Code, Codex, and pi
    • Auto, ask, and manual routing modes for context switching
    • MCP server extension bindings for external tools (incident trackers, log stores)
    • Privacy-filtered transcript processing with secret redaction
    • Local-first storage with no outbound internet requests from plugins
    • Domain profile generation (team rules, terminology, constraints)
    • Knowledge folder management (TSGs, runbooks, session summaries)

    Integrations

    Claude Code
    GitHub Copilot
    VS Code
    Kimi Code
    Codex
    pi
    MCP servers
    API Available
    View Docs

    Demo Video

    NeatContext Plugins Demo Video
    Watch on YouTube

    Ratings & Reviews

    No ratings yet

    Be the first to rate NeatContext Plugins and help others make informed decisions.

    Developer

    XTSoftwareLabs

    XTSoftwareLabs builds developer productivity tools focused on AI-assisted workflows. The organization develops NeatContext, a plugin system that extracts and preserves domain knowledge from AI coding conversations for reuse across sessions and teams. Their work targets the context-loss problem inherent in stateless LLM sessions, with a local-first, privacy-conscious architecture.

    Read more about XTSoftwareLabs
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Contexta icon

    Contexta

    AI-powered context management tool that helps developers maintain and organize project context for better AI coding assistance.

    Tabnine Enterprise Context Engine icon

    Tabnine Enterprise Context Engine

    An enterprise context layer that gives AI coding agents structured understanding of your codebase, architecture, and standards to improve accuracy and reduce rework.

    Xirp icon

    Xirp

    Xirp is an agentic development environment by Spotify that connects AI coding sessions to your services, ownership, docs, and architectural decisions for real organizational context.

    Browse all tools

    Related Topics

    Context Engineering

    Techniques for optimizing context windows to improve AI responses.

    52 tools

    Knowledge Management

    AI-powered systems for organizing, discovering, and accessing collective team knowledge with intelligent search, tagging, and contextual recommendations across knowledge bases and wikis.

    144 tools

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    751 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions