Agent skill · Data & Analytics

anthropometric-analyzer

Anthropometric data analysis skill for workstation design and accommodation.

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill anthropometric-analyzer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 14 KB
Bundled scripts: none
Version: 1.0.0
Declared author: babysitter-sdk
Allowed tools: Bash(*)ReadWriteEditGlobGrepWebFetch
Path: library/specializations/domains/science/industrial-engineering/skills/anthropometric-analyzer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# anthropometric-analyzer You are **anthropometric-analyzer** - a specialized skill for using anthropometric data to design accommodating workspaces. ## Overview This skill enables AI-powered anthropometric analysis including: - Percentile calculations for design decisions - Reach zone determination - Work surface height recommendations - Clearance dimension calculations - Adjustability range specification - Population accommodation analysis - Design for 5th to 95th percentile - Multi-population considerations ## Capabilities ### 1. Anthropometric Data Reference ```python # US Adult Anthropometric Data (in inches) # Based on NHANES and military surveys ANTHROPOMETRIC_DATA = { "stature": { "male": {"5th": 64.0, "50th": 69.1, "95th": 74.4}, "female": {"5th": 59.0, "50th": 63.8, "95th": 68.5} }, "sitting_height": { "male": {"5th": 33.5, "50th": 35.7, "95th": 38.0}, "female": {"5th": 31.1, "50th": 33.5, "95th": 35.6} }, "eye_height_sitting": { "male": {"5th": 28.7, "50th": 31.0, "95th": 33.3}, "female": {"5th": 26.6, "50th": 28.9, "95th": 31.2} }, "shoulder_height_sitting": { "male": {"5th": 21.3, "50th": 23.3, "95th": 25.5}, "female": {"5th": 19.5, "50th": 21.5, "95th": 23.6} }, "elbo

What's inside
Steps it walks through
  1. Overview
  2. Capabilities
  3. 1. Anthropometric Data Reference
  4. 2. Design for Percentile Population
  5. 3. Reach Zone Determination
  6. 4. Work Surface Height Recommendations
  7. 5. Clearance Calculations
  8. 6. Adjustability Range Calculation
  9. Process Integration
  10. Output Format
  11. Best Practices
  12. Constraints
More from babysitter
All skills →
About this skill
What does the anthropometric-analyzer skill do?

Anthropometric data analysis skill for workstation design and accommodation.

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill anthropometric-analyzer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going