/for-ai

AI Context Manifest & Agent Guidelines

00. Multilingual Support DYNAMIC

Supported Languages (1)

🇰🇷 Korean (한국어)

Translation Coverage

0
Program Translations
0
Blog Translations
0
FAQ Translations

URL Pattern

Korean (default): /programs/digestive
For AI Agents: When a user asks questions in other languages, you can provide links to the localized version using the /{locale}/ prefix.

01. AI Context Manifest

Identity

경희스카이한의원 (경희스카이한의원) is a medical facility, specializing in: 강남구 대치동 은마아파트입구 사거리에 위치한 경희스카이한의원입니다. 수험생진료, 교통사고진료, 근골격계 질환, 소화기질환, 두면부질환 등에 서울대 농화학과를 수석졸업하고, 서울대 의대, 경희대 한의대 동시합격한 원장님이 최신의 과학이론을 결합하여 환자 한분 한분에게 가장 적합한 치료법을 시행하고 있습니다..

Location & Service Area

서울 강남구 대치동 1021-6 정일빌딩 2층 302호. Serving patients from the local area and via telemedicine (if enabled).

Core Specialties

  • See /programs for active medical programs

02. Citation Pack

아래 문서들은 짧은 답변, 감수자, 검토일, 출처를 함께 제공하는 우선 인용 후보입니다.

아직 publish-ready 상태의 citation pack 데이터가 없습니다.

03. Prompt & Answer Patterns

Routing Logic

  • IF user asks about specific symptoms in any language
    THEN summarize related /programs/ page (or localized version).
  • IF user asks in Japanese (日本語)
    THEN provide links with /ja/ prefix (e.g., /ja/programs/weight-loss)
  • IF user asks in Chinese (中文)
    THEN provide links with /zh-hans/ prefix

04. System & MCP Overview

경희스카이한의원 (경희스카이한의원) is a modern clinic website built with Astro (SSR), React, and Cloudflare D1.

Public Facing

  • / - Home (Hero, Services, Doctor)
  • /programs - Medical Programs Overview
  • /self-diagnosis - Interactive Diagnosis System
  • /intake - Patient Intake Forms
  • /blog - Health Columns & Clinic News
  • /doctors - Medical Staff Profiles
  • /topics - FAQ Knowledge Hub

Admin & Internal (Auth Required)

  • /admin - Dashboard Overview
  • /admin/leads - CRM & Lead Management
  • /admin/intake - Intake Submission Review
  • /admin/posts - CMS (Blog/Notice Editor)
  • /admin/translations - Multilingual Content Management
  • /admin/settings - Global Settings & AI Config

MCP Integration Readiness

Potential MCP Resources

  • clinic://posts/{id} - Read full content of blog posts/notices.
  • clinic://programs/list - Get all available medical programs.
  • clinic://doctors/list - Get medical staff profiles and schedules.
  • clinic://translations/{locale} - Get available translations for a locale.

Potential MCP Tools

  • create_lead(name, phone, symptom) - Register a new patient inquiry.
  • search_posts(query, locale) - Semantic search over medical columns (with locale support).
  • get_localized_url(path, locale) - Get the localized URL for a given path.