Files
claude-plugins/project-manager/knowledge/datasets.json
Emanuel Almeida 35ab627cae feat(project-manager): integrate NotebookLM into discover and brainstorm v1.1
Add NotebookLM (Gemini 2.5 RAG) as primary internal knowledge source for
/discover and /brainstorm skills, complementing existing Dify KB datasets.

- /discover: NotebookLM as first source in Fase 1 (Pesquisa Interna)
- /brainstorm: NotebookLM Passo A before Dify KB Passo B in Fase 2
- datasets.json: dual-source structure (notebooklm + dify_kb)
- plugin.json: bump to v1.1.0, update description
- 7 notebooks mapped to topics for intelligent routing

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07 21:48:45 +00:00

29 lines
1.4 KiB
JSON

{
"description": "Knowledge sources for Project Manager plugin",
"sources": {
"notebooklm": {
"description": "NotebookLM - conhecimento curado profundo via Gemini 2.5 RAG",
"tools": ["mcp__notebooklm__search_notebooks", "mcp__notebooklm__ask_question"],
"notebooks": [
{"id": "perfex-crm-knowledge-base", "topics": ["perfex", "crm", "modulos", "extensoes"]},
{"id": "claude-code-advanced-knowledge", "topics": ["claude-code", "mcp", "skills", "plugins", "frameworks"]},
{"id": "stack-tecnol-gica-ia-descompli", "topics": ["ia", "saas", "n8n", "crewai", "sifide", "automacao"]},
{"id": "centos-web-panel-cwp-complete", "topics": ["cwp", "servidores", "hosting", "seguranca", "linux"]},
{"id": "obsidian-knowledge-system", "topics": ["obsidian", "vault", "pkm", "bases", "plugins"]},
{"id": "whatsms-zender-platform", "topics": ["whatsms", "zender", "whatsapp", "sms"]},
{"id": "e-commerce-portugal-estrat-gia", "topics": ["ecommerce", "portugal", "pmes", "mercado"]}
]
},
"dify_kb": {
"description": "Dify KB - boas praticas gerais e datasets tematicos",
"tool": "mcp__dify-kb__dify_kb_retrieve_segments",
"datasets": [
{"name": "Gestao de Projetos", "priority": 1},
{"name": "Gestao de Processos", "priority": 1},
{"name": "Estrategia", "priority": 2},
{"name": "Produtividade", "priority": 2}
]
}
}
}