multi-group-architecture
Installation
SKILL.md
When to use this skill
Use this skill when you need to:
- Support multiple LINE groups with independent configurations
- Implement group isolation for data and settings
- Handle group join/leave events automatically
- Manage per-group member lists and schedules
- Design scalable multi-tenant bot architecture
- Migrate from single-group to multi-group system
How to use it
Core Principles
- Group Isolation: Each group has completely separate data
- Automatic Registration: Groups auto-register when bot joins
- Independent Scheduling: Each group can have different broadcast times
- Context-Aware: All operations require group_id context