# Resources

> **Summary — what this page covers**
> The "send this to your team" page. Every link an attendee will want after the workshop ends —
> the workshop repo, official Anthropic resources, the C# SDKs, learning material, community,
> and how to reach Woody. Lean toward authoritative sources; cull anything that's outdated.

## The workshop

- **Workshop docs site:** [add the deployed Retype URL]
- **BookTracker sample app:** [add the GitHub repo URL]
- **Slides:** [add the link or "available on request"]
- **The `.claude/` artifacts** built in Day 1, Section 2 (skill folder, rules, hook, plugin
  manifest): see the repo `.claude/` directory and [Day 1 Lab 2](<Day 1/06-lab-2-steer.md>).

## Official Anthropic — the sources of truth

**The three blog posts that anchor the steering material in Day 1, Section 2:**

- **Steering Claude Code — CLAUDE.md, skills, hooks, rules, subagents & more** —
  [`claude.com/blog/steering-claude-code-skills-hooks-rules-subagents-and-more`](https://claude.com/blog/steering-claude-code-skills-hooks-rules-subagents-and-more)
- **Using CLAUDE.md files** —
  [`claude.com/blog/using-claude-md-files`](https://claude.com/blog/using-claude-md-files)
- **Lessons from building Claude Code — how we use skills** —
  [`claude.com/blog/lessons-from-building-claude-code-how-we-use-skills`](https://claude.com/blog/lessons-from-building-claude-code-how-we-use-skills)

**Documentation:**

- **Claude Code docs:** [`code.claude.com/docs`](https://code.claude.com/docs)
- **Anthropic API docs:** [`docs.anthropic.com`](https://docs.anthropic.com)
- **Anthropic Console** (API keys, billing, usage): [`console.anthropic.com`](https://console.anthropic.com)
- **Pricing:** [`anthropic.com/pricing`](https://anthropic.com/pricing) — verify current rates

## C# / .NET packages

- **Anthropic (official C# SDK)** — `Anthropic` v12.x on
  [NuGet](https://www.nuget.org/packages/Anthropic)
- **ModelContextProtocol** — `ModelContextProtocol` v1.x GA on
  [NuGet](https://www.nuget.org/packages/ModelContextProtocol)
- **Microsoft.Extensions.AI** — the `IChatClient` abstraction, covered briefly in Day 2 Section 1

## RAG / vector store

- **Qdrant** — [`qdrant.tech`](https://qdrant.tech) · [Docker image](https://hub.docker.com/r/qdrant/qdrant)
- **Ollama** (the free/local embedding path) — [`ollama.com`](https://ollama.com); model:
  [`nomic-embed-text`](https://ollama.com/library/nomic-embed-text)

## MCP

- **Model Context Protocol** — [`modelcontextprotocol.io`](https://modelcontextprotocol.io)
- **The C# SDK on GitHub** — [add the repo URL]
- **MCP ecosystem / server directories** — [add 1–2 curated directory links]

## Contact & follow-up

- **Woody — Intelligently.dev:** [`intelligently.dev`](https://intelligently.dev)
- **Email:** [add]
- **LinkedIn / Bluesky / Mastodon:** [add the ones you actually use]
- **Workshop feedback / questions:** [add — email, form, or repo Discussions]

## Related reading

- **MADR (Markdown Architectural Decision Records)** — used in Day 1, Section 4:
  [`adr.github.io`](https://adr.github.io)
- **TestContainers for .NET** — [`dotnet.testcontainers.org`](https://dotnet.testcontainers.org)
- **Polly (resilience policies)** — [`pollydocs.org`](https://pollydocs.org)

## Other workshops & talks

[List any companion talks, recorded sessions, or upcoming workshops you offer through
Intelligently.dev. Honest soft sell — attendees who liked this one will look here.]
