community-program-matrix

31 stars 7 forks
28
D

Planning framework for mapping community programming across personas, channels, and cadences.

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-program-matrix
skilz install gtmagents/gtm-agents/community-program-matrix --agent opencode
skilz install gtmagents/gtm-agents/community-program-matrix --agent codex
skilz install gtmagents/gtm-agents/community-program-matrix --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-building/skills/community-program-matrix ~/.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: 63/100 Click to see breakdown

Score Breakdown

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

Areas to Improve

  • Description needs trigger phrases
  • Missing Reference Files for Templates
  • Weak Trigger Terms in Description

Recommendations

  • Focus on improving Pda (currently 16/30)
  • Focus on improving Utility (currently 11/20)
  • Address 2 high-severity issues first

Graded: 2026-01-24

Developer Feedback

I've been looking at how you're structuring community programs—the matrix approach is clever for mapping stakeholder needs to program benefits, but I'm noticing the skill itself could use some refinement to make it genuinely useful for teams actually building these programs.

Links:

The TL;DR

You're at 63/100, solidly in D territory. This is based on Anthropic's skill best practices around architecture and usability. Your strongest area is Spec Compliance (11/15)—the YAML frontmatter is solid. The real drag is Progressive Disclosure Architecture (16/30) and Utility (11/20). You've got the right bones here, but the skill needs more meat on them.

What's Working Well

  • Valid YAML structure – Your frontmatter is correct, which is the foundation everything else sits on
  • Clear framework thinking – The 5-step approach (persona grid, channels, cadence, measurement, iterations) shows you understand the problem space
  • Consistent terminology – "Persona," "channel," "cadence" are used uniformly throughout, which makes it easy to follow
  • Realistic scope – You're not trying to solve everything; you've picked a focused problem

The Big One: Missing Reference Files and Templates

Here's what's killing your PDA score: you mention templates—spreadsheet/Notion templates, slide decks, resource planning worksheets—but they don't actually exist. They're just listed as bullet points. This violates the whole idea of Progressive Disclosure Architecture, which is about layering content efficiently.

Fix: Create a references/ directory with actual templates:

  • references/program-grid-template.md – A Markdown table showing a 3x4 matrix (3 personas × 4 channels) with exa...

Report Security Issue

Found a security vulnerability in this agent skill?