Files
claude-plugins/design-media/knowledge/datasets.json
Emanuel Almeida 6b3a6f2698 feat: refactor 30+ skills to Anthropic progressive disclosure pattern
- All SKILL.md files now <500 lines (avg reduction 69%)
- Detailed content extracted to references/ subdirectories
- Frontmatter standardised: only name + description (Anthropic standard)
- New skills: brand-guidelines, spec-coauthor, report-templates, skill-creator
- Design skills: anti-slop guidelines, premium-proposals reference
- Removed non-standard frontmatter fields (triggers, version, author, category)

Plugins affected: infraestrutura, marketing, dev-tools, crm-ops, gestao,
core-tools, negocio, perfex-dev, wordpress, design-media

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 15:05:03 +00:00

57 lines
1.7 KiB
JSON

{
"description": "Knowledge sources for Design and Media domain",
"sources": {
"notebooklm": {
"description": "NotebookLM - conhecimento curado profundo via Gemini 2.5 RAG (PRIMARIO)",
"query_tool": "mcp__notebooklm__notebook_query",
"notebooks": [
{
"id": "9053d0e8-dd39-460b-b5ea-e67af3e9a675",
"title": "Social Media e Branding",
"topics": [
"canva"
]
},
{
"id": "081ca512-8279-4850-b2b9-dff090267482",
"title": "UI/UX Design",
"topics": [
"usabilidade"
]
}
],
"pending": [
{
"title": "Manual Normas Graficas Descomplicar 2023",
"source": "PDF 64.5MB - Hub/02-Descomplicar/Design/Identidade/Manual_Descomplicar_2023.pdf",
"status": "pendente - upload manual necessario"
},
{
"title": "Brand Strategy (Brand Master Academy)",
"source": "11 podcasts - Hub/04-Recursos/Knowledge-Base/MDs/YouTube/Brand_Master_Academy/",
"status": "pendente - criar notebook + upload"
}
]
},
"brand_packs": {
"description": "Brand packs JSON para identidade visual por cliente",
"path": "/media/ealmeida/Dados/Hub/04-Recursos/Design/brands/",
"brands": [
{
"slug": "descomplicar",
"name": "Descomplicar - Consultoria e Desenvolvimento",
"colors": {
"primary": "#dd7500",
"secondary": "#cc8d00",
"accent": "#f2d9a2"
},
"fonts": {
"heading": "Nexa",
"body": "Roboto"
}
}
]
}
}
}