coaching-framework

31 stars 7 forks
28
D

Use to structure competency rubrics, scoring guides, and coaching plan templates.

Marketplace

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/coaching-framework
skilz install gtmagents/gtm-agents/coaching-framework --agent opencode
skilz install gtmagents/gtm-agents/coaching-framework --agent codex
skilz install gtmagents/gtm-agents/coaching-framework --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/sales-coaching/skills/coaching-framework ~/.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
general
Primary Domain
general
Market Score
28

Agent Skill Grade

D
Score: 69/100 Click to see breakdown

Score Breakdown

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

Areas to Improve

  • Description needs trigger phrases
  • Missing Template References
  • Non-Actionable Framework Steps

Recommendations

  • Address 3 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've been working with coaching frameworks myself, and I'm curious how you're structuring the feedback loops here—the 69 score suggests there's solid foundation but the architecture might be fighting against itself somewhere.

Links:

The TL;DR

You're at 69/100, which puts you in D territory—not broken, but missing some key pieces. This is based on how Anthropic evaluates skill architecture: whether users can actually discover and use it, how well it guides agents through workflows, and whether it delivers real value. Your Writing Style is solid at 8/10, but Progressive Disclosure and Ease of Use are dragging you down at 18/30 and 18/25 respectively.

What's Working Well

  • Clear voice consistency: You're using imperative language ("Keep rubrics", "Provide examples") that agents can follow, and you've kept everything focused on practical application without fluff.
  • Good naming conventions: coaching-framework is properly formatted, your YAML frontmatter is valid, and the 32-line file is appropriately lean.
  • Logical structure: The Framework section with 5 steps and the Tips section flow well—someone can actually understand what you're trying to do.

The Big One: Templates and Examples Are Just Listed, Not Included

This is your biggest miss. You mention three template types (competency card, coaching plan outline, calibration worksheet) but provide zero actual templates. That's like describing what a recipe book should contain without any recipes.

Why it matters: An agent reading this skill knows what to create but not how. The Utility score dropped to 12/20 partly because of this—you're all theory, no concrete working examples.

The fix: Create a `references/t...

Report Security Issue

Found a security vulnerability in this agent skill?