Files
claude-plugins/dev-tools/knowledge/datasets.json
Emanuel Almeida 9404af7ac9 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>
2026-03-05 17:16:32 +00:00

111 lines
3.0 KiB
JSON

{
"description": "Knowledge sources (NotebookLM + Dify KB) for Development Tools domain",
"sources": {
"notebooklm": {
"description": "NotebookLM - conhecimento curado profundo via Gemini 2.5 RAG (PRIMARIO)",
"query_tool": "mcp__notebooklm__notebook_query",
"notebooks": [
{
"id": "2876d1fe-5cea-4d98-8140-b0e1a81c6bc4",
"title": "Claude Code",
"topics": [
"claude",
"code"
],
"maps_from_dify": "Claude Code"
},
{
"id": "73102308-70ef-403e-9be9-eae0cfc62d55",
"title": "Desenvolvimento de MCPs",
"topics": [
"mcp",
"servers"
],
"maps_from_dify": "MCP Servers"
},
{
"id": "57d9c6c9-48ba-4d83-8f71-cc890f348a53",
"title": "AI Code Editors",
"topics": [
"code"
],
"maps_from_dify": "VS Code"
},
{
"id": "24947ffa-0019-448a-a340-2f4a275d2eb1",
"title": "Programacao",
"topics": [
"desenvolvimento",
"software"
],
"maps_from_dify": "Desenvolvimento de Software"
},
{
"id": "ebee9fe1-78fd-4f85-8938-f19f3ea32131",
"title": "Obsidian + Claude",
"topics": [
"obsidian",
"claude",
"code"
],
"maps_from_dify": "Obsidian + Claude Code"
}
]
},
"dify_kb": {
"description": "Dify KB - datasets tematicos (FALLBACK)",
"query_tool": "mcp__dify-kb__dify_kb_retrieve_segments",
"datasets": [
{
"id": "98e74ec7-4b4d-4876-8321-7f26ae66c3a6",
"name": "Claude Code",
"priority": 1,
"document_count": 53,
"word_count": 1241283
},
{
"id": "02ca690a-a901-4034-9165-5ef42830f91e",
"name": "MCP Servers",
"priority": 1,
"document_count": 22,
"word_count": 158091
},
{
"id": "eafd864e-5331-4a1d-a7e2-603ec263e2e1",
"name": "VS Code",
"priority": 2,
"document_count": 52,
"word_count": 10450973
},
{
"id": "66ce30ab-a630-402b-8ae8-c3f44312e228",
"name": "Windsurf",
"priority": 2,
"document_count": 5,
"word_count": 98903
},
{
"id": "2e68ac58-12cc-4c6f-b000-2bfff8fe6fcb",
"name": "Claude Computer Use",
"priority": 2,
"document_count": 4,
"word_count": 17078
},
{
"id": "e7c7decc-0ded-4351-ab14-b110b3c38ec9",
"name": "Desenvolvimento de Software",
"priority": 1,
"document_count": 2,
"word_count": 534153
},
{
"id": "e38a510f-ca93-4407-8b44-c4c66efe01f8",
"name": "Obsidian + Claude Code",
"priority": 2,
"document_count": 121,
"word_count": 2292847
}
]
}
}
}