crm-hygiene

31 stars 7 forks
28
D

Use to enforce stage definitions, next-step requirements, and data completeness across the pipeline.

Marketplace
Also in: data analysis

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/crm-hygiene
skilz install gtmagents/gtm-agents/crm-hygiene --agent opencode
skilz install gtmagents/gtm-agents/crm-hygiene --agent codex
skilz install gtmagents/gtm-agents/crm-hygiene --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-pipeline/skills/crm-hygiene ~/.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
ci cd
Market Score
28

Agent Skill Grade

D
Score: 65/100 Click to see breakdown

Score Breakdown

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

Areas to Improve

  • Description needs trigger phrases
  • Missing Reference Files for Templates
  • Vague 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've analyzed the crm-hygiene skill at 65/100 and here's an opening that feels genuine:

Took a look at your CRM hygiene skill—solid attempt at tackling data quality, though it feels like you're doing heavy lifting in areas that might benefit from more upfront validation. The 65/100 reflects some real gaps in Progressive Disclosure architecture that could cut your token usage significantly.

Links:

The TL;DR

You're at 65/100, squarely in D territory. This is based on Anthropic's skill best practices rubric. Your strongest area is Spec Compliance (11/15)—the frontmatter is valid and naming conventions are solid. But you're bleeding points in Progressive Disclosure (18/30) and Ease of Use (16/25) because the skill lacks supporting reference files and trigger phrases that would actually get people to use it.

What's Working Well

  • Valid frontmatter structure – Your YAML is clean and follows conventions properly
  • Solid problem domain – CRM data quality is a real pain point; the framework approach (Stage Definitions → Validation → Monitoring) is logical
  • Professional tone – No marketing fluff; stays instructional throughout
  • Reasonable conceptual framework – The 5-step structure gives users something to hang their hat on

The Big One: Missing Reference Files

This is your biggest drag on score. You mention three templates—Stage checklist, Hygiene scorecard, Escalation request form—but they're just listed, not provided. That means all the detail has to live in the main skill file, which bloats it and wastes tokens on context that could be delegated.

Here's the fix: Create actual reference files:

  • references/stage-checklist-template.md with fields, approvers, entry/exit crite...

Report Security Issue

Found a security vulnerability in this agent skill?