ワンクリックで
cv-info
Retrieve CV, biography, experience, skills, and contact information for Mathieu Drouet, Head of Product based in Lille, France.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Retrieve CV, biography, experience, skills, and contact information for Mathieu Drouet, Head of Product based in Lille, France.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| 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 |
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.
All resources are static, public, no authentication. Prefer Markdown for parsing; fall back to PDF only when a human-readable formatted version is needed.
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.
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.
GET https://cv.drouet.io/cv_mathieu_drouet.pdf
Printable PDF version. Same content as cv.md but formatted.
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.
m@mdr.coolopen_contact_form, download_cv_pdf, get_cv_markdown) via navigator.modelContext when loaded in a browser.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.src/content/cv/cv.md in the repository and rebuilding; treat the Markdown URL as the authoritative version.