بنقرة واحدة
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.