Skillzwave Logo
Skillzwave

content-variants

28.6
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 agents

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

tailwind-shadcn-setup

by vanman2024

Setup Tailwind CSS and shadcn/ui component library for Next.js projects. Use when configuring Tailwind CSS, installing shadcn/ui, setting up design to...

89
B
TECHjavascript
Marketplace
+github+json

spanish-language-tutor

by sandraschi

Comprehensive Spanish language expert covering grammar, conversation, regional dialects, and language learning strategies

88
B
javascript
+github

frontend-dev-guidelines

by diet103

Frontend development guidelines for React/TypeScript applications. Modern patterns including Suspense, lazy loading, useSuspenseQuery, file organizati...

85
B
TECHjavascript

torch-geometric

by davila7

Graph Neural Networks (PyG). Node/graph classification, link prediction, GCN, GAT, GraphSAGE, heterogeneous graphs, molecular property prediction, for...

84
B
TECHjavascript
Marketplace
+machine learning

Agentic Skill Details

Repository
gtm-agents
Type
Non-Technical
Meta-Domain
development
Primary Domain
javascript
Market Score
28.6

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

  • Templates are listed as bullet points but not provided as separate reference files with actual examples
  • Description uses abstract terms 'planning, approving, versioning' without specific action triggers
  • Framework lists what to document but not how to execute the workflow step-by-step

Recommendations

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

Graded: 1/24/2026

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. The fix: Create references/ directory with three markdown files:

  • references/variant-matrix-template.md (with concrete example: channels, personas, actual data)
  • references/approval-checklist.md (actual checklist items, not just concepts)
  • references/performance-tracker.md (sample tracking table with real metrics)

This alone would bump you +5 points into the mid-70s by improving PDA and Utility.

Other Things Worth Fixing

  1. Vague trigger phrases – Your description says "planning, approving, versioning" but these don't match how people actually search. Add specific triggers like "create variant matrix", "track variant performance", "audit creative inventory" in your frontmatter description.

  2. Framework lacks actionable steps – "Catalog base asset, variant name, audience..." reads like a checklist of fields rather than steps. Break it into actual actions: "Create spreadsheet → Document base asset ID → Assign unique variant name → Tag audience segment" etc.

  3. No validation section – You mention a "Performance tracker" but no guidance on how to validate variants work or check for completeness. Add a validation section covering: completeness checks, CDN verification, compliance audit, expiration flagging.

  4. Inconsistent voice – Mixing "catalog base asset" with "note experiment IDs" creates friction. Pick imperative throughout ("Catalog...", "Note...") or noun form throughout.

Quick Wins

  • Add three reference files with actual templates and examples (+5 points)
  • Rewrite description with specific trigger phrases like "create variant matrix" (+3 points)
  • Convert framework bullet points into numbered action steps (+2 points)
  • Add validation/feedback loops section (+2 points)

These moves would realistically push you into B territory (80+) without major restructuring.


Checkout your skill here: SkillzWave.ai | SpillWave We have an agentic skill installer that install skills in 14+ coding agent platforms. Check out this guide on how to improve your agentic skills.

Report Security Issue

Found a security vulnerability in this agent skill?