Skip to main content
ClaudeWave
Skill2.7k repo starsupdated 3d ago

buzz-community

Build and manage open source community — Discord/Slack structure, contributor onboarding, ambassador program, community flywheel design, and GitHub community health. Use when asked to "build a community", "grow our Discord", "improve contributor experience", or "design a developer ambassador program".

Install in Claude Code
Copy
git clone --depth 1 https://github.com/jeremylongshore/tons-of-skills-marketplace /tmp/buzz-community && cp -r /tmp/buzz-community/plugins/ai-agency/tonone/skills/buzz-community ~/.claude/skills/buzz-community
Then start a new Claude Code session; the skill loads automatically.

SKILL.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.
beads-wardenSubagent

Guard the beads execution record: enforce the write-flush-verify discipline that defeats the bd rapid-write race, audit epic dependency graphs for cycles and orphans, catch closures whose title overstates what shipped, flag open beads carrying no disposition or a disproven premise, and reconcile bd against its GitHub and Plane projections. Owns RECORD INTEGRITY; delegates graph analysis to bead-dependency-mapper and epic-closure drift to bead-epic-auditor rather than duplicating them. Use before closing an epic, after any batch of bd writes, when a bead premise looks stale, or when auditing whether the record matches reality. Trigger with "audit beads", "check the bead DAG", "did that close actually land", "bead hygiene".

claim-verifierSubagent

Verify every factual assertion in a diff, PR body, commit message, bead note, or governing doc against the actual repository, and fail anything that cannot be substantiated by a command. Use before merging any PR that makes claims about counts, coverage, consumers, enforcement, provenance, or certification, and when auditing standing docs for rot. Trigger with "verify claims", "check this PR body", "is this claim true", "claim audit".

omarchy-plugin-architectSubagent

Design and build Omarchy (Quickshell/QML) bar-widget, panel, and service plugins that actually work on a stock install. Knows the hard runtime constraint (no node on the graphical session PATH), the first-party contracts (BarWidget, Panel, KeyboardPanel, PanelKeyCatcher, Service), the curl-from-QML data pattern, FileView persistence, and the marketplace submission bar. Use when starting a new Omarchy plugin, porting a plugin off an external runtime, wiring a service to a bar widget, or deciding how a widget should fetch and persist. Trigger with "build an omarchy plugin", "omarchy widget", "quickshell plugin", "port this plugin to QML".

omarchy-submission-auditorSubagent

Audit an Omarchy plugin before it reaches the marketplace: prove it installs and runs on a stock box (no node/python on the session PATH), run the omarchy-submit gate lane, validate on the rig with omarchy-plugin-validate and qmllint, and check the QML security invariants and first-party idiom contracts. Read-only: it reports and blocks, it does not rewrite the plugin. Use before submitting an entry, after any data-layer change, or when a plugin works on the dev box and you need to know whether it works for a real user. Trigger with "audit this omarchy plugin", "is this plugin submission ready", "will this plugin work when installed".

skill-auditorSubagent

Audit and fix Claude Code SKILL.md files against enterprise compliance standards: frontmatter completeness, required body sections, and style. Use when validating or repairing skills in a plugin directory. Trigger with "audit skill", "fix skill compliance".

getting-startedSkill

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.

guidesSkill

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.

agency-osSkill

|