
Sangkwun Sandy
- 14 repo stars
- Updated February 5, 2026
- Sangkwun/sandy
sangkwun-sandy is a Claude Code plugin that records MCP scenarios and replays them deterministically without LLM inference.
About
sangkwun-sandy is a Claude Code plugin marketplace entry for Sangkwun/sandy that targets deterministic MCP scenario replay for AI agents. Developers who wire agents to MCP servers often re-run the same conversational paths to see if tools fire correctly, which wastes latency, money, and attention when every pass needs fresh LLM inference. Sandy’s positioning is create once, replay without the model: you record a scenario of MCP-related calls and play it back through a Sandy player so behavior stays repeatable. That makes it especially useful for developers shipping agent features that depend on external tools, where you need fast regression checks on your integration layer. The listing is community-sourced with one plugin and keywords around record, scenario, player, and calls. Install it when you already have MCP workflows and want a lightweight replay harness inside your agent tooling stack, not when you only need generic unit tests with no protocol context.
- Deterministic MCP scenario replay for AI agent workflows
- Create scenarios once, replay tool-call sequences without LLM inference
- Sandy player pattern for recorded calls and scenario playback
- Single-plugin bundle from Sangkwun/sandy community listing
- Cuts flake and cost when validating MCP-heavy agent features
Sangkwun Sandy by the numbers
- Data as of Jul 20, 2026 (Skillselion catalog sync)
/plugin install sangkwun-sandy@Sangkwun/sandyAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 14 |
|---|---|
| Last updated | February 5, 2026 |
| Repository | Sangkwun/sandy ↗ |
What it does
Record MCP tool-call scenarios once and replay them deterministically so agent integrations can be tested without burning tokens on repeated LLM inference.
Who is it for?
Best when you're shipping Claude or Cursor agents that call MCP tools and need cheap, repeatable scenario regression.
Skip if: Products with no MCP layer, or teams that only need human QA checklists with no recorded tool traces.
What you get
After install, you can record MCP call scenarios and replay them with Sandy so integration checks run the same way every time without another inference pass.
- Recorded MCP scenarios reusable across test runs
- Deterministic replays without LLM inference for those scenarios
- One-plugin Sandy bundle from the Sangkwun/sandy marketplace entry
By the numbers
- Plugin count: 1
- Repository: Sangkwun/sandy
- Catalog stars snapshot: 13
Recommended Plugins
How it compares
Deterministic MCP replay plugin, not a metacognitive advisor or a static type-hint reviewer.
FAQ
Who is Sangkwun Sandy for?
It is for developers building AI agents that depend on MCP tool calls and want deterministic replay for testing those integrations.
When should I use Sangkwun Sandy?
Use it during ship and hardening when you need to verify the same MCP scenario repeatedly without invoking the LLM each run.
How do I add Sangkwun Sandy to my agent?
Add the Sangkwun/sandy plugin from the community marketplace in Claude Code, configure MCP scenarios, record once, then use the player for replay runs.