AI Agent
Skills
Modular prompt modules that extend the agent.
Skills are named prompt modules that the agent loads on demand. Instead of a monolithic system prompt that tries to cover everything, the agent starts with a lean core prompt and pulls in specialized knowledge when it needs it.
Why this architecture
A shorter base prompt means faster responses and more room in the context window for your actual plant data. A skill is pure text: domain knowledge and instruction. Changes take effect immediately without redeploying the agent.
Examples of what a skill can encode:
- Vibration analysis thresholds and failure patterns specific to your equipment
- Your standard quality investigation procedure
- Shift handover formatting rules
- Spare part article number conventions and preferred suppliers
Skills are managed under Settings > Skills by admins.