anthropometric-analyzer
SolidAnthropometric data analysis skill for workstation design and accommodation.
AI & Automation 1,160 stars
71 forks Updated today MIT
Install
Quality Score: 96/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
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
Similar Skills
Semantically similar based on skill content — not just same category
Web & Frontend Solid
workstation-layout-designer
Workstation and workspace layout design skill with ergonomic optimization.
1,160 Updated today
a5c-ai AI & Automation Solid
work-sampling-analyzer
Work sampling analysis skill for activity distribution and utilization studies.
1,160 Updated today
a5c-ai AI & Automation Featured
occupational-health-analyzer
分析职业健康数据、识别工作相关健康风险、评估职业健康状况、提供个性化职业健康建议。支持与睡眠、运动、心理健康等其他健康数据的关联分析。
39,350 Updated today
sickn33 AI & Automation Solid
power-analysis-calculator
Skill for statistical power analysis and sample size calculation
1,160 Updated today
a5c-ai AI & Automation Solid
niosh-lifting-calculator
NIOSH Lifting Equation calculator for manual material handling risk assessment.
1,160 Updated today
a5c-ai