Skip to content

Commit cbc4ebe

Browse files
Review
1 parent fe74b7d commit cbc4ebe

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

content/en/docs/refguide/mendix-ai-assistance/maia-make/maia-instructions.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Maia Instructions (AGENTS.md)"
3-
linktitle: "Custom Instructions"
2+
title: "Maia Agent Instructions (AGENTS.md)"
3+
linktitle: "Maia Instructions"
44
url: /refguide/maia-instructions/
55
weight: 95
66
description: "Describes how to create and manage Maia Instructions (AGENTS.md) to steer agent behavior at the project or module level."
@@ -25,11 +25,11 @@ Maia Instructions follow the [AGENTS.md standard](https://agents.md) for agent i
2525

2626
Maia supports both [agent skills](/refguide/maia-agent-skills/) and agent instructions. The following table summarizes their differences:
2727

28-
| | Instructions | Skills |
28+
| Aspects | Instructions | Skills |
2929
| ------------- | --------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
30-
| Loading | Deterministically loaded, whenever working with the given project or module | Agent decides to load skills on demand, based on their name and description |
31-
| Applicability | Project or module-wide instructions that should always be part of context (for example, company preferences) | Instructions that are applicable only in certain situations (for example, microflow conventions) |
32-
| Organization | Single file, should be kept as short as possible | Allows you to split instructions into the core skill and additional references that Maia reads on demand as needed |
30+
| Loading | Deterministically loaded, whenever working with the given project or module. | Agent decides to load skills on demand, based on their name and description. |
31+
| Applicability | Project or module-wide instructions that should always be part of context (for example, company preferences). | Instructions that are applicable only in certain situations (for example, microflow conventions). |
32+
| Organization | Single file, should be kept as short as possible. | Allows you to split instructions into the core skill and additional references that Maia reads on demand as needed. |
3333

3434
## Creating a New Maia Instruction {#creating-instructions}
3535

@@ -56,7 +56,5 @@ Project-level instructions are stored as `skillssource/AGENTS.md`, while module-
5656
## Read More
5757

5858
- [Agent Skills](/refguide/maia-agent-skills/)
59-
- [Maia Make Capabilities](/refguide/maia-make/)
6059
- [Mendix AI Assistance (Maia)](/refguide/mendix-ai-assistance/)
61-
- [Maia Chat](/refguide/maia-chat/)
62-
- [Agent Instructions Standard](https://agents.md) – the full specification for the agent instructions
60+
- [Maia Chat](/refguide/maia-chat/)

0 commit comments

Comments
 (0)