platform-frameworks

31 stars 7 forks
28
D

Use when tailoring content formats, hooks, and publishing mechanics for each social platform.

Marketplace
Also in: ci cd

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/platform-frameworks
skilz install gtmagents/gtm-agents/platform-frameworks --agent opencode
skilz install gtmagents/gtm-agents/platform-frameworks --agent codex
skilz install gtmagents/gtm-agents/platform-frameworks --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/social-media/skills/platform-frameworks ~/.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

D
Score: 66/100 Click to see breakdown

Score Breakdown

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

Areas to Improve

  • Missing Template Resources
  • Vague Trigger Terms
  • Inconsistent Command Voice

Recommendations

  • Address 2 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

Looking at the skill's coverage of framework abstractions, I noticed you're handling some complex cross-platform scenarios—what drew you to focusing on this particular angle of the problem?

Links:

The TL;DR

You're at 66/100, solidly in D territory. The report bases this on the Anthropic grading rubric for agentic skills. Your strongest area is Spec Compliance (12/15)—the frontmatter and basic structure are clean. The biggest drag is Progressive Disclosure Architecture (18/30)—you're listing template resources without actually providing them, which leaves users hanging.

What's Working Well

  • Spec compliance is tight - Valid YAML, proper naming conventions (hyphen-case), and all required fields present
  • Clear publishing checklist - The step-by-step validation workflow at the end is actionable and concrete
  • Real platform differences - You're not generic; you're calling out LinkedIn vs TikTok vs Instagram specifics (hook length, format styles, emoji usage)

The Big One: Missing Template Resources

This is killing your PDA score. You list three templates in the skill—"Hook bank by platform", "CTA formulas", and "Asset spec sheet"—but they're just listed with no actual content or links. Users see these names and think "great, reference material" but then have nowhere to go.

The fix: Create actual reference files. You need:

  • references/hook-bank.md - Platform-specific hook formulas (stat + POV, questions, contrarian takes)
  • references/cta-formulas.md - Conversation/traffic/conversion CTAs by platform
  • references/asset-specs.md - Dimensions, safe zones, length limits per platform

Then link them directly in the skill: `See Hook Bank for plat...

Report Security Issue

Found a security vulnerability in this agent skill?