Agent skill
domain-b2b
(ePost) Use when working in a B2B module — Inbox, Monitoring, Composer, Smart Send, Communities, Archive, Contacts, Organization
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/domain-b2b
Metadata
Additional technical details for this skill
- keywords
-
module inbox monitoring composer smart-send smart send communities archive contacts organization smart-letter
- triggers
-
[ "which module", "module structure", "explore module", "understand module" ] - platforms
-
[ "web" ] - agent affinity
-
[ "epost-fullstack-developer", "epost-project-manager" ]
SKILL.md
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?