원클릭으로
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.