meddic-checklist

31 stars 7 forks
28
C

Use to inspect qualification coverage across Metrics, Economic buyer, Decision criteria, Decision process, Implications, Champion.

Marketplace
Also in: monitoring

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/meddic-checklist
skilz install gtmagents/gtm-agents/meddic-checklist --agent opencode
skilz install gtmagents/gtm-agents/meddic-checklist --agent codex
skilz install gtmagents/gtm-agents/meddic-checklist --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-calls/skills/meddic-checklist ~/.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
Technical
Meta-Domain
development
Primary Domain
testing
Market Score
28

Agent Skill Grade

C
Score: 70/100 Click to see breakdown

Score Breakdown

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

Areas to Improve

  • Description needs trigger phrases
  • Missing Template Files
  • Weak Trigger Terms in Description

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 took a look at your meddic-checklist skill, and I'm curious about the choice to structure this as a checklist framework rather than, say, a more interactive qualification tool—is the idea that developers using this want to apply MEDDIC methodology without needing a full state machine, or are you keeping it intentionally lightweight for now?

Links:

The TL;DR

You're at 70/100, which puts you in solid C territory. The grading's based on Anthropic's skill spec standards. Your strongest area is Spec Compliance (11/15) with valid frontmatter and naming conventions, but the big gaps are in Ease of Use (18/25) and Utility (12/20)—basically, the skill describes what MEDDIC is but doesn't guide how to execute it or show what the output looks like.

What's Working Well

  • Clean frontmatter structure – Your YAML is valid with all required fields present
  • Consistent MEDDIC terminology – You use the framework elements consistently throughout (Metrics, Economic buyer, Decision criteria, etc.) without creating confusion
  • Appropriate scope for a checklist – You're not trying to build a full qualification engine, which keeps the skill focused
  • grep-friendly formatting – The skill picks up a nice +1 modifier for structural clarity

The Big One

Your description lacks explicit trigger phrases, which is tanking your Ease of Use and Spec Compliance scores. Right now it reads like a technical explanation: "Use to inspect qualification coverage across Metrics, Economic buyer..." but developers looking for this skill won't find it because the description doesn't include action verbs like "meddic analysis," "qualify deal," "run meddic," or "check qualification."

Fix: Rewrite your fron...

Report Security Issue

Found a security vulnerability in this agent skill?