Develop Next Design extensions
Overview
Agentiqs helps you develop Next Design extensions.
By using the Next Design Extension Development skill, you can provide the AI with knowledge about the Next Design API, MetaModel API, and extension project structure, and use that knowledge to support extension design, code generation, and modification.
Supported generation methods
There are two main approaches:
- Script-based method (C# script / Python script): implementation using script files
- .NET DLL method: implementation by compiling C# into a .NET DLL
Prepare the environment
Create an extension-development-focused agent by creating an AI agent in DC Agentiqs and loading the extension development skill.
Create an AI agent in Agentiqs and configure the following:
- Skill: Add the skill stored in the path below to the AI agent by following the steps in Use Skills.
%localappdata%\DENSO CREATE\Agentiqs\app\skills\nextdesign-extension - Tool: Select "Next Design MCP" and enable the functions you want to use.
Using Next Design MCP allows you to create higher-quality extensions.
How to use
- Open the DC Agentiqs chat.
- Describe the extension you want to create and ask the agent to generate it. Refer to Supported generation methods for the actual output type.
- Verify the generated code in Next Design.
Notes
- Always verify generated code in Next Design.