deliverability-ops

31 stars 7 forks
28
C

Use when investigating inbox placement, reputation, and compliance signals across senders.

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/deliverability-ops
skilz install gtmagents/gtm-agents/deliverability-ops --agent opencode
skilz install gtmagents/gtm-agents/deliverability-ops --agent codex
skilz install gtmagents/gtm-agents/deliverability-ops --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/email-marketing/skills/deliverability-ops ~/.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
data ai
Primary Domain
data analysis
Market Score
28

Agent Skill Grade

C
Score: 74/100 Click to see breakdown

Score Breakdown

Spec Compliance
12/15
PDA Architecture
22/30
Ease of Use
19/25
Writing Style
8/10
Utility
12/20
Modifiers: +1

Areas to Improve

  • Missing Template Files
  • Playbook Steps Lack Actionable Detail
  • No Concrete Examples

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 found your skill while evaluating the grading framework—the deliverability-ops approach caught my attention because it treats email infrastructure as a first-class engineering problem rather than just configuration management. That said, the C-grade (74/100) suggests there's real opportunity to tighten up the architecture and documentation.

Links:

The TL;DR

You're at 74/100, C-grade territory—based on Anthropic's best practices for agentic skills. Your strongest area is Spec Compliance (12/15), which means the metadata and frontmatter are clean. The weakest areas are Utility (12/20) and Progressive Disclosure (22/30)—you've got the right structure, but you're missing the hands-on templates and examples that make skills actually usable.

What's Working Well

  • Clean metadata structure – Your YAML frontmatter is valid, and the skill name follows hyphen-case conventions properly
  • Consistent terminology – ISP, IP warmup, authentication signals stay consistent throughout
  • Focused scope – The skill doesn't try to be everything; it targets a specific problem (diagnosing and fixing email deliverability)
  • Professional tone – No marketing fluff, just instructional content

The Big One: Missing Template Files

This is your single biggest blocker. You mention three templates in lines 29-32:

  • Deliverability diagnostic worksheet
  • IP/domain warmup tracker
  • Compliance checklist

But they don't exist as actual files. Users need to create these from scratch, which defeats the purpose of having a skill.

The fix: Create three reference files in a references/templates/ directory:

  1. deliverability-diagnostic.md – A fill-in-the-blank diagnostic with fields for ISP breakdo...

Report Security Issue

Found a security vulnerability in this agent skill?