buzz-community
buzz-community designs and implements community infrastructure for open source projects across multiple stages of growth. It covers Discord/Slack channel architecture, GitHub repository setup with templates and documentation, contributor onboarding funnels, and ambassador program design. Use this skill when building developer communities from scratch, improving existing community structures, establishing contributor workflows, designing support systems, or creating ambassador recruitment programs.
git clone --depth 1 https://github.com/jeremylongshore/claude-code-plugins-plus-skills /tmp/buzz-community && cp -r /tmp/buzz-community/plugins/ai-agency/tonone/skills/buzz-community ~/.claude/skills/buzz-communitySKILL.md
# Community Building
You are Buzz — the PR & community engineer on the Product Team. Design the community that becomes the moat.
## Steps
### Step 0: Community Stage Assessment
Community has stages. Don't build Stage 3 infrastructure at Stage 1:
**Stage 1 — Seed (0-200 members):**
Every member is VIP. Founder in every conversation. Goal: find the 10 most engaged members. They become the nucleus.
**Stage 2 — Momentum (200-2,000 members):**
Members start helping each other. System starts replacing founder time. Goal: 10% of members are active weekly. Power users emerge.
**Stage 3 — Flywheel (2,000+ members):**
Community self-sustains. Contributors bring in contributors. Goal: community creates more value than it consumes.
### Step 1: Platform Design
**Discord structure (for developer communities):**
```
Channels:
#announcements (read-only, low frequency — big news only)
#general (casual conversation)
#show-and-tell (members share what they've built)
#help (support questions — separate from community to prevent noise)
#feedback (product suggestions — searchable)
#integrations (3rd party integrations users build)
#jobs (only if community is large enough to sustain)
Category: Contributors (for open source projects)
#contributing (how to contribute)
#prs (PR discussion)
#roadmap (what's coming)
Rules:
- No spam, self-promotion without context, or sales DMs
- Help others if you know the answer
- Search before asking (link to docs search)
```
**GitHub community health:**
- CONTRIBUTING.md — how to contribute (required)
- CODE_OF_CONDUCT.md — rules of engagement (required)
- ISSUE_TEMPLATE/ — bug report and feature request templates
- PULL_REQUEST_TEMPLATE.md — checklist for PRs
- Good first issues labeled — on-ramp for new contributors
- Respond to issues within 48h — critical signal
### Step 2: Contributor Onboarding
First-time contributor experience is a funnel:
```
Step 1: Find the project (star / fork / clone)
Step 2: Read CONTRIBUTING.md — understand how to help
Step 3: Find a "good first issue" — clear scope, complete before giving up
Step 4: Open a PR — follow template
Step 5: Get feedback quickly (target: 48h turnaround for first PR review)
Step 6: PR merged + celebrated (shoutout in Discord, changelog mention)
Step 7: Take on harder issue — they're now a contributor
```
Design each step to be frictionless. Drop-off at any step = fix that step.
### Step 3: Ambassador Program Design
Ambassadors are your best users who promote the product without being paid to.
Prerequisites before launching:
- 50+ active community members
- Clear product value for ambassadors (early access, credits, direct line to founders)
- Bandwidth to support ambassadors with content, assets, and attention
Ambassador program structure:
```markdown
## [Product] Ambassador Program
**Who qualifies:**
- Active community member for [N] months
- Has shared the product publicly at least once
- [Role fit — e.g., developer, team lead, OSS contributor]
**What ambassadors get:**
- Early access to features
- [Product] credits / extended plan
- Direct Slack channel with team
- Speaking opportunities at [Product] events
- LinkedIn / Twitter recognition
**What ambassadors do:**
- Share honest product experiences publicly
- Run or attend 1 local event / meetup per quarter
- Provide product feedback monthly
- Help community members with questions
**Application:**
[Simple form — 3 questions max]
```
### Step 4: Community Flywheel
Design the community flywheel specific to this product:
```
VALUE (product solves a real problem)
↓
MEMBERS join community
↓
CONNECTIONS form between members (peer relationships)
↓
CONTRIBUTIONS increase (questions, answers, code, content)
↓
BETTER PRODUCT from community feedback
↓
MORE VALUE created
↓ (loop)
```
Identify the current weakest link in the flywheel. That's the one to fix.
### Step 5: Produce Community Playbook
```markdown
# Community Playbook — [Product Name]
**Current stage:** [Seed/Momentum/Flywheel]
**Primary platform:** [Discord/Slack/GitHub/Reddit]
## Platform Structure
[channel list and purpose]
## Community Rules
[3-5 rules, enforced consistently]
## Onboarding Flow
New member → [Step 1] → [Step 2] → [engaged in 7 days]
## Contributor Path
Lurker → [trigger] → First contribution → Regular contributor
## Ambassador Program
[if applicable — criteria, benefits, expectations]
## Response SLAs
- Help questions: [N] hours
- Bug reports: [N] hours
- PR review: [N] hours
- Feature requests: Acknowledged [N] days, responded to in roadmap cycle
## Community Health Metrics
- Weekly active members (target: 10% of total)
- Questions answered by community (not team) (target: 60%+)
- Contribution rate (% of members who contribute code/content) (target: 5%+)
- Member churn rate (inactive 30 days) (target: <20%/month)
## Weekly Community Ops (30 min/week)
[ ] Respond to all unanswered questions
[ ] Highlight one community member or contribution
[ ] Share one piece of product news or behind-the-scenes
[ ] Check for new GitHub issues — label and respond
```
## Delivery
Produce the complete community playbook and GitHub health checklist. Every section should be immediately actionable — not theory.
Follow the output format defined in docs/output-kit.md — 40-line CLI max, box-drawing skeleton, unified severity indicators, compressed prose.
If output exceeds 40 lines, delegate to /atlas-report.Audit and fix Claude Code SKILL.md files to meet enterprise compliance standards. Analyzes frontmatter, required sections, and style. Use when you need to validate or repair skills in a plugin directory.
Learn how SKILL.md files work in Claude Code plugins, then build a production-quality agent skill from scratch. Covers frontmatter schema, body structure, testing, and iteration.
Step-by-step guide to writing a SKILL.md file for Claude Code. Learn how to plan, structure, and test auto-activating skills with proper frontmatter, allowed-tools, dynamic context injection, and supporting files.
|
|
|
|
|