personalization-logic

31 stars 7 forks
28
D

Use when defining dynamic content rules, tokens, and conditional offers inside nurture 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/personalization-logic
skilz install gtmagents/gtm-agents/personalization-logic --agent opencode
skilz install gtmagents/gtm-agents/personalization-logic --agent codex
skilz install gtmagents/gtm-agents/personalization-logic --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/lead-nurture-orchestration/skills/personalization-logic ~/.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: 68/100 Click to see breakdown

Score Breakdown

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

Areas to Improve

  • Missing Reference Files
  • No Actionable Workflow
  • No Examples or Samples

Recommendations

  • Address 2 high-severity issues first
  • Add trigger phrases to description for discoverability
  • Add table of contents for files over 100 lines

Graded: 2026-01-24

Developer Feedback

I found your personalization-logic skill while reviewing the latest batch—the approach to handling user preference trees is clever, but I'm seeing some gaps in how the spec translates into actual implementation that's dragging your score down to 68.

Links:

The TL;DR

You're at 68/100, which puts you in D territory—needs work but fixable. This is based on Anthropic's skill best practices rubric. Your strongest pillar is Spec Compliance (12/15), but you're getting dinged hard on Progressive Disclosure Architecture (18/30) and Utility (12/20). The gap between a solid framework and a usable skill is mostly missing concrete examples and templates.

What's Working Well

  • Your framework is solid — the five-step flow (Segmentation Inputs → Content Blocks → Token Logic → Fallbacks → Testing) maps real personalization needs and shows you've thought through the domain.
  • Spec compliance is tight — valid YAML frontmatter, correct naming convention (hyphen-case), and you're using consistent terminology throughout ("segment," "token," "module"). No conflicts there.
  • Objectivity is clean — the tone stays instructional without marketing fluff, which is refreshing and appropriate for something this technical.

The Big One: Missing Templates and Examples

This is eating ~8 points and it's the easiest win. You mention three templates in your "Templates" section—personalization matrix, token dictionary, QA checklist—but they don't actually exist as reference files. You're telling people what to build without showing how.

Fix: Create three new files in a references/ directory:

  • references/personalization-matrix-template.md — actual table showing segment vs. ...

Report Security Issue

Found a security vulnerability in this agent skill?