content-variants

31 stars 7 forks
28
C

Use when planning, approving, and versioning personalized creative assets.

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/content-variants
skilz install gtmagents/gtm-agents/content-variants --agent opencode
skilz install gtmagents/gtm-agents/content-variants --agent codex
skilz install gtmagents/gtm-agents/content-variants --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/personalization-engine/skills/content-variants ~/.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

C
Score: 72/100 Click to see breakdown

Score Breakdown

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

Areas to Improve

  • Missing Reference Files for Templates
  • Vague Trigger Terms in Description
  • No Actionable Workflow Steps

Recommendations

  • Address 1 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 was digging through how skills handle content generation, and I noticed your content-variants approach tackles a pretty common problem—managing LLM output consistency across different contexts. The 72 score suggests you're in that tricky middle ground where the core idea is solid but there's room to tighten up the implementation details.

Links:

The TL;DR

You're at 72/100, which puts you in C territory—adequate work with real gaps. This is based on Anthropic's best practices for skill architecture. Your strongest area is Spec Compliance (12/15, solid YAML and naming), but Progressive Disclosure (18/30) is dragging you down. You've got good bones here, but the skill needs external reference files and clearer workflow guidance to really shine.

What's Working Well

  • Solid spec compliance – Your frontmatter is clean, YAML is valid, and naming conventions follow the hyphen-case standard perfectly
  • Clear problem domain – The framework structure (Variant Inventory → Versioning → Testing → Approval → Performance) makes logical sense
  • Consistent terminology – You use 'variant', 'asset', and 'approval' consistently throughout, which helps readers follow along
  • Grep-friendly structure – Clean, scannable format that works well in search contexts

The Big One: Missing Reference Files

This is what's really holding you back. Your Templates section lists three key templates as bullet points:

  • Variant matrix (channel × persona × lifecycle stage)
  • Approval checklist
  • Performance tracker

But these don't actually exist as separate files. This kills your PDA score because you're trying to cram guidance into inline descriptions instead of building a layered structure. **...

Report Security Issue

Found a security vulnerability in this agent skill?