cwc-workshops

29 articles 1.7k View on GitHub ↗
29 articles
How to Implement Dispatch Handlers for Fanning Out Work to Multiple Sessions

Learn to implement dispatch handlers in Anthropic CWC workshops. Fan out complex tasks to specialized agents using a central dispatch router from tool names to Python functions.

how-to-guide
Jul 21, 2026
How to Implement Memory Mount for Shared Knowledge in Analyst Sessions

Learn to implement memory mount for shared knowledge in analyst sessions by supplying a memory_store resource with read_write access when creating your session.

how-to-guide
Jul 21, 2026
How to Implement Scorecard Validation for Agent Output Quality

Implement scorecard validation for agent output quality using the validateScorecard function. Enforce schema compliance and get detailed feedback on validation failures.

how-to-guide
Jul 21, 2026
How to Stream Session Events from Claude Agents in Real-Time

Stream session events from Claude agents in real-time using client.beta.sessions.events.stream(). Handle agent messages, tool calls, and status updates as they happen.

how-to-guide
Jul 21, 2026
How to Create Sub-Agents that Delegate Tasks to Specialist Agents

Learn to create sub agents that delegate tasks to specialist agents using Anthropic API and orchestrator tools. Optimize task delegation for parallelizable and context-heavy workloads.

how-to-guide
Jul 21, 2026
Vault Integration for Secure Credential Handling in Claude Agents: A CWC Workshops Implementation Guide

Learn how to integrate HashiCorp Vault for secure credential handling in Claude agents. Eliminate hard-coded secrets and leverage built-in secret management with CWC Workshops.

how-to-guide
Jul 20, 2026
Claude Agent Evaluation with Decision Probes: A Technical Guide to the CWC Agent-Battle Harness

Evaluate Claude Managed Agents with decision probes in the CWC agent-battle harness. This technical guide details using synthetic Minecraft states for rapid, rubric-based scoring.

how-to-guide
Jul 20, 2026
Using Memory Stores for Cross-Session Persistence in Claude Agents

Learn how to use memory stores for cross-session persistence in Claude agents. Mount a CMA Memory Store as a virtual file system for shared, persistent data across chat sessions.

deep-dive
Jul 20, 2026
Workflow for Versioned Agent Updates and Skill Publishing

Learn the workflow for versioned agent updates and skill publishing in the anthropics/cwc-workshops repository. Discover idempotent deployment for Claude Managed Agents.

workflow
Jul 18, 2026
How to Implement Outcome Evaluation with File-Based Rubrics for Grading in CWC Workshops

Learn how to implement outcome evaluation with file-based rubrics for grading in CWC workshops. Use YAML rubrics and an LLM judge to assess agent responses effectively.

tutorial
Jul 18, 2026
How MCP Servers Connect to Claude Managed Agents: The Vault Credential Pattern Explained

Learn how MCP servers connect to Claude Managed Agents using the vault credential pattern. Discover how static bearer vault credentials bind relay secrets to server URLs.

explanation
Jul 18, 2026
How the Scorecard Outcome Grading System Works: Programmatic and LLM-as-Judge Evaluation

Understand the Scorecard outcome grading system with hybrid evaluation. Learn how programmatic and LLM-as-judge methods assess agent task completion for standardized results.

deep-dive
Jul 18, 2026

Have a question about this repo?

These articles cover the highlights, but your codebase questions are specific. Give your agent direct access to the source. Share this with your agent to get started:

Share the following with your agent to get started:
curl -s "https://instagit.com/install.md"

Works with
Claude Codex Cursor VS Code OpenClaw Any MCP Client

Maintain an open-source project? Get it listed too →