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".
What this skill does
# 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.
Related in Design
contribute
IncludedLocal-only OSS contribution command center. Auto-refreshes the user's in-flight PR and issue state on invoke so conversations start with full context — no need to brief Claude on what's in flight. Helps the user find issues to contribute to on GitHub, builds per-repo dossiers of what each upstream expects (CLA, DCO, branch convention, AI policy, draft-first, review bots, issue templates), runs deterministic gates before any external action so AI-assisted contributions don't reach maintainers as slop. State is markdown-only: candidate files at ~/.contribute-system/candidates/, repo dossiers at ~/.contribute-system/research/, append-only event log at ~/.contribute-system/log.jsonl. No database, no cloud calls. Use when the user asks about their PRs / issues / contributions, wants to find new work to take on, claim an issue, build/refresh a repo's dossier, or draft a Design Issue or PR. Trigger with "/contribute", "what's my PR status", "find a contribution", "claim issue X", "draft a Design Issue for Y", "refresh dossier for Z".
architectural-analysis
IncludedUser-triggered deep architectural analysis of a codebase or scoped subtree across eight modes — information architecture, data flow, integration points, UI surfaces, interaction patterns, data model, control flow, and failure modes. This skill should be used when the user asks to "diagram this codebase," "map the architecture," "show the data flow," "give me an ERD," "trace control flow," "find the integration points," "verify the layout pattern," "audit the UX architecture," or any similar request whose primary deliverable is mermaid diagrams plus cited reports under docs/architecture/. Dispatches haiku/sonnet sub-agents in parallel for per-mode exploration, then verifies every citation mechanically before any node lands in a diagram. Not for one-off prose explanations of code (use code-explanation) or for high-level system design from scratch (use system-design).
mcp
IncludedModel Context Protocol (MCP) server development and tool management. Languages: Python, TypeScript. Capabilities: build MCP servers, integrate external APIs, discover/execute MCP tools, manage multi-server configs, design agent-centric tools. Actions: create, build, integrate, discover, execute, configure MCP servers/tools. Keywords: MCP, Model Context Protocol, MCP server, MCP tool, stdio transport, SSE transport, tool discovery, resource provider, prompt template, external API integration, Gemini CLI MCP, Claude MCP, agent tools, tool execution, server config. Use when: building MCP servers, integrating external APIs as MCP tools, discovering available MCP tools, executing MCP capabilities, configuring multi-server setups, designing tools for AI agents.
react-native-skia
IncludedDesign, build, debug, and optimise high-polish animated graphics in React Native or Expo using @shopify/react-native-skia, Reanimated, and Gesture Handler. Use when the user wants canvas-driven UI, shaders, paths, rich text, image filters, sprite fields, Skottie, video frames, snapshots, web CanvasKit setup, or performance tuning for custom motion-heavy elements such as loaders, hero art, cards, charts, progress indicators, particle systems, or gesture-driven surfaces. Also use when the user asks for fluid, glow, glass, blob, parallax, 60fps/120fps, or GPU-friendly animated effects in React Native, even if they do not explicitly say "Skia". Do not use for ordinary form/layout work with standard views.
plaid
IncludedProduct Led AI Development — guides founders from idea to launched product. Six capabilities: Idea (discover a product idea), Validate (pressure-test the idea against fatal flaws, problem reality, competition, and 2-week MVP feasibility), Plan (vision intake + document generation), Design (translate image references into a design.md spec), Launch (go-to-market strategy), and Build (roadmap execution). Use when someone says "PLAID", "plaid idea", "help me find an idea", "product idea", "idea from my business", "idea from my expertise", "plaid validate", "validate my idea", "pressure-test", "is this idea good", "find fatal flaws", "validate the problem", "plan a product", "define my vision", "generate a PRD", "product strategy", "plaid design", "design from image", "translate image to design", "create design.md", "extract design tokens", "plaid launch", "go-to-market", "launch plan", "GTM strategy", "launch playbook", "plaid build", "build the app", "start building", or "execute the roadmap".
nextjs-framer-motion-animations
IncludedAdds production-safe Motion for React or Framer Motion animations to Next.js apps, including reveal, hover and tap micro-interactions, whileInView, stagger, AnimatePresence, layout and layoutId transitions, reorder, scroll-linked UI, and lightweight route-content transitions. Use when the user asks to add, refactor, or debug Motion or Framer Motion in App Router or Pages Router codebases, especially around server/client boundaries, reduced motion, LazyMotion, bundle size, hydration, or route transitions. Avoid for GSAP-style timelines, WebGL or 3D scenes, heavy scroll storytelling, or CSS-only effects unless Motion is explicitly requested.