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.mdsource 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
- Channel Setup – naming conventions, permissions, integrations, and backup owners.
- Workflow Automation – welcome flows, tagging, escalation triggers, and reporting pipelines.
- Resource Management – moderator rosters, ambassador kits, and knowledge base updates.
- Compliance & Security – access reviews, data retention, legal approvals, and crisis playbooks.
- 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
skill to ensure automation ties into incident paths.escalation - Review automation logs weekly to catch failures before members notice.