| name | stack-anthropic-claude |
| description | Anthropic Claude platform knowledge overlay for the ETYB team. Loads when work involves the Anthropic ecosystem — the Claude API (Messages API), Claude Fable / Mythos / Opus / Sonnet / Haiku models, prompt caching, tool use (function calling), extended and adaptive thinking, the Batches API, Files API, Citations, the Memory tool, Computer Use, vision and PDF input, the Claude Agent SDK, the Claude Code CLI / IDE extensions, Skills, sub-agents, the Anthropic SDK (TS/Python/Go/Java/Ruby), MCP (Model Context Protocol) servers and clients, and provider routing across Anthropic API / Amazon Bedrock / Google Vertex AI.
Triggers: anthropic, claude, claude-api, anthropic-api, messages-api, fable, claude-fable, claude-fable-5, mythos, claude-mythos, claude-mythos-5, project glasswing, opus, claude-opus, claude-opus-4, claude-opus-4.5, claude-opus-4.6, claude-opus-4.7, claude-opus-4.8, sonnet, claude-sonnet, claude-sonnet-4, claude-sonnet-4.5, claude-sonnet-4.6, claude-sonnet-5, sonnet 5. |
| license | MIT |
| compatibility | ETYB stack pack — Designed for Claude Code, OpenAI Codex, Google Antigravity, and compatible AI coding agents |
| metadata | {"author":"e-t-y-b","version":"5.0.0","category":"stack-pack","last_verified_release":"Claude 5 generation (Fable 5 / Mythos 5, Sonnet 5) + Opus 4.8 + Haiku 4.5, July 2026","last_verified_on":"2026-07-05","applies_to_roles":["backend-architect","ai-ml-engineer","system-architect","security-engineer"]} |
| authoritative_sources | {"primary":[{"name":"Anthropic Docs Home","url":"https://docs.anthropic.com/","type":"official_docs"},{"name":"Claude API Reference","url":"https://docs.anthropic.com/en/api/","type":"api_reference"},{"name":"Claude API Release Notes","url":"https://docs.anthropic.com/en/release-notes","type":"changelog"},{"name":"Prompt Caching Guide","url":"https://docs.anthropic.com/en/docs/build-with-claude/prompt-caching","type":"official_docs"},{"name":"Tool Use Guide","url":"https://docs.anthropic.com/en/docs/build-with-claude/tool-use","type":"official_docs"},{"name":"Computer Use Guide","url":"https://docs.anthropic.com/en/docs/agents-and-tools/computer-use","type":"official_docs"},{"name":"Extended Thinking Guide","url":"https://docs.anthropic.com/en/docs/build-with-claude/extended-thinking","type":"official_docs"},{"name":"Memory Tool Guide","url":"https://docs.anthropic.com/en/docs/build-with-claude/memory","type":"official_docs"},{"name":"Citations Guide","url":"https://docs.anthropic.com/en/docs/build-with-claude/citations","type":"official_docs"},{"name":"Batches API","url":"https://docs.anthropic.com/en/api/creating-message-batches","type":"api_reference"},{"name":"Files API","url":"https://docs.anthropic.com/en/api/files","type":"api_reference"},{"name":"Claude Agent SDK Docs","url":"https://docs.anthropic.com/en/api/claude-code-sdk","type":"official_docs"},{"name":"Claude Code Docs","url":"https://docs.anthropic.com/en/docs/claude-code/overview","type":"official_docs"},{"name":"MCP Specification","url":"https://modelcontextprotocol.io/","type":"official_docs"},{"name":"MCP TypeScript SDK","url":"https://github.com/modelcontextprotocol/typescript-sdk","type":"api_reference"},{"name":"MCP Python SDK","url":"https://github.com/modelcontextprotocol/python-sdk","type":"api_reference"},{"name":"Anthropic on Amazon Bedrock","url":"https://docs.anthropic.com/en/api/claude-on-amazon-bedrock","type":"official_docs"},{"name":"Anthropic on Vertex AI","url":"https://docs.anthropic.com/en/api/claude-on-vertex-ai","type":"official_docs"},{"name":"Anthropic Acceptable Use Policy","url":"https://www.anthropic.com/legal/aup","type":"official_docs"},{"name":"Anthropic Trust Center / Privacy","url":"https://trust.anthropic.com/","type":"official_docs"},{"name":"Anthropic News","url":"https://www.anthropic.com/news","type":"announcements"},{"name":"Anthropic GitHub","url":"https://github.com/anthropics","type":"source_code"},{"name":"Anthropic Cookbook","url":"https://github.com/anthropics/anthropic-cookbook","type":"source_code"}]} |
| delegate_to_skills | [{"skill":"claude-api","covers":["Claude API","Anthropic SDK","prompt caching","tool use","batch API","files","citations","memory","model migration"]}] |
| products_covered | [{"name":"Claude API (Messages)","drift_risk":"high","notes":"Model names rotate every 2-3 months; pricing changes; new beta flags every release"},{"name":"Claude Opus (1M context)","drift_risk":"high","notes":"Opus 4.8 current ($5/$25); 1M context standard-priced (no >200K premium since 4.6); Fable 5 / Mythos 5 ($10/$50) are the tier above; dateless IDs are pinned snapshots"},{"name":"Claude Sonnet","drift_risk":"high","notes":"Sonnet 5 (June 2026) current default for most production work; intro pricing $2/$10 through 2026-08-31, then $3/$15"},{"name":"Claude Haiku","drift_risk":"medium","notes":"Cheapest tier; Haiku 4.5 (Oct 2025) still current in the Claude 5 generation"},{"name":"Prompt Caching","drift_risk":"medium","notes":"Two TTLs (5-min, 1-hour); pricing 1.25x / 2x write, 0.1x read; up to 4 cache breakpoints"},{"name":"Tool Use","drift_risk":"medium","notes":"Schema is stable; parallel tool use + tool_choice behaviors evolve with each model"},{"name":"Batches API","drift_risk":"low","notes":"50% discount, async; up to 100K requests / 256MB / 24h window"},{"name":"Files API","drift_risk":"medium","notes":"GA 2025; replaces base64 inlining for PDFs/images at scale"},{"name":"Citations","drift_risk":"low","notes":"Document-grounded responses with source spans; stable surface"},{"name":"Memory tool","drift_risk":"high","notes":"Released 2025; surface still evolving — read release notes before claiming behavior"},{"name":"Extended Thinking","drift_risk":"high","notes":"Adaptive thinking + effort on current models; budget_tokens 400s on Opus 4.7+/Sonnet 5/Fable 5; thinking blocks must round-trip verbatim on tool use"},{"name":"Computer Use","drift_risk":"high","notes":"Beta → production trajectory; tool versions tied to model (computer_20250124, computer_20251022...)"},{"name":"Vision + PDF input","drift_risk":"low","notes":"Native image/PDF in Messages API; size and page limits documented"},{"name":"Claude Agent SDK","drift_risk":"high","notes":"Released 2025; replaces ad-hoc agent loops; harness conventions still settling"},{"name":"Claude Code (CLI + IDE)","drift_risk":"high","notes":"CLI updates weekly; hooks, settings.json, slash commands, plan mode evolve rapidly"},{"name":"Skills","drift_risk":"high","notes":"First-class capability 2025-2026; this very ETYB pack ships as a Skill"},{"name":"Sub-agents","drift_risk":"medium","notes":"Pattern formalized in Claude Code; one-domain-per-agent convention"},{"name":"MCP servers + clients","drift_risk":"high","notes":"Industry-wide MCP boom in 2025-2026; spec at 2025-06-18 revision, SDKs in 5+ languages"},{"name":"Anthropic SDK (multi-lang)","drift_risk":"medium","notes":"Python + TypeScript first-party; Go/Java/Ruby/PHP first-party; community SDKs everywhere else"},{"name":"Bedrock provider","drift_risk":"medium","notes":"Claude-on-AWS via Bedrock InvokeModel/Converse; regional availability rotates"},{"name":"Vertex provider","drift_risk":"medium","notes":"Claude-on-GCP via Vertex AI; model name prefix differs; GCP-resident customers only"},{"name":"Workbench / Console","drift_risk":"low","notes":"Web UI for prompt experimentation, key/usage management; surface stable"},{"name":"Admin API","drift_risk":"medium","notes":"Org/workspace/key/spend-limit management programmatically"},{"name":"Cost limits + budgets","drift_risk":"medium","notes":"Workspace-level spend caps; per-key limits; org-wide alerts"},{"name":"Acceptable Use Policy","drift_risk":"medium","notes":"Updated periodically; usage policy enforcement attaches to keys + workspaces"}] |