Skip to content

Commit d091d82

Browse files
Skill overview and improvements of instructions
1 parent d47149f commit d091d82

3 files changed

Lines changed: 18 additions & 8 deletions

File tree

content/en/docs/refguide/mendix-ai-assistance/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Guidance:
5353
* **Maia Learn** – helps you to quickly learn Mendix core concepts and get started with Studio Pro. For more information, see [Maia Learn](/refguide/maia-learn/).
5454
* **Maia Explain** – helps you easily understand a microflow or a nanoflow. It explains the general purpose of the logic and highlights specific technical details to help you understand the logic further. For more information, see [Maia Explain](/refguide/maia-explain/).
5555
* **Maia Agent Skills** – lets you define modular, reusable instructions that extend Maia with domain-specific knowledge. Maia applies them automatically whenever relevant, eliminating the need to repeat the same context across conversations. For more information, see [Maia Agent Skills](/refguide/maia-agent-skills/).
56-
* **Maia Agent Instructions** – lets you define project- or module-level instructions (AGENTS.md) that steer agent behavior. Use them to set common context for your prompts, such as naming conventions or language preferences, so they are automatically included whenever relevant. For more information, see [Maia Agent Instructions](/refguide/maia-instructions/).
56+
* **Maia Agent Instructions** – lets you define project- or module-level instructions (AGENTS.md) that steer agent behavior. Use them to set common context for your prompts, such as company conventions or environment restrictions, so they are automatically included whenever relevant. For more information, see [Maia Agent Instructions](/refguide/maia-instructions/).
5757

5858
Recommenders:
5959

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,19 @@ For more information on how skills and reference files load, and when they apply
104104

105105
At the start of each chat session, Maia becomes aware of all agent skills in your project. As you work, Maia picks up the relevant skill content automatically. You do not need to reference or invoke skills explicitly.
106106

107-
Make sure to provide informative description of a skill as this is the only information Maia uses to decide whether to read your skill.
107+
Make sure to provide informative description of a skill as this is the leading information Maia uses to decide whether to read your skill.
108108

109109
If you add or edit a skill while a session is active, those changes take effect the next time you start a chat.
110110

111+
## Skill overview
112+
113+
Since Studio Pro 11.12, Maia lets you list all registered agent skills. Click the **Skills** button next to
114+
**Add** in the Maia input area to open the skill overview pane. The pane shows whether each skill loaded
115+
successfully, including any error message, the references that were found, and the module the skill belongs to.
116+
117+
Updates to skills, whether you add a new skill or change an existing one, appear only after you start a new session.
118+
You can force Maia to sync skill information mid-session by clicking **Sync** in the skill overview pane.
119+
111120
## Limitations {#limitations}
112121

113122
* Only Markdown files are supported as reference files. Files in other formats are ignored.

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,21 @@ This feature was released as part of [Maia Make](/refguide/maia-make/) capabilit
1515
To use Maia Agent Instructions, an internet connection and signing in to Studio Pro are required.
1616
{{% /alert %}}
1717

18-
Maia Instructions are a [standard-compliant](https://agents.md) way to steer the behavior of the agent for your project or module. They allow you to define common
19-
context of your prompts (such as naming conventions or styling preferences) only once as they are automatically loaded when necessary.
18+
Maia Instructions are agent instructions that are automatically added to the conversation context. They let you define shared prompt context, such as company conventions or environment restrictions, once and reuse it when needed.
2019

21-
They can be provided on the project level or on the module level. Project-level instructions are automatically included in every conversation started within the given project. Module-level instructions are automatically included whenever documents in the given module are read, updated, or created.
20+
They can be provided at the project level or module level. Project-level instructions are included in every conversation in the project. Module-level instructions are included whenever Maia starts working in the given module.
21+
22+
Maia Instructions follow the [AGENTS.md standard](https://agents.md) for agent instructions.
2223

2324
## Maia Instructions vs. Agent Skills {#instructions-vs-skills}
2425

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

2728
| | Instructions | Skills |
2829
| ------------- | --------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
29-
| Loading | Deterministically loaded, whenever working with the given project or module | Agent decides to load skills on demand, based on their description |
30-
| Applicability | Project or module-wide instructions that should always be part of context (e.g. preferred language) | Instructions that are applicable only in certain situations (e.g. microflow conventions) |
31-
| Organization | Single file, should be kept as short as possible | Allows you to split instructions into multiple files 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 |
3233

3334
## Creating a New Maia Instruction {#creating-instructions}
3435

0 commit comments

Comments
 (0)