eae-adapter
Installation
SKILL.md
EAE Adapter Creation
Create or modify Adapter types for reusable bidirectional interfaces.
CRITICAL RULE: ALWAYS use this skill for ANY operation on Adapter files.
- Creating new Adapters
- Modifying existing Adapters (adding events, variables, service sequences)
- NEVER directly edit
.adpfiles outside of this skill
Adapter = Bidirectional Interface Pattern
- Socket side: sees interface as defined
- Plug side: sees interface reversed
- Used for standard communication patterns
Adapter Key Differences:
- Uses
<AdapterType>root element (NOT FBType) - Uses
.adpextension (NOT.fbt) - Uses
Standard="61499-1"(NOT 61499-2) - Has
<Service>element defining communication sequences