-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmarketplace.json
More file actions
31 lines (31 loc) · 1.05 KB
/
marketplace.json
File metadata and controls
31 lines (31 loc) · 1.05 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
{
"name": "lensesio",
"owner": {
"name": "Lenses.io",
"email": "info@lenses.io"
},
"metadata": {
"description": "Lenses-curated Kafka agent skills for Cursor, recommended for use with the Lenses MCP Server"
},
"plugins": [
{
"name": "kafka-skills",
"source": ".",
"description": "Seven Kafka skills (topic audit, consumer lag, perf review, schema, security, connectors, DLQ) powered by the Lenses MCP server",
"category": "data-engineering",
"tags": ["kafka", "lenses", "mcp", "audit", "observability"],
"homepage": "https://github.com/lensesio/agentic-engineering-for-apache-kafka",
"repository": "https://github.com/lensesio/agentic-engineering-for-apache-kafka",
"license": "MIT",
"skills": [
"./skills/kafka-topic-audit",
"./skills/kafka-consumer-lag",
"./skills/kafka-perf-review",
"./skills/kafka-schema-review",
"./skills/kafka-security-audit",
"./skills/kafka-connector-review",
"./skills/kafka-dlq-review"
]
}
]
}