ワンクリックで
markdown-for-agents
Maintain Kyoto Tech Meetup's localized Markdown responses for AI agents.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Maintain Kyoto Tech Meetup's localized Markdown responses for AI agents.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | markdown-for-agents |
| description | Maintain Kyoto Tech Meetup's localized Markdown responses for AI agents. |
Keep the agent-facing Markdown contract aligned with the normal Astro homepage.
scripts/agent-markdown.mjs generates the English and Japanese Markdown documents.src/data/meetup-events.json supplies the event snapshot.src/data/composite-feed.json supplies the “What members are publishing” items.functions/index.js and functions/ja/index.js negotiate Accept: text/markdown.public/_routes.json keeps the Pages Functions scope limited to / and /ja/.scripts/agent-markdown.mjs.test/agent-markdown.test.mjs for content, locale, or negotiation changes.npm run check and npm run build./ and /ja/ with Accept: text/markdown, and verify a request without that header still returns HTML.Markdown responses must return HTTP 200 with Content-Type: text/markdown; charset=utf-8 and Vary: Accept. Normal browser requests must continue to receive the Astro HTML page and the existing security headers.
The generated discovery index contains a digest for this file. Run the build after editing it so the index is regenerated.