Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:30:25 +08:00
commit 92f7c7980a
14 changed files with 457 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
{
"name": "data-signal-enrichment",
"description": "Signal normalization, provider orchestration, and data quality governance",
"version": "1.0.0",
"author": {
"name": "GTM Agents",
"email": "opensource@intentgpt.ai"
},
"skills": [
"./skills/waterfall-blueprint/SKILL.md",
"./skills/provider-scorecard/SKILL.md",
"./skills/signal-taxonomy/SKILL.md",
"./skills/identity-resolution/SKILL.md",
"./skills/validation-rulebook/SKILL.md"
],
"agents": [
"./agents/signal-integrator.md",
"./agents/provider-ops-lead.md",
"./agents/data-quality-steward.md"
],
"commands": [
"./commands/run-waterfall-enrichment.md",
"./commands/normalize-signals.md",
"./commands/audit-provider-health.md"
]
}