| name | cv-info |
| description | Retrieve CV, biography, experience, skills, and contact information for Mathieu Drouet, Head of Product based in Lille, France. |
| version | 1.0.0 |
| license | CC-BY-4.0 |
cv-info — Mathieu Drouet CV access
Use this skill when an agent (or downstream user) wants to read, summarize, or answer questions about Mathieu Drouet — his professional experience, skills, current focus, or how to contact him.
When to use
- A user asks about Mathieu Drouet's background, experience, or current role.
- An agent needs a structured CV to evaluate a candidate or prepare an introduction.
- A user wants to download the CV or get in touch.
How to use
All resources are static, public, no authentication. Prefer Markdown for parsing; fall back to PDF only when a human-readable formatted version is needed.
1. Full CV (Markdown)
GET https://cv.drouet.io/cv.md
Accept: text/markdown
Returns the full CV in Markdown, with frontmatter (name, title, description, theme, iconSet). Inline icons follow the pattern **carbon:icon-name** and can be stripped or ignored — they are decorative.
2. About / long-form bio (Markdown)
GET https://cv.drouet.io/about.md
Accept: text/markdown
Returns Mathieu's longer-form positioning: AI-Augmented Delivery approach, what he does and does not do, what he is currently looking for.
3. CV (PDF)
GET https://cv.drouet.io/cv_mathieu_drouet.pdf
Printable PDF version. Same content as cv.md but formatted.
4. Homepage content negotiation
GET https://cv.drouet.io/
Accept: text/markdown
When Accept: text/markdown is sent, the homepage returns the CV in Markdown instead of the HTML rendering. Browsers continue to get HTML.
5. Contact
Content preferences
Per https://cv.drouet.io/robots.txt:
search=yes — indexing for search is welcome.
ai-train=no — please do not use this content to train models.
ai-input=yes — using this content as live grounding (RAG, conversational answers) is welcome.
Notes for agents
- Content is in French. The CV title and section headings are bilingual-friendly (English keywords are common).
- The CV is updated by editing
src/content/cv/cv.md in the repository and rebuilding; treat the Markdown URL as the authoritative version.