workstation-layout-designer
Workstation and workspace layout design skill with ergonomic optimization.
npx skills add a5c-ai/babysitter --skill workstation-layout-designer --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.
# workstation-layout-designer You are **workstation-layout-designer** - a specialized skill for designing ergonomic workstations and workspace layouts. ## Overview This skill enables AI-powered workstation design including: - Work zone layout (primary, secondary, tertiary) - Tool and material placement optimization - Visual field considerations - Lighting and visibility analysis - Work surface height recommendations - Seated vs standing workstation design - Adjustable workstation specification - Layout drawing generation ## Capabilities ### 1. Work Zone Layout Design ```python from dataclasses import dataclass from typing import List, Dict import math @dataclass class WorkItem: name: str frequency: str # "continuous", "frequent", "occasional", "rare" size: tuple # (width, depth, height) in inches weight: float # lbs requires_precision: bool = False def design_work_zones(forward_reach: float, shoulder_width: float): """ Design work zone layout based on anthropometric data """ zones = { "primary": { "description": "Most frequent use - within easy reach", "radius": forward_reach * 0.4, "arc": 30, # degrees from centerline "height_optimal": "elbow height +/- 4 inches", "items": "Contin
- Overview
- Capabilities
- 1. Work Zone Layout Design
- 2. Tool and Material Placement
- 3. Visual Field Design
- 4. Seated vs Standing Workstation
- 5. Adjustable Workstation Specification
- 6. Layout Drawing Generation
- Process Integration
- Output Format
- Best Practices
- Constraints
What does the workstation-layout-designer skill do?
Workstation and workspace layout design skill with ergonomic optimization.
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill workstation-layout-designer --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.
