feat: sync all plugins, skills, agents updates
New plugins: core-tools New skills: auto-expense, ticket-triage, design, security-check, aiktop-tasks, daily-digest, imap-triage, index-update, mindmap, notebooklm, proc-creator, tasks-overview, validate-component, perfex-module, report, calendar-manager New agents: design-critic, design-generator, design-lead, design-prompt-architect, design-researcher, compliance-auditor, metabase-analyst, gitea-integration-specialist Updated: all plugin configs, knowledge datasets, existing skills Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,10 +1,62 @@
|
||||
{
|
||||
"description": "Dify KB datasets for Infrastructure domain",
|
||||
"query_tool": "mcp__dify-kb__dify_kb_retrieve_segments",
|
||||
"datasets": [
|
||||
{"id": "b2a4d2c5-fe55-412c-bc28-74dbd611905d", "name": "CWP Centos Web Panel", "priority": 1, "document_count": 10, "word_count": 599430},
|
||||
{"id": "7f63ec0c-6321-488c-b107-980140199850", "name": "TI", "priority": 1, "document_count": 115, "word_count": 29448495},
|
||||
{"id": "bde4eddd-4618-402c-8bfb-bb947ed9219d", "name": "Linux", "priority": 2, "document_count": 4, "word_count": 336446},
|
||||
{"id": "cc7f000a-ad86-49b6-b59b-179e65f8a229", "name": "AWS", "priority": 2, "document_count": 14, "word_count": 5125632}
|
||||
]
|
||||
}
|
||||
"description": "Knowledge sources (NotebookLM + Dify KB) for Infrastructure domain",
|
||||
"sources": {
|
||||
"notebooklm": {
|
||||
"description": "NotebookLM - conhecimento curado profundo via Gemini 2.5 RAG (PRIMARIO)",
|
||||
"query_tool": "mcp__notebooklm__notebook_query",
|
||||
"notebooks": [
|
||||
{
|
||||
"id": "0ded7bd6-69b3-4c76-b327-452396bf7ea7",
|
||||
"title": "CWP",
|
||||
"topics": [
|
||||
"cwp",
|
||||
"centos",
|
||||
"web",
|
||||
"panel"
|
||||
],
|
||||
"maps_from_dify": "CWP Centos Web Panel"
|
||||
},
|
||||
{
|
||||
"id": "f9a79b5a-649f-4443-afaf-7ff562b6c2e7",
|
||||
"title": "Cloud e Infraestrutura TI",
|
||||
"topics": [],
|
||||
"maps_from_dify": "TI"
|
||||
}
|
||||
]
|
||||
},
|
||||
"dify_kb": {
|
||||
"description": "Dify KB - datasets tematicos (FALLBACK)",
|
||||
"query_tool": "mcp__dify-kb__dify_kb_retrieve_segments",
|
||||
"datasets": [
|
||||
{
|
||||
"id": "b2a4d2c5-fe55-412c-bc28-74dbd611905d",
|
||||
"name": "CWP Centos Web Panel",
|
||||
"priority": 1,
|
||||
"document_count": 10,
|
||||
"word_count": 599430
|
||||
},
|
||||
{
|
||||
"id": "7f63ec0c-6321-488c-b107-980140199850",
|
||||
"name": "TI",
|
||||
"priority": 1,
|
||||
"document_count": 115,
|
||||
"word_count": 29448495
|
||||
},
|
||||
{
|
||||
"id": "bde4eddd-4618-402c-8bfb-bb947ed9219d",
|
||||
"name": "Linux",
|
||||
"priority": 2,
|
||||
"document_count": 4,
|
||||
"word_count": 336446
|
||||
},
|
||||
{
|
||||
"id": "cc7f000a-ad86-49b6-b59b-179e65f8a229",
|
||||
"name": "AWS",
|
||||
"priority": 2,
|
||||
"document_count": 14,
|
||||
"word_count": 5125632
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user