Configure custom skills and rules
Create and manage custom skills and rules, or instructions to control how Build Agent behaves during a session. Rules are preloaded into every session automatically. Skills are available on demand when you or the agent invokes them by name.
Before you begin
Role required: admin
About this task
Both skills and rules are stored as records in the Build Agent Instruction table. Each record has a type that determines how Build Agent loads the instruction during a session.
- Use skills to provide task-specific guidance that Build Agent can use when needed. For example, internal guidelines for creating a specific type of record or handling a particular workflow pattern.
- Use rules to enforce consistent behavior every time the agent runs. For example, naming conventions, required fields, or organizational standards.
Each skill or rule instruction has an Applies To setting that controls which Build Agent sessions can use it. The coverage levels from broadest to narrowest are as follows:
- Instance
- Applies to all Build Agent sessions on the instance. Instance-level instructions take the highest precedence.
- Application
- Applies only when Build Agent is working within a record's application scope. Use application-level instructions to provide guidance specific to one scoped application.
- User
- Applies only to sessions for the user who created the instruction. User-level instructions are stored separately from instance and application instructions.
Procedure
What to do next
Active rules get dynamically loaded per turn in a Build Agent session, so they're available immediately. Active skills are available immediately on demand during a session.