chat-domain-generator

Extend Luminaris AI chat with tools, prompts, KnowledgeGraph, and chat modes.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/web3br1/luminaristest --skill chat-domain-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chat-domain-generator
Source: https://github.com/web3br1/luminaristest/tree/main/.claude/skills/chat-domain-generator
Command: npx skills add https://github.com/web3br1/luminaristest --skill chat-domain-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires LuminarisAgentService, ChatService, KnowledgeGraphService, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill allows extending the functionality of AI chat by adding tools, intents, or modes to the Luminaris agent, enhancing the capabilities of both RAG and AGENT chat modes.

Core Features & Use Cases

  • Add New Tools: Integrate new OpenAI tool calls for extended agent functionality.
  • Customize RAG System Prompt: Modify the prompts for RAG (Reading Answer Generation) system to align with specific requirements.
  • Modify KnowledgeGraph: Integrate changes to the KnowledgeGraph for improved table and schema information.
  • New Chat Modes: Create new chat modes beyond the existing DOCUMENT and GENERIC options.

Quick Start

Add a new tool call to the AI chat using the chat-domain-generator skill.

Frequently Asked Questions about chat-domain-generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extend AI chat functionality with new tools and modes?

You can extend AI chat functionality by integrating new OpenAI tool calls, modifying RAG system prompts, and creating new chat modes beyond DOCUMENT and GENERIC using the chat-domain-generator. It allows adding tools, intents, and modes to the Luminaris agent.

How do I integrate KnowledgeGraph schema information into an AI chat agent?

To integrate KnowledgeGraph schema information into an AI chat agent, you can modify the KnowledgeGraph for improved table and schema information. This enhances the capabilities of both RAG and AGENT ERP chat modes.

Can I customize the RAG system prompt for specific requirements?

Yes, you can customize the RAG system prompt to align with specific requirements. The chat-domain-generator allows you to modify the prompts for the RAG system to tailor the reading answer generation behavior.

Do I need Luminaris Agent Service to implement action proposals in chat?

Yes, Luminaris Agent Service and Chat Service are required dependencies. Proper implementation of tool handling, proposal execution, and frontend confirmation for action proposals requires these services.

What are the limitations when adding new chat modes to an AI agent?

Adding new chat modes requires proper implementation of tool handling and proposal execution with frontend confirmation. The flow is limited to existing RAG and AGENT ERP modes, focusing on action proposal and confirmation.