anthropometric-analyzer
Anthropometric data analysis skill for workstation design and accommodation.
npx skills add a5c-ai/babysitter --skill anthropometric-analyzer --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Overview
- Capabilities
- 1. Anthropometric Data Reference
- 2. Design for Percentile Population
- 3. Reach Zone Determination
- 4. Work Surface Height Recommendations
- 5. Clearance Calculations
- 6. Adjustability Range Calculation
- Process Integration
- Output Format
- Best Practices
- Constraints
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.
