Claude-skill-registry community-ops

Use to orchestrate workflows, tooling, and automation for community programs.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/community-ops" ~/.claude/skills/majiayu000-claude-skill-registry-community-ops && rm -rf "$T"
manifest: skills/data/community-ops/SKILL.md
source content

Community Operations Playbook Skill

When to Use

  • Standing up new community channels, automation, or tooling.
  • Coordinating moderator schedules, onboarding flows, and partner access.
  • Auditing operations for consistency, compliance, or scale.

Framework

  1. Channel Setup – naming conventions, permissions, integrations, and backup owners.
  2. Workflow Automation – welcome flows, tagging, escalation triggers, and reporting pipelines.
  3. Resource Management – moderator rosters, ambassador kits, and knowledge base updates.
  4. Compliance & Security – access reviews, data retention, legal approvals, and crisis playbooks.
  5. Continuous Improvement – retros, tooling evaluations, and experiment backlog.

Templates

  • Channel launch checklist (config, automation, QA, analytics hooks).
  • Moderator shift planner with coverage heatmap.
  • Automation registry (flow, trigger, owner, status, notes).

Tips

  • Keep SOPs in a shared workspace with version history.
  • Pair with
    escalation
    skill to ensure automation ties into incident paths.
  • Review automation logs weekly to catch failures before members notice.