loyalty-modeling

31 stars 7 forks
28
D

Use to model economics, tiers, and impact forecasts for loyalty 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/loyalty-modeling
skilz install gtmagents/gtm-agents/loyalty-modeling --agent opencode
skilz install gtmagents/gtm-agents/loyalty-modeling --agent codex
skilz install gtmagents/gtm-agents/loyalty-modeling --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/loyalty-lifecycle-orchestration/skills/loyalty-modeling ~/.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
Technical
Meta-Domain
data ai
Primary Domain
machine learning
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
16/25
Writing Style
7/10
Utility
11/20
Modifiers: +1

Areas to Improve

  • Description needs trigger phrases
  • Missing Reference Files for Templates
  • Description Lacks Specific Triggers

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 noticed you're tackling the complexity of predictive loyalty modeling—that's a meaty problem where small implementation details can make the difference between useful insights and noise. Your score of 64 suggests the foundation is solid, but there might be some gaps in how the skill guides developers through the trickier parts of the system.

Links:

The TL;DR

You're at 64/100, solidly in D territory. This is based on Anthropic's skill grading standards across five pillars. Your strongest area is Spec Compliance (11/15)—the YAML and naming conventions are locked down. The weakest is Utility (11/20)—the framework exists but lacks the concrete templates, examples, and validation steps that would make it actually actionable for someone building a loyalty model.

What's Working Well

  • Valid YAML structure with required frontmatter fields in place
  • Hyphen-case naming follows conventions properly
  • Clear component breakdown (Inputs, Calculations, Outputs, Validation) provides decent conceptual scaffolding
  • Modular philosophy around keeping calculators separate is sound thinking

The Big One: Missing Reference Files and Templates

The framework mentions three specific templates (driver sheet, sensitivity table, executive summary) but doesn't actually provide them. This is your biggest bang-for-buck fix. Right now, when someone tries to use this skill, they get a conceptual outline without the concrete tools to execute it.

Here's the fix: Create references/ directory with:

  • driver-sheet-template.md – Shows the actual structure: Base Metrics tab (member count, transaction frequency, AOV, churn, CAC), tier structure columns, rewards cost breakdown
  • `sensiti...

Report Security Issue

Found a security vulnerability in this agent skill?