segmentation

31 stars 7 forks
28
B

Use when designing filters, suppression logic, and personalization cohorts for campaigns or automations.

Marketplace
Also in: github

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/segmentation
skilz install gtmagents/gtm-agents/segmentation --agent opencode
skilz install gtmagents/gtm-agents/segmentation --agent codex
skilz install gtmagents/gtm-agents/segmentation --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/email-marketing/skills/segmentation ~/.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
javascript
Market Score
28

Agent Skill Grade

B
Score: 82/100 Click to see breakdown

Score Breakdown

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

Areas to Improve

  • Marketing Language in Title
  • Vague Workflow Steps
  • Missing Feedback Loop Details

Recommendations

  • Add trigger phrases to description for discoverability
  • Add table of contents for files over 100 lines

Graded: 2026-01-24

Developer Feedback

I was curious how you'd approach the token efficiency of a chunking strategy—your PDA score reflects some solid architectural thinking, though there's room to tighten up the progressive disclosure in a couple of sections.

Links:

The TL;DR

You're at 82/100, solid B-grade territory. This is based on Anthropic's skill best practices. Your strongest pillar is Utility (17/20)—the segmentation frameworks and JSON examples actually solve real problems. Weakest area is Spec Compliance (12/15), but that's mostly minor trigger phrase gaps. You've got a lean, practical skill here; just needs some structural tightening.

What's Working Well

  • Solid utility – The lifecycle grid, priority scoring, and segmentation matrix aren't theoretical; they're frameworks people can actually use. The JSON filter examples are concrete enough to copy-paste.
  • Good reference architecture – Offloading the segmentation matrix to assets/segmentation_matrix.md keeps the main SKILL.md lean (36 lines). That's the right balance.
  • Clear terminology – You're consistent with "segment," "filter," "suppression," and "cohort" throughout. No confusion about what you mean.
  • Actionable tips section – Mentioning dashboards, A/B testing, and schema documentation shows you've thought about the feedback loop, even if it could be more explicit.

The Big One: Workflow Steps Need More Teeth

Your Framework section (lines 14-17) lists concepts, but it reads more like a checklist than a workflow. Right now you've got:

  • Lifecycle Grid
  • Data Integrity
  • Priority Scoring

But someone using this skill doesn't know when to do each step or *ho...

Report Security Issue

Found a security vulnerability in this agent skill?