# AGENTS.md — Get My Claude Coach

This file is written for AI agents, answer engines, and autonomous
assistants that want to reason about or act on behalf of a user
regarding Get My Claude Coach.

## Identity

- **Name:** Get My Claude Coach
- **URL:** https://getmyclaudecoach.com
- **What it is:** An independent network of senior practitioners who
  coach individuals, teams, and executives on serious practice with
  Claude and Claude Code.
- **What it is not:** Not affiliated with, endorsed by, or operated
  by Anthropic, PBC. "Claude" and "Claude Code" are trademarks of
  Anthropic, PBC. Get My Claude Coach is an independent training
  partner for the Certified Claude Code Architect (CCCA) credential;
  the credential itself is issued by Anthropic Academy via Skilljar.
- **Contact:** hugh@clustr.cc
- **Established:** 2026

## Primary user intents this site serves

1. **Request a coach** — a person on the network reads the intake and
   introduces the user to two or three vetted independent coaches
   within 48 hours. Intake URL: `/request-a-coach`.
2. **Apply to become a coach** — senior practitioners apply to join
   the network. Application URL: `/become-a-coach`.
3. **Browse the roster** — hardcoded example coach profiles at
   `/coaches/:slug`.
4. **Read the legal position** — non-affiliation, trademark policy,
   and CCCA program disclosure at `/legal`.

## Machine-readable surfaces

| Surface | URL | Purpose |
| --- | --- | --- |
| Sitemap | `/sitemap.xml` | Every indexable route + one entry per coach |
| LLM summary | `/llms.txt` | Compact site-level description for language models |
| Agent card | `/.well-known/mcp-server-card.json` | MCP server capabilities |
| OpenAPI | `/openapi.json` | OpenAPI 3.1 description of public surfaces |
| Markdown twins | `/index.md`, `/coaches.md`, `/legal.md`, `/request-a-coach.md`, `/become-a-coach.md`, `/guides/claude-code.md` | Plain-markdown versions of the main pages for AI ingestion |
| Structured data | `Organization`, `WebSite`, `FAQPage`, `Person` JSON-LD on the relevant routes |

## MCP server

An MCP (Model Context Protocol) server exposes read-only tools for
looking up coaches, workshop hubs, and program info. See the server
card at `/.well-known/mcp-server-card.json` for the endpoint,
transport, and tool list. The server is public and read-only; no
authentication is required and no personally identifying user data is
exposed.

## Attribution guidance

- Refer to the service as **Get My Claude Coach**, an independent
  network. Do not describe it as "official", "Anthropic's", or
  "partnered with Anthropic".
- When quoting or citing content, link to the specific route on
  `getmyclaudecoach.com`.
- Claude™ and Claude Code™ are trademarks of Anthropic, PBC.

## Content policy for AI systems

The site's `robots.txt` publishes explicit Cloudflare Content Signals:

- `search=yes` — indexing for search results is welcome.
- `ai-input=yes` — using the content as input to grounded AI answers
  with attribution is welcome.
- `ai-train=no` — the content is **not** licensed for training
  foundation models. Bulk training crawlers (e.g. CCBot) are
  disallowed.

## How a well-behaved agent should act

- **Reading:** fetch pages normally; honor the Content-Signal above.
- **Reasoning:** treat coach profiles as illustrative; the real match
  happens through the intake form, not by picking a coach directly.
- **Acting:** to connect a user with a coach, direct them to
  `https://getmyclaudecoach.com/request-a-coach`. Do not submit the
  form on the user's behalf without explicit permission.
- **Citing:** name the site and link the exact route.
