Domain B2B Modules Skill
Purpose
Deep per-module knowledge for B2B modules. Each module has a reference covering components, hooks, stores, API endpoints, and data flows.
Module Index
| Module | File | Description |
|---|---|---|
| Unified Inbox | references/unified-inbox.md |
Unified inbox for messages across channels |
| Monitoring | references/monitoring.md |
System monitoring and analytics dashboard |
| Communities | references/communities.md |
Community/organization group management |
| Smart Send | references/smart-send.md |
Bulk messaging with templates and audience targeting |
| Composer | references/composer.md |
Content composition and message creation |
| Archive | references/archive.md |
Document archival, search, and retention |
| Contacts | references/contacts.md |
Contact management, import, and groups |
| Organization | references/organization.md |
Organization settings, users, roles, permissions |
| Smart Letter | references/smart-letter.md |
Letter composition and rendering (new module) |
Usage
- Identify module from user query
- Read corresponding reference file
- Navigate to relevant section (components, hooks, APIs)
- Follow cross-module dependencies if needed
Cross-Module Integration
- Composer -> Contacts (recipient selection)
- Smart Send -> Composer (message creation)
- Smart Send -> Contacts (audience targeting)
- Archive -> Unified Inbox (message archival)
- Organization -> All modules (permissions, settings)
Data Flow Pattern
Component -> Hook -> Action -> Service -> Caller -> Backend API
Related Skills
web-nextjs— Next.js App Router conventionsweb-ui-lib— klara-theme component libraryweb-frontend— React patternsweb-modules— Module integration patterns