一键导入
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.