-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmarketplace.json
More file actions
83 lines (83 loc) · 3.34 KB
/
Copy pathmarketplace.json
File metadata and controls
83 lines (83 loc) · 3.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "rudder-agent-skills",
"owner": {
"name": "RudderStack",
"email": "no-reply@rudderstack.com"
},
"metadata": {
"description": "Skills for working with RudderStack via CLI, MCP server, Terraform, and Profiles workflows.",
"version": "0.0.5"
},
"plugins": [
{
"name": "rudder-core",
"source": "./plugins/rudder-core",
"description": "Cross-tool RudderStack domain knowledge: data catalog, tracking plans, data graphs, instrumentation planning, instrumentation debugging, and destination delivery debugging.",
"author": {
"name": "RudderStack"
},
"homepage": "https://www.rudderstack.com/",
"repository": "https://github.com/rudderlabs/rudder-agent-skills",
"license": "MIT",
"category": "devtools",
"keywords": ["rudderstack", "instrumentation", "tracking-plan", "data-catalog", "data-graph", "destination-debugging"],
"tags": ["rudderstack", "domain"]
},
{
"name": "rudder-cli",
"source": "./plugins/rudder-cli",
"description": "Workflows for driving the rudder-cli and rudder-typer CLIs: validate, dry-run, apply, import, transformations.",
"author": {
"name": "RudderStack"
},
"homepage": "https://github.com/rudderlabs/rudder-iac",
"repository": "https://github.com/rudderlabs/rudder-agent-skills",
"license": "MIT",
"category": "devtools",
"keywords": ["rudderstack", "rudder-cli", "rudder-typer", "cli", "devtools"],
"tags": ["rudderstack", "cli"]
},
{
"name": "rudder-mcp",
"source": "./plugins/rudder-mcp",
"description": "Workflows for RudderStack's MCP server at mcp.rudderstack.com: connect AI/LLM agents to a RudderStack workspace and drive it via MCP tool calls.",
"author": {
"name": "RudderStack"
},
"homepage": "https://mcp.rudderstack.com/docs",
"repository": "https://github.com/rudderlabs/rudder-agent-skills",
"license": "MIT",
"category": "devtools",
"keywords": ["rudderstack", "mcp", "mcp-server", "ai-agent"],
"tags": ["rudderstack", "mcp"]
},
{
"name": "rudder-terraform",
"source": "./plugins/rudder-terraform",
"description": "Workflows for managing RudderStack with the Terraform provider: provider setup, resource/data-source usage, and plan/apply cycles.",
"author": {
"name": "RudderStack"
},
"homepage": "https://github.com/rudderlabs/terraform-provider-rudderstack",
"repository": "https://github.com/rudderlabs/rudder-agent-skills",
"license": "MIT",
"category": "devtools",
"keywords": ["rudderstack", "terraform", "iac", "hcl"],
"tags": ["rudderstack", "terraform"]
},
{
"name": "rudder-profiles",
"source": "./plugins/rudder-profiles",
"description": "Workflows for building RudderStack Profiles projects: setup, project creation, project analysis, controlled updates, and debugging.",
"author": {
"name": "RudderStack"
},
"homepage": "https://github.com/rudderlabs/profiles-mcp",
"repository": "https://github.com/rudderlabs/rudder-agent-skills",
"license": "MIT",
"category": "devtools",
"keywords": ["rudderstack", "profiles", "profile-builder", "identity-resolution", "feature-engineering"],
"tags": ["rudderstack", "profiles"]
}
]
}