advocate-sourcing

31 stars 7 forks
28
D

Use to identify, score, and prioritize customer advocates for programs.

Marketplace
Also in: 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/advocate-sourcing
skilz install gtmagents/gtm-agents/advocate-sourcing --agent opencode
skilz install gtmagents/gtm-agents/advocate-sourcing --agent codex
skilz install gtmagents/gtm-agents/advocate-sourcing --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/customer-advocacy-orchestration/skills/advocate-sourcing ~/.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
github
Market Score
28

Agent Skill Grade

D
Score: 62/100 Click to see breakdown

Score Breakdown

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

Areas to Improve

  • Description needs trigger phrases
  • Missing Reference Files for PDA
  • Vague Trigger Terms in Metadata

Recommendations

  • Focus on improving Pda (currently 16/30)
  • Focus on improving Utility (currently 11/20)
  • Address 2 high-severity issues first

Graded: 2026-01-24

Developer Feedback

I've been digging through the skill grading results and noticed your advocate-sourcing skill landed at 62/100 — the scoring suggests some solid foundational thinking around sourcing strategies, but there's clearly room to tighten up the documentation and make the use cases more concrete for developers actually trying to implement this.

Links:

The TL;DR

You're at 62/100, which puts you in D territory. This is based on Anthropic's 5-pillar rubric for skill quality. Your strongest area is Spec Compliance (11/15) — the frontmatter is solid and naming is correct. The weak spot is Progressive Disclosure Architecture (16/30) — everything's crammed into one file with no reference structure to organize the complexity.

What's Working Well

  • Valid frontmatter structure — Your YAML is clean and follows conventions properly
  • Clear framework thinking — The 5-step workflow (Signal Collection → Scoring → Tiering → Backlog Management → Consent Tracking) is logically sound
  • Hyphen-case namingadvocate-sourcing follows the right conventions

The Big One: Missing PDA Structure (High Priority)

Right now, you've got everything in a single SKILL.md file. The report notes you have zero reference files, which kills your PDA score (-6 points potential gain). Here's the fix:

Create a references/ directory with three files:

  • references/scoring-model.md — Externalize that "weight value delivered, relationship strength" thinking with actual examples and formulas
  • references/templates.md — Provide the advocate roster spreadsheet template you mention but don't actually show
  • references/consent-tracking.md — Detail the compliance workflow separately

This alone gets you ...

Report Security Issue

Found a security vulnerability in this agent skill?