소스 정보
- 저장소
- huifer/wellally-health-skills
- 최근 소스 활동
- 2026년 2월 17일 04:48
- 감지된 SKILL.md 언어
- 영어
- 스타
- 3
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/huifer/wellally-health-skills --skill menopause명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| name | menopause |
| description | Track menopause symptoms, HRT treatment, bone density, and health risk assessment |
Perimenopausal symptom tracking and management, providing menopause health assessment and management recommendations.
User Input → Parse Operation Type → Execute Operation → Generate/Update Data → Save → Output Result
| Operation | Description | Example |
|---|---|---|
| start | Start menopause tracking | /menopause start 48 2025-11-15 |
| symptom | Log symptoms | /menopause symptom hot flashes 5-10 times daily moderate |
| hrt | Log HRT treatment | /menopause hrt start estradiol 1mg |
| bone | Log bone density | /menopause bone -1.5 osteopenia |
| status | View status | /menopause status |
| risk | Risk assessment | /menopause risk |
| Input Keywords | Operation |
|---|---|
| start | start |
| symptom | symptom |
| HRT, hrt | hrt |
| bone | bone |
| status | status |
| risk | risk |
months_since_lmp = (today - lmp_date) / 30.44
if (months_since_lmp < 12) {
stage = "perimenopausal" // Perimenopause
} else if (months_since_lmp >= 12 && months_since_lmp < 36) {
stage = "menopausal" // Menopause
} else {
stage = "postmenopausal" // Postmenopause
}
| Keywords | Symptom Type | English |
|---|---|---|
| hot flashes | hot_flashes | hot flashes |
| night sweats | night_sweats | night sweats |
| sleep issues | sleep_issues | sleep issues |
| mood changes | mood_changes | mood changes |
| vaginal dryness | vaginal_dryness | vaginal dryness |
| joint pain | joint_pain | joint pain |
| Keywords | Level | Score |
|---|---|---|
| mild | 1 | 1 |
| moderate | 2 | 2 |
| severe | 3 | 3 |
| Input | Standardized |
|---|---|
| 5-10 times per day | 5-10_per_day |
| 3-4 times per night | 3-4_per_night |
| often | often |
| occasional | occasional |
| User Input | T-Score |
|---|---|
| -1.5 | -1.5 |
| 负1点五 | -1.5 |
| minus 1.5 | -1.5 |
| Keywords | Diagnosis | T-Score Range |
|---|---|---|
| normal | normal | T >= -1.0 |
| osteopenia | osteopenia | -2.5 < T < -1.0 |
| osteoporosis | osteoporosis | T <= -2.5 |
Please provide your age:
(Age should be 40-65)
Please provide your last menstrual period date:
(Format: YYYY-MM-DD)
What is the symptom frequency?
• X times per day
• X times per night
• Often
• Occasional
Please provide bone density test T-score:
(e.g., -1.5)
{
"menopause_id": "menopause_20250101",
"stage": "perimenopausal",
"age": 48,
"last_menstrual_period": "2025-11-15",
"months_since_lmp": 0,
"symptoms": {
"hot_flashes": {
"present": false,
"frequency": null,
"severity": null,
"impact_on_life": null,
"triggers": [],
"last_updated": null
},
"night_sweats"
Complete schema definition: see schema.json.
data/menopause-tracker.jsondata/menopause-records/YYYY-MM/YYYY-MM-DD_symptom-record.json1. Parse user input and determine operation type
2. Execute corresponding logic based on operation type
3. Validate input data and state
4. Generate JSON compliant with schema.json
5. Save to data/menopause-tracker.json
6. Output operation result and summary to user
User: /menopause start 48 2025-11-15
System:
Menopause tracking created
Basic Information:
Age: 48
Last menstrual period: November 15, 2025
Menopause stage: Perimenopause
Stage Description:
Perimenopause is the period from when ovarian function begins to decline until one year after menopause, typically lasting 4-10 years.
Common Symptoms:
• Irregular menstrual cycles
• Hot flashes and night sweats
• Mood swings
• Sleep disturbances
• Vaginal dryness
Recommended Checkups:
• Bone density test (recommended every 1-2 years)
• Cardiovascular risk assessment (blood pressure, lipids)
• Gynecological exam (annually)
• Breast exam (annually)
Lifestyle Recommendations:
• Regular exercise (3-5 times per week)
• Balanced diet (rich in calcium and vitamin D)
• Maintain healthy weight (BMI 18.5-24.9)
• Quit smoking and limit alcohol
• Stress management
• Adequate sleep
Data saved to: data/menopause-tracker.json
User: /menopause symptom hot flashes 5-10 times daily moderate
System:
Symptom recorded
Symptom Information:
Type: Hot flashes
Frequency: 5-10 times daily
Severity: Moderate
Current menopause stage: Perimenopause
Symptom Score:
Hot flash score: 14/12 (severe)
Overall symptom burden: 65/100 (moderate)
Assessment:
Moderate symptom burden affecting quality of life.
Recommendations:
• Lifestyle adjustments
• Regular exercise, stress reduction
• If symptoms significantly affect life, consider medical evaluation for HRT
Management Tips:
• Identify and avoid triggers (hot drinks, hot environments, stress)
• Wear layered clothing for easy adjustment
• Keep room temperature cool (18-22°C)
• Use cooling pillows
• Regular exercise (yoga, tai chi)
Data synced to symptom records
User: /menopause bone -1.5 osteopenia
System:
Bone density record updated
Bone Density Test Information:
Test date: June 15, 2025
T-score: -1.5
Z-score: -1.2
Diagnosis: Osteopenia
Fracture Risk Assessment:
Current risk: Low
Bone Density Changes:
2023: T-score -1.3 (normal)
2025: T-score -1.5 (osteopenia)
Change: Slight decline
Management Recommendations:
• Calcium: 1200-1500mg daily
• Vitamin D: 800-1000IU daily
• Weight-bearing exercise: 3-4 times weekly
• Strength training: 2-3 times weekly
• Quit smoking and limit alcohol
Follow-up Recommendation:
Next test: June 15, 2026 (1 year later)
For more examples, see examples.md.
AI-driven health analysis system including comprehensive analysis, risk prediction, intelligent Q&A, and report generation.
Manage allergy records including drug, food, and environmental allergies with severity tracking and medical alert integration.
Track and assess child developmental milestones based on ASQ-3 and Denver II standards. Use when user mentions development, milestones, motor skills, language, social skills, or cognitive development.
SOC 직업 분류 기준