reward-ops

31 stars 7 forks
28
D

Use to run day-to-day loyalty reward catalog management and fulfillment.

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/reward-ops
skilz install gtmagents/gtm-agents/reward-ops --agent opencode
skilz install gtmagents/gtm-agents/reward-ops --agent codex
skilz install gtmagents/gtm-agents/reward-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/loyalty-lifecycle-orchestration/skills/reward-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
general
Primary Domain
general
Market Score
28

Agent Skill Grade

D
Score: 68/100 Click to see breakdown

Score Breakdown

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

Areas to Improve

  • Description needs trigger phrases
  • Missing Reference Files
  • 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 what a skill for managing reward operations would look like—turns out you've built something that tackles a genuinely tricky domain, though the execution could use some tightening around the Progressive Disclosure architecture to really sing.

Links:

The TL;DR

You're at 68/100, which is D territory—needs work, but salvageable. This is based on Anthropic's skill best practices. Your strongest area is Spec Compliance (11/15), but Utility (11/20) is dragging you down hard. The gap between what you describe and what you actually deliver is the real problem here.

What's Working Well

  • Valid YAML structure – Frontmatter is clean and follows conventions correctly
  • Clear operational scope – You've identified a real domain problem (catalog management, fulfillment, vendor coordination)
  • Organized framework – The five-point structure (Governance, Fulfillment, Vendor Integration, Compliance, Monitoring) is logical and shows you've thought through the problem space
  • grep-friendly formatting – Got a bonus point for structure that's easy to parse

The Big One: Missing Reference Files

Here's what's killing your utility score: you mention templates and runbooks that don't exist. You say "Templates: Reward catalog spreadsheet... Fulfillment flowchart... Incident log + RCA template" but none of these are actually provided. This creates a gap where developers read your skill and think "okay, but where do I start?"

The fix: Create a references/ directory alongside SKILL.md with actual files:

  • catalog-template.md – Sample SKU metadata structure
  • fulfillment-flowchart.md – Visual or text-based workflow
  • incident-rca-template.md – Incident response template ...

Report Security Issue

Found a security vulnerability in this agent skill?