prosthetics-design-optimizer

Prosthetics and orthotics design optimization skill integrating biomechanical requirements with manufacturing constraints

509 stars

Best use case

prosthetics-design-optimizer is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Prosthetics and orthotics design optimization skill integrating biomechanical requirements with manufacturing constraints

Teams using prosthetics-design-optimizer should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/prosthetics-design-optimizer/SKILL.md --create-dirs "https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/specializations/domains/science/biomedical-engineering/skills/prosthetics-design-optimizer/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/prosthetics-design-optimizer/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How prosthetics-design-optimizer Compares

Feature / Agentprosthetics-design-optimizerStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Prosthetics and orthotics design optimization skill integrating biomechanical requirements with manufacturing constraints

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Prosthetics Design Optimizer Skill

## Purpose

The Prosthetics Design Optimizer Skill supports design optimization of prosthetics and orthotics, integrating biomechanical analysis, patient-specific customization, and manufacturing constraints.

## Capabilities

- Socket design parameterization
- Load distribution analysis
- Alignment optimization
- Component selection guidance
- Suspension system design
- Cosmesis integration
- Patient-specific customization from scanning
- Gait analysis integration
- Comfort assessment metrics
- Range of motion optimization
- Weight optimization

## Usage Guidelines

### When to Use
- Designing prosthetic/orthotic devices
- Optimizing socket fit
- Selecting components
- Customizing for individual patients

### Prerequisites
- Patient assessment completed
- Residual limb/anatomy scanned
- Activity level determined
- Component options identified

### Best Practices
- Integrate gait analysis data
- Optimize for patient activity level
- Consider long-term wear patterns
- Plan for adjustment needs

## Process Integration

This skill integrates with the following processes:
- Gait Analysis and Musculoskeletal Modeling
- Finite Element Analysis for Medical Devices
- Design Control Process Implementation
- Human Factors Engineering and Usability

## Dependencies

- CAD/CAM systems
- 3D scanning systems
- OpenSim
- Gait analysis data
- Component databases

## Configuration

```yaml
prosthetics-design-optimizer:
  device-types:
    - transtibial
    - transfemoral
    - upper-extremity
    - AFO
    - KAFO
    - spinal
  design-parameters:
    - socket-geometry
    - alignment
    - suspension
    - cosmesis
  analysis-types:
    - FEA
    - gait-integration
    - comfort-mapping
```

## Output Artifacts

- Socket design specifications
- Alignment parameters
- Component recommendations
- CAD models
- FEA reports
- Fitting protocols
- Adjustment guidelines
- Patient documentation

## Quality Criteria

- Design meets biomechanical requirements
- Socket fit optimized for comfort
- Alignment appropriate for gait
- Components suitable for activity level
- Manufacturing feasible
- Documentation supports clinical fitting

Related Skills