Use when user references something they recently copied, pasted, or had on their clipboard — explicitly OR implicitly. Trigger on: Implicit references in any language: "the thing I just copied" / "我刚才复制的" / "上次复制的那段" / "earlier I copied" / "the JSON from before" / "that error message" / "那个链接" / "私がコピーしたもの" / "방금 복사한"…
MCP definition linter rules reference. Use when bun run lint:mcp or bun run devcheck reports a lint error or warning (format-parity, schema-is-object, name-format, server-json-, etc.) and you need to understand the rule, its severity, and how to fix it. Every rule ID the linter emits has an entry in this doc.
Design the tool surface, resources, and service layer for a new MCP server. Use when starting a new server, planning a major feature expansion, or when the user describes a domain/API they want to expose via MCP. Produces a design doc at docs/design.md that drives implementation.
Clipboard helper for macOS, Linux and Windows. Two modes — (a) proactive: when your next response includes text the user will need to paste somewhere external (a query for Grafana, a shell command, a config snippet, JavaScript for the browser console), show it inline as usual AND ask via AskUserQuestion if they want…