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

  1. Group Isolation: Each group has completely separate data
  2. Automatic Registration: Groups auto-register when bot joins
  3. Independent Scheduling: Each group can have different broadcast times
  4. Context-Aware: All operations require group_id context
Related skills
Installs
3
GitHub Stars
1
First Seen
Feb 21, 2026