Files
gh-gtmagents-gtm-agents-plu…/.claude-plugin/plugin.json
2025-11-29 18:30:23 +08:00

25 lines
658 B
JSON

{
"name": "data-enrichment-master",
"description": "Lead enrichment, firmographics, technographics, and data quality",
"version": "1.0.0",
"author": {
"name": "GTM Agents",
"email": "opensource@intentgpt.ai"
},
"skills": [
"./skills/data-sourcing/SKILL.md",
"./skills/firmographic-analysis/SKILL.md"
],
"agents": [
"./agents/data-specialist.md",
"./agents/company-analyst.md",
"./agents/quality-analyst.md",
"./agents/enrichment-expert.md"
],
"commands": [
"./commands/enrich-leads.md",
"./commands/append-data.md",
"./commands/clean-database.md",
"./commands/waterfall-enrichment.md"
]
}