LSP Simulate lets an agent apply code edits to an in-memory overlay (a simulation session) backed by a language-server-like MCP server, run diagnostics, and report whether edits introduce errors. Use it to preview single edits or multi-edit sessions, evaluate risk with net_delta/confidence metrics, and safely commit only verified patches. Sessions are ephemeral and should be destroyed after use.
Best used by agents that can call MCP server tools (agents with MCP/toolcall capability). Works well with Claude Code, Copilot-style agents, or any agent runtime that can call the listed mcp__lsp__* tools.
LSP Simulate enables in-memory code edit simulation via an MCP server, letting agents verify edits are safe before writing to disk. No scripts were present to execute. The SKILL.md is well-structured with clear workflows, decision guides, and session state documentation. Clean security profile with no executable code — purely instructs MCP tool calls.
Pure instruction skill with no bundled scripts. Documentation quality is above average. The external MCP server dependency is the main practical barrier to adoption.