Metadata-Version: 2.4
Name: skool-community-templates
Version: 1.0.0
Summary: CLI tool to generate Skool community management templates — onboarding checklists, DM sequences, content calendars, member reactivation workflows, and churn prevention systems.
Author-email: StickyHive <hello@stickyhive.ai>
License: MIT
Project-URL: Homepage, https://stickyhive.ai
Project-URL: Repository, https://github.com/stickyhive/skool-community-management-templates
Project-URL: Documentation, https://stickyhive.github.io/skool-community-management-templates/
Keywords: skool,community,community-management,templates,onboarding,dm-sequences,content-calendar,churn-prevention,member-engagement,skool-automation
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Office/Business
Classifier: Topic :: Communications
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# skool-community-templates

CLI tool to generate free Skool community management templates locally. Includes onboarding checklists, DM sequences, content calendars, member reactivation workflows, churn prevention systems, and engagement plans.

Built for Skool community owners who want proven templates they can copy, customize, and implement immediately.

## Install

```bash
pip install skool-community-templates
```

## Usage

### Generate all templates

```bash
skool-community-templates init
```

This creates a `./skool-templates/` directory with all 12 templates.

### Generate a specific template

```bash
skool-community-templates get dm-sequence
skool-community-templates get content-calendar
skool-community-templates get churn-alert
```

### List available templates

```bash
skool-community-templates list
```

## What's Included

### Templates

| Command | Template |
|---------|----------|
| `onboarding-checklist` | Step-by-step new member onboarding checklist |
| `dm-sequence` | 5-message DM sequence (Day 0 → Day 30) |
| `content-calendar` | Weekly posting schedule for Skool communities |
| `member-reactivation` | Messages for re-engaging inactive members |
| `weekly-digest` | Weekly community highlights post template |

### Workflows

| Command | Template |
|---------|----------|
| `welcome-workflow` | End-to-end new member welcome process |
| `inactive-rescue` | System for rescuing disengaging members |
| `trial-conversion` | Free-to-paid member conversion workflow |
| `churn-alert` | Early warning system for churn risk |

### Examples

| Command | Template |
|---------|----------|
| `30-day-plan` | Full 30-day community engagement plan |
| `7-day-activation` | First-week member activation sequence |
| `health-score` | Community health scoring framework |

## Use Cases

- **Launching a new Skool community** — use the 30-day engagement plan and content calendar
- **Fixing low engagement** — use the member reactivation templates and inactive rescue workflow
- **Reducing churn** — implement the churn risk alert workflow and health score tracking
- **Onboarding new members** — follow the onboarding checklist and DM sequence

## Automating These Workflows

These templates work great when run manually. If you want to automate them — scheduled posts, triggered DM sequences, member health monitoring, and churn alerts on autopilot — [StickyHive](https://stickyhive.ai) is a Skool community management tool built specifically for this.

## Source

All templates are open source: [github.com/stickyhive/skool-community-management-templates](https://github.com/stickyhive/skool-community-management-templates)

## License

MIT
