content-variants
Use when planning, approving, and versioning personalized creative assets.
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-variantsskilz install gtmagents/gtm-agents/content-variants --agent opencodeskilz install gtmagents/gtm-agents/content-variants --agent codexskilz install gtmagents/gtm-agents/content-variants --agent geminiFirst time? Install Skilz: pip install skilz
Works with 22+ AI coding assistants
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/gtmagents/gtm-agentscp -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...
spanish-language-tutor
by sandraschi
Comprehensive Spanish language expert covering grammar, conversation, regional dialects, and language learning strategies
frontend-dev-guidelines
by diet103
Frontend development guidelines for React/TypeScript applications. Modern patterns including Suspense, lazy loading, useSuspenseQuery, file organiz...
torch-geometric
by davila7
Graph Neural Networks (PyG). Node/graph classification, link prediction, GCN, GAT, GraphSAGE, heterogeneous graphs, molecular property prediction, ...
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
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. **...
Browse Category
More development Agentic SkillsReport Security Issue
Found a security vulnerability in this agent skill?
Report Security Issue
Thank you for helping keep SkillzWave secure. We'll review your report and take appropriate action.
Note: For critical security issues that require immediate attention, please also email security@skillzwave.ai directly.