anthropometric-analyzer

Solid

Anthropometric data analysis skill for workstation design and accommodation.

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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} }, "elbow_height_sitting": { "male": {"5th": 7.4, "50th": 9.2, "95th": 11.0}, "female": {"5th": 6.8, "50th": 8.5, "95th": 10.2} }, "thigh_clearance": { "male": {"5th": 5....

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Related Skills