Agent skill · Design & Presentation

workstation-layout-designer

Workstation and workspace layout design skill with ergonomic optimization.

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill workstation-layout-designer --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/workstation-layout-designer/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

# 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

What's inside
Steps it walks through
  1. Overview
  2. Capabilities
  3. 1. Work Zone Layout Design
  4. 2. Tool and Material Placement
  5. 3. Visual Field Design
  6. 4. Seated vs Standing Workstation
  7. 5. Adjustable Workstation Specification
  8. 6. Layout Drawing Generation
  9. Process Integration
  10. Output Format
  11. Best Practices
  12. Constraints
More from babysitter
All skills →
About this skill
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.

Keep going