messaging-frameworks

31 stars 7 forks
28
C

Use when building message houses, key statements, and proof structures for announcements or crises.

Marketplace
Also in: github ci cd terraform

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/messaging-frameworks
skilz install gtmagents/gtm-agents/messaging-frameworks --agent opencode
skilz install gtmagents/gtm-agents/messaging-frameworks --agent codex
skilz install gtmagents/gtm-agents/messaging-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/pr-communications/skills/messaging-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

C
Score: 70/100 Click to see breakdown

Score Breakdown

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

Areas to Improve

  • Missing template files in references/
  • No concrete examples or input/output pairs
  • Framework steps lack imperative verbs

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

I was checking out your messaging-frameworks skill and noticed you're taking a pragmatic approach to GTM messaging—the score landed at 70/100, which puts you in C territory. That tells me the fundamentals are solid, but there are some gaps in how you're delivering the value.

Links:

The TL;DR

You're at 70/100, graded against Anthropic's Claude Skills best practices. Your strongest area is Spec Compliance (12/15)—the YAML frontmatter and naming conventions are clean. Weakest is Utility (12/20)—you're describing a framework but not showing how to actually use it with examples and templates. Ease of Use and PDA both need work too (19/25 and 18/30).

What's Working Well

  • Spec compliance is solid – Your frontmatter is valid, the hyphen-case naming follows convention, and the structure is clean
  • Clear framework steps – The 5-step progression (Headline, Pillars, Proof Points, CTA, Guardrails) is logical and easy to follow
  • Consistent terminology – You stick with "message house," "pillars," "proof points" throughout, which makes it cohesive
  • Navigation is good – The sections are well-organized with clear headers; no confusion about what goes where

The Big One: Missing Templates and Examples

This is what's killing your Utility score. You mention templates in the skill but don't provide them:

"Templates: Message house diagram (headline, pillars, proof), FAQ builder (question, short answer, long answer, owner), Talking point checklist per spokesperson."

Here's the fix: Create a references/ directory at the skill's root level with actual template files:

  • references/message-house-template.md – A blank template users can copy/paste
  • `references/...

Report Security Issue

Found a security vulnerability in this agent skill?