Claude Toolkit
19 curated agent templates for Claude Code, Cursor, Copilot, and MCP. Includes live Prompt Caching ROI Calculator, official 2026 Anthropic pricing models, and .ant.yaml generator.
⚡ Anthropic Prompt Caching & Token Cost ROI CalculatorVendor Verified
Calculate multi-turn agent token cost reduction using Anthropic's 90% cache read discount.
🛠️ Interactive Config BuilderUpdated
Claude Code & ant CLI
Anthropic's CLI execution environment. Configured with 5-minute & 1-hour prompt caching controls, 'Monitor' tools, and the new `ant` YAML CLI setup. Supporting Claude Sonnet 5, 3.7 Sonnet, and Opus 5.
Anthropic API & Prompt Caching
Production integration snippet utilizing Anthropic Prompt Caching with cache_control checkpoints, 128k output limits, and extended thinking.
Cursor
AI-native code editor. Uses .cursor/rules/ folder with .mdc files (Markdown Context) for modular, glob-filtered rules.
GitHub Copilot
GitHub's AI pair programmer in VS Code. Uses .github/copilot-instructions.md for project-wide rules and .github/instructions/ for path-specific overrides.
Gemini CLI & Antigravity
Google's AI coding tools. Gemini CLI for terminal workflows, Antigravity for IDE agent sessions. Both read GEMINI.md for context.
Windsurf (Cascade)
Agentic IDE powered by Cascade. Uses .windsurfrules (legacy) or .windsurf/rules/ folder for modular configs. Keep rules under 6,000 characters to avoid truncation.
Roo Code & Cline
Autonomous coding agent extensions for VS Code. Uses .clinerules or .roomode/ rules for custom agent personas (Architect, Code, Debugger, Security).
Zed AI Editor
High-performance GPU-accelerated code editor with native Anthropic Claude integration and custom prompt presets.
MCP Server Ecosystem
Production Model Context Protocol (MCP) server configurations for Claude Desktop, Claude Code, and Cursor.
📊 Cross-Tool Cheat Sheet
| Feature | Claude Code (ant CLI) | Cursor | Managed Agents API | Windsurf |
|---|---|---|---|---|
| Primary Config | .ant.yaml / CLAUDE.md | .cursor/rules/*.mdc | src/agents/client.ts | .windsurfrules |
| Sandboxing Mode | local / docker | local sandbox | Cloud Native (Managed) | local sandbox |
| Scoped rules | .claude/skills/ | globs in .mdc | Agent Instructions | .windsurf/rules/ |
| API Headers | Native | Native | prompt-caching-2024-07-31 | Native |
| Sub-agents | .claude/agents/ | — | Advisor Tool APIs | — |
| MCP config | .claude/.mcp.json | .cursor/mcp.json | Pre-packaged Tools | mcp_config.json |
2026 Enterprise AI Engineering Shift
AI coding workflows have evolved from basic inline completions into multi-agent autonomous engineering loops. Using Anthropic's cache_control: { type: "ephemeral" } and the new .ant.yaml CLI harness, teams can retain 1-million-token contexts across entire monorepos without prohibitive token overhead.
Whether targeting Claude Sonnet 5, Claude 3.7 Sonnet, or Claude Opus 5, prompt caching achieves break-even ROI on the second turn of any agent session. Modular .cursor/rules/*.mdc files and CLAUDE.md files guarantee strict architectural constraints and prevent regressions during high-speed refactoring sprints.
This toolkit provides 19 production-grade templates. All templates are completely free, open-source, and run entirely client-side in your browser.