cxo-briefing-kit

31 stars 7 forks
28
C

Use to package concise executive updates, decks, and decision logs for enterprise pursuits.

Marketplace
Also in: github 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/cxo-briefing-kit
skilz install gtmagents/gtm-agents/cxo-briefing-kit --agent opencode
skilz install gtmagents/gtm-agents/cxo-briefing-kit --agent codex
skilz install gtmagents/gtm-agents/cxo-briefing-kit --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/enterprise-sales/skills/cxo-briefing-kit ~/.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: 73/100 Click to see breakdown

Score Breakdown

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

Areas to Improve

  • Description needs trigger phrases
  • Missing trigger words in description
  • Template outlines without examples

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 took a look at your cxo-briefing-kit skill and noticed you're trying to solve the executive communication problem—helping people distill technical complexity into talking points that actually land with leadership. The 73-point grade suggests the core idea is solid, but there are some structural gaps in how the skill guides users through that process.

Links:

TL;DR

You're at 73/100, which is C-territory—adequate with some gaps. Your writing style is the strongest pillar (8/10), but Progressive Disclosure Architecture and Utility are dragging things down. The issue isn't the concept; it's that the skill tells people what to do but doesn't show them how to do it effectively.

What's Working Well

  • Solid voice consistency – You're using imperative language throughout ("articulate risks," "specify decisions"), which keeps things directive and clear.
  • Real use cases – Your "When to Use" section nails the actual scenarios (preparing sponsor briefings, logging decisions after reviews). That's the good stuff that makes people reach for a skill.
  • Clean structure – A 32-line skill that doesn't bloat with unnecessary cruft. You respect the user's time.

The Big One: Template Examples Are Missing

Here's what's killing your utility score (14/20): You list three template types—the one-slide exec update, briefing memo outline, and decision log—but you don't show what they actually look like. Users can guess the structure, but guessing beats the whole point of a skill.

Fix this: Create a references/templates.md file with actual minimal examples. Show structure, not just concept:

## One-Slide Exec Update
**Headline:** [Deal name] – [Stage] – [Confidence %]
**Key Metric:** $[...

Report Security Issue

Found a security vulnerability in this agent skill?