developer-community-moderation

Writes codes of conduct and moderation playbooks for developer communities.

2|Updated Sep 6, 2026
One-click install
npx skills add https://github.com/samber/developer-relations-skills --skill developer-community-moderation-samber
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: developer-community-moderation
Source: https://github.com/samber/developer-relations-skills/tree/main/skills/developer-community-moderation
Command: npx skills add https://github.com/samber/developer-relations-skills --skill developer-community-moderation-samber

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Developer communities need a code of conduct that can actually be enforced, not just published. This Skill produces the public conduct document plus the private enforcement machinery behind it: an escalation ladder, reporting channels, an incident-response runbook, a moderator roster, and platform control configuration. ## Core Features & Use Cases - Code of Conduct Authoring: Adapts established base documents (Contributor Covenant 2.1/3.0, Django) with real scope clauses, standards drawn from actual incidents, and a four-rung enforcement ladder with triggers and consequences. - Incident Response Runbook: Provides deadline clocks, intake checklists, two-grade recusal rules, decision rules, notification templates, and case-record schemas for handling live conduct reports. - Platform Controls & Volume Defense: Ranks moderation controls (rate limits, entry gates, trust levels, filters, bans) by inflow stopped per moderator hour, with specific defenses against spam raids and AI-generated submission floods. - Use Case: A maintainer whose Discord is getting hostile asks for a code of conduct; the Skill interviews them about governance and capacity, then ships the conduct document, reporting channels, runbook, and control sheet as an enforceable package. ## Quick Start Ask the assistant to write a code of conduct and moderation playbook for your open-source project's Discord and GitHub repository.

Frequently Asked Questions about developer-community-moderation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I write a code of conduct for an open-source project?

Start from an established base document like Contributor Covenant 3.0 or the Django code of conduct rather than writing from scratch. Rewrite the enforcement section to describe the procedure your team will actually follow, name real reporting channels, and publish a ladder with a trigger and consequence per rung.

How should a community handle a code of conduct report?

Acknowledge the report within a published window, preserve evidence before anything is deleted, apply recusal rules, then interview the reporter, witnesses, and the reported person in that order. Decide with a rule fixed in advance and notify with a four-part message: behaviour, impact, expected change, consequence.

Contributor Covenant 2.1 vs 3.0, which should I use?

Prefer 3.0 for a new document because it drops 2.1's line suggesting a public apology may be requested, which enforcement guidance warns against. The two versions use different section names, so state which one you are adapting when you copy text.

How do I stop spam raids and AI-generated submissions in my community?

Gate volume rather than trying to detect authorship, since there is no reliable technical indicator for AI-generated content. Rank controls by inflow removed per moderator hour: rate and interaction limits first, then entry gates and reputation requirements, with individual bans last.

What if our code of conduct can't be enforced against a founder or top maintainer?

Do not ship it. Practitioner guidance holds that a code must apply to the community's most powerful people, and a selectively enforced code is worse than none. The honest options are removing the exemption or publishing community guidelines without enforcement language.

Should the moderation team publish its full incident response playbook?

No. Publish a reporter-facing summary of what to expect, in what order, and by when, but keep the operational playbook internal and revisable. A published step-by-step procedure gets used to argue the team failed to follow its own process, which stalls enforcement.