Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Analyze Labour Contractions Baby Logs

ASecurity

Analyze contraction JSON and baby log JSON to assess mum's labour/contraction situation and baby's feeding and diaper status. Use when the user provides (or references) contractions_*.json and babyLogs_*.json files and wants to know if mum is safe and baby is healthy, or asks fo…

19 stars
0 votes
0 copies
1 views
Added 9/19/2026
ai-agentsgoexpressdevops

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add rondoflow/rondoflow --skill analyze-labour-contractions-baby-logs --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Analyze Labour Contractions Baby Logs?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Analyze Labour Contractions Baby Logs
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/rondoflow-analyze-labour-contractions-baby-logs/badge)](https://www.skillsdirectory.com/skills/rondoflow-analyze-labour-contractions-baby-logs)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: analyze-labour-contractions-baby-logs
description: "Analyze contraction JSON and baby log JSON to assess mum's labour/contraction situation and baby's feeding and diaper status. Use when the user provides (or references) contractions_*.json and babyLogs_*.json files and wants to know if mum is safe and baby is healthy, or asks fo…"
category: "DevOps & Infra"
author: community
version: "1.0.0"
icon: server
---

# Analyze Mum & Baby Logs

Analyze two JSON data sources to produce a safety and health summary: **mum's contraction situation** and **baby's milk feeding and diaper change status**. Always end with a clear verdict and any recommendations.

## When to Use

- User provides or references contraction and baby log JSON files (e.g. `contractions_*.json`, `babyLogs_*.json`).
- User asks whether mum is safe, baby is healthy, or for a summary of contractions / feeding / diapers.

## Input Files

1. **Contractions JSON** – Array of objects with `id`, `startTime`, `endTime` (ISO 8601).
2. **Baby logs JSON** – Object with `babyLog` (array of entries) and `birthday` (ISO 8601). Each entry has `id`, `timestamp`, `type`, and type-specific details:
   - `type === "feeding"`: `feedingDetails.volumeML` (number, mL).
   - `type === "diaper"`: `diaperDetails.hasPee`, `diaperDetails.hasPoo` (booleans).
   - `type === "breastFeeding"`: `breastFeedingDetails.durationSeconds` (number).

See [references/schemas-and-thresholds.md](references/schemas-and-thresholds.md) for exact schemas and health/safety thresholds.

## Workflow

### 1. Load and parse both JSON files

- Resolve file paths from user message or workspace (e.g. Downloads, project paths).
- Parse contractions as an array; baby data as object with `babyLog` and `birthday`.

### 2. Analyze contractions

- Sort contractions by `startTime` (ascending = chronological).
- For each contraction compute **duration** = `endTime - startTime` (in seconds/minutes).
- Compute **interval** = time from previous contraction's `endTime` to current `startTime` (minutes). For the first contraction, interval is N/A.
- Summarize: count, time range of data, typical duration, typical interval, and any pattern (e.g. regular vs irregular).
- Apply safety rules from [references/schemas-and-thresholds.md](references/schemas-and-thresholds.md) (e.g. 5-1-1 rule, when to seek care).

### 3. Analyze baby logs

- From `birthday` and latest log timestamp, compute **baby's age** (e.g. days or weeks).
- Split `babyLog` by `type`: **feeding**, **diaper**, and **breastFeeding**.
- **Feeding** (bottle/expressed): extract `feedingDetails.volumeML` and `timestamp`. Compute total volume and feed count over last 24 h (and optionally last 48 h). Compute average volume per feed, average volume per hour (total mL / hours in window), and approximate interval between feeds.
- **BreastFeeding**: extract `breastFeedingDetails.durationSeconds` and `timestamp`. Compute session count and total duration (e.g. total minutes) over last 24 h (and optionally last 48 h). Optionally report average session length.
- **Diaper**: count wet (`diaperDetails.hasPee`), dirty (`diaperDetails.hasPoo`), and both. Compute counts over last 24 h (and optionally last 48 h).
- Compare to age-appropriate thresholds in [references/schemas-and-thresholds.md](references/schemas-and-thresholds.md) (feeds/sessions per day, wet/dirty diaper expectations).

### 4. Produce report and verdict

Output:

1. **Mum – Contraction summary**  
   Count, date range, duration/interval stats, pattern. Then: **Mum safe?** (Yes / Monitor / Seek care) with short reason and any next step (e.g. "Continue timing; if 5-1-1, go to hospital").

2. **Baby – Feeding & diaper summary**  
   Age; bottle feeds in last 24 h (count + total mL); breastfeeding sessions in last 24 h (count + total duration if present); diapers in last 24 h (wet/dirty). Then: **Baby healthy?** (Yes / Monitor / Concern) with short reason and any recommendation (e.g. "Ensure 8+ feeds and 6+ wet diapers per day").

3. **Caveat**  
   One line: this is not medical advice; when in doubt, contact a midwife, OB, or paediatrician.

## Output format

Use clear headings and bullet points. Lead with the two verdicts (mum safe? baby healthy?) then expand with numbers and brief reasoning. Keep the report scannable and under one screen where possible.

Attribution

rondoflowrondoflow
View sourceMore from rondoflow →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1074701 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

693621 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

691 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →