community-ops

31 stars 7 forks
28
D

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

Marketplace

Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security

Installation for Agentic Skill

View all platforms →
skilz install gtmagents/gtm-agents/community-ops
skilz install gtmagents/gtm-agents/community-ops --agent opencode
skilz install gtmagents/gtm-agents/community-ops --agent codex
skilz install gtmagents/gtm-agents/community-ops --agent gemini

First time? Install Skilz: pip install skilz

Works with 22+ AI coding assistants

Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/gtmagents/gtm-agents
2. Copy the agent skill directory:
cp -r gtm-agents/plugins/community-orchestration/skills/community-ops ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

Agentic Skill Details

Repository
gtm-agents
Stars
31
Forks
7
Type
Non-Technical
Meta-Domain
development
Primary Domain
github
Market Score
28

Agent Skill Grade

D
Score: 64/100 Click to see breakdown

Score Breakdown

Spec Compliance
11/15
PDA Architecture
18/30
Ease of Use
15/25
Writing Style
8/10
Utility
11/20
Modifiers: +1

Areas to Improve

  • Description needs trigger phrases
  • Missing Template Artifacts
  • Vague Trigger Terms

Recommendations

  • Focus on improving Utility (currently 11/20)
  • Address 2 high-severity issues first
  • Add trigger phrases to description for discoverability

Graded: 2026-01-24

Developer Feedback

I was curious how you'd approach community management at scale—community-ops touches a lot of moving parts, and I noticed the grading picked up some gaps in how those pieces fit together.

Links:

The TL;DR

You're at 64/100, solidly in D territory. This is based on Anthropic's skill best practices. Your strongest area is Writing Style (8/10)—the voice is clear and operational. But Utility (11/20) and Ease of Use (15/25) are dragging things down. The skill has solid bones, but it needs more meat on them.

What's Working Well

  • Clear operational focus – Your writing stays instructional without marketing fluff. Sections like "Channel Setup" and "Automation Registry" are on-brand.
  • Consistent terminology – You use 'channel', 'automation', 'moderator' consistently throughout, so there's no confusion about what you're describing.
  • grep-friendly structure – Simple format means it's easy to parse and integrate.

The Big One: Missing Template Artifacts

Here's the thing: you mention templates—"Channel launch checklist (config, automation, QA, analytics hooks)", "Moderator shift planner with coverage heatmap"—but they're just names. No actual templates. No examples. No input/output pairs.

This tanks your Utility score because someone reading this skill has no idea what "config, automation, QA" actually means in practice. Are those config fields? YAML snippets? A checklist?

Fix: Create a references/ directory with actual templates as separate files:

  • references/channel-launch-checklist.md – actual checklist items
  • references/moderator-shift-planner.md – example schedule format
  • references/automation-registry.md – sample registry with filled rows

This alone bumps yo...

Report Security Issue

Found a security vulnerability in this agent skill?