@eir-space
Pregnancy
Pregnancy grounding skill that manages pregnancy.md, syncs health.md, and focuses the agent on red flags, prenatal context, and high-value follow-up questions.
npx @eir-space/skills add Eir-Space/eir-open --skill pregnancyRegistry Metadata
- Skill name
pregnancy- Skill path
pregnancy/- Version
- 0.1.1
- Last reviewed
- 2026-02-26
- Populations
- pregnant
- Regions
- global
- Status
- published
Capability Signals
- Compatible with health.md-aware workflows.
- Declares linked files: pregnancy.md.
- SKILL.md is fetched from the linked GitHub repository.
- Current moderation tier: Community.
Badges & Trust Signals
This registry preserves review state, moderation tier, source links, and repo metadata so submissions can publish fast without losing context.
Source URLs
Install / Use
This registry is repo-first. Submit or update by pointing to a GitHub repo and skill path, similar to general skill directories.
npx @eir-space/skills add Eir-Space/eir-open --skill pregnancy repo: https://github.com/Eir-Space/pregnancy skill_path: pregnancy/
You can also fetch the hosted markdown directly and install from the file.
curl -fsSL https://skills.eir.space/skills/pregnancy/skill.md -o SKILL.mdOpen hosted SKILL.md
SKILL.md
Fetched from the linked GitHub repository for this skill.
https://raw.githubusercontent.com/Eir-Space/pregnancy/main/pregnancy/SKILL.mdPregnancy
Overview
Use this skill for pregnancy as a specific health event/context. Maintain detailed pregnancy information in pregnancy.md, while keeping health.md updated with pregnancy status, skill attachment, linked file entry, and any open follow-up questions.
Medical Grounding (Load First)
- This skill and its reference files are **not reviewed by a medical professional**.
- Before answering pregnancy-specific health questions, read
references/pregnancy-clinical-grounding.md. - Use it to ground responses in core pregnancy priorities, red flags, and information-gathering focus areas.
- Treat it as a high-level clinical orientation for the agent, not a substitute for local guidelines or clinician judgment.
- If the user asks for region-specific recommendations, clarify the country and defer to local guidance where it differs.
Core Workflow
Follow these steps in order unless the user requests a narrower action.
1. Confirm Scope and Safety
- Identify whether the user is:
- pregnant (confirmed)
- possibly pregnant (unconfirmed)
- asking a general pregnancy question without personal status
- If the status is uncertain, coordinate with
healthskill behavior: - store in
Unconfirmed Findingsinhealth.md - ask a short confirmation question before treating pregnancy as confirmed
- If urgent symptoms are mentioned, prioritize urgent care / emergency guidance instead of routine tracking.
2. Update health.md (Master Record)
- Ensure
Pregnancyappears in## Active Health Contextswhen confirmed and active. - Ensure
pregnancyappears in## Skill Attachments(SuggestedorActive). - Ensure
pregnancy.mdappears in## Linked Health Filesonce created. - Add or update pregnancy-related entries in
## Information Gaps & Follow-up Questions. - Add provenance and confidence for agent-added facts.
3. Create or Update pregnancy.md (Focused Record)
- Create
pregnancy.mdif it does not exist and pregnancy is confirmed (or the user explicitly wants pregnancy tracking). - Use
pregnancy.mdfor detailed, pregnancy-specific information that would clutterhealth.md. - Keep the file human-readable and structured with stable headings.
4. Ask High-Value Pregnancy Follow-up Questions
- Ask only what materially affects guidance or safety.
- Prioritize:
- gestational age / weeks pregnant
- due date (or estimated due date)
- urgent symptoms (bleeding, severe pain, severe headache, decreased fetal movement when applicable)
- current prenatal care / clinician contact
- current medications and supplements
- Store unanswered questions back in
health.md.
5. Keep Advice Context-Aware and Conservative
- Frame answers with pregnancy context in mind.
- Avoid certainty when key details are missing.
- Encourage clinician follow-up for medication safety decisions and urgent symptoms.
pregnancy.md Structure (Recommended)
Use these sections when relevant. Skip sections that do not apply.
# Pregnancy Record
## Pregnancy Status
- **Status:** Confirmed / Suspected / Postpartum
- **Source:** user_reported / clinician_verified / journal_inferred
- **Confidence:** High / Medium / Low
- **Last Confirmed:** YYYY-MM-DD
## Key Dates
- **Estimated Due Date (EDD):** YYYY-MM-DD (if known)
- **Gestational Age:** 12 weeks + 3 days (if known)
- **Last Menstrual Period (LMP):** YYYY-MM-DD (optional)
## Pregnancy History (Optional)
- **Gravida/Para:** GxPy (if known and user is comfortable sharing)
- **Previous Pregnancies:** Brief summary
- **Relevant Prior Complications:** e.g. gestational diabetes, preeclampsia
## Current Symptoms / Concerns
- **Symptoms:** nausea, fatigue, etc.
- **Questions:** user concerns for next visit or current discussion
- **Red Flags Reported:** none / list
## Medications and Supplements (Pregnancy-Relevant)
- **Prenatal Vitamin:** yes/no/details
- **Other Medications:** list and note prescriber
- **Medication Questions for Clinician:** list
## Prenatal Care
- **Primary Pregnancy Care Team:** OB/GYN / Midwife / Clinic
- **Next Appointment:** YYYY-MM-DD (if known)
- **Tests / Screening Planned:** optional
## Follow-up Questions
- Open questions specific to pregnancy context that still need answers
## Notes
- Free-text notes and clarificationsSync Rules with health.md
health.mdremains the master health record and index.pregnancy.mdis the detailed companion file.- When updating
pregnancy.md, also check whetherhealth.mdneeds updates in: Active Health ContextsSkill AttachmentsLinked Health FilesInformation Gaps & Follow-up Questions- Keep summaries short in
health.mdand details inpregnancy.md.
Safety Boundaries
- This skill is **not reviewed by a medical professional**.
- Do not treat routine tracking as a substitute for prenatal care.
- Escalate urgent symptoms using urgent/emergency care guidance.
- Do not provide definitive medication safety decisions without appropriate clinical confirmation.
- State limitations clearly when gestational age or symptoms are unclear.
References
- Read
references/pregnancy-record-pattern.mdfor a canonicalpregnancy.mdtemplate andhealth.mdsync checklist. - Read
references/pregnancy-clinical-grounding.mdfor current pregnancy-focused medical grounding and safety priorities.