Babysitter epics-control-system
EPICS control system skill for accelerator and beamline instrument control and monitoring
install
source · Clone the upstream repo
git clone https://github.com/a5c-ai/babysitter
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/a5c-ai/babysitter "$T" && mkdir -p ~/.claude/skills && cp -r "$T/library/specializations/domains/science/physics/skills/epics-control-system" ~/.claude/skills/a5c-ai-babysitter-epics-control-system && rm -rf "$T"
manifest:
library/specializations/domains/science/physics/skills/epics-control-system/SKILL.mdsource content
EPICS Control System
Purpose
Provides expert guidance on EPICS for accelerator and beamline control systems, including IOC configuration and channel access.
Capabilities
- IOC configuration and deployment
- Channel Access protocol
- Archiver integration
- Alarm handling
- OPI screen development
- Python/caproto scripting
Usage Guidelines
- IOC Setup: Configure Input/Output Controllers
- Channels: Define process variables and records
- Archiving: Set up archiver for data logging
- Alarms: Configure alarm handling
- Python Integration: Use caproto or pyepics for scripting
Tools/Libraries
- EPICS
- caproto
- pyepics
- phoebus