signal-scoring

31 stars 7 forks
28
D

Use to design composite intent scoring models with decay, weighting, and governance.

Marketplace
Also in: machine learning

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/signal-scoring
skilz install gtmagents/gtm-agents/signal-scoring --agent opencode
skilz install gtmagents/gtm-agents/signal-scoring --agent codex
skilz install gtmagents/gtm-agents/signal-scoring --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/intent-signal-orchestration/skills/signal-scoring ~/.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: 68/100 Click to see breakdown

Score Breakdown

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

Areas to Improve

  • Description needs trigger phrases
  • Missing Template Files
  • Weak Description Triggers

Recommendations

  • Address 1 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 exploring signal-scoring implementations, and I'm curious how you're approaching the scoring logic—particularly how you're weighting different signal types to avoid false positives. The skill scores well on utility (68/100), but there's room to tighten up the specification and make the scoring heuristics more transparent.

Links:

TL;DR

You're at 68/100, which puts you in solid D territory. This is based on Anthropic's progressive disclosure architecture standards for agentic skills. Your Writing Style is your strongest pillar (8/10)—the framework is clear and well-organized. The weakest spots are Spec Compliance (11/15) and PDA (18/30), mainly because you're missing trigger phrases in the description and the templates you mention aren't actually provided as reference files.

What's Working Well

  • Clear framework structure – Your 5-step approach (Source Inventory → Weighting → Decay Logic → Tier Definition → Governance) is logical and easy to follow. The progression makes sense for someone building a scoring model.
  • Strong writing voice – You're using imperative language consistently ("list", "assign", "set") and keeping the tone instructional rather than marketing-y. That's exactly what developers want.
  • Practical governance angle – The governance section with "audit tiers," "change log," and "review cadence" addresses a real pain point—most scoring frameworks ignore the human side of maintenance.

The Big One: Missing Template Files

Your biggest friction point is right here: you mention three templates (Scoring worksheet, Tier definition matrix, Change log) but don't actually provide them. This tanks your PDA score and leaves developers hanging at the...

Report Security Issue

Found a security vulnerability in this agent skill?