Files
claude-plugins/.claude-plugin/marketplace.json
Emanuel Almeida d534e57349 fix: register all 12 plugins in marketplace.json
marketplace.json only had hello-plugin registered. Added all 12 plugins
(automacao, crm-ops, design-media, dev-tools, gestao, hello-plugin,
infraestrutura, marketing, negocio, perfex-dev, project-manager,
wordpress) so Claude Code can discover and load them.

This fixes "failed to load" errors for all descomplicar plugins.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 23:56:28 +00:00

131 lines
4.6 KiB
JSON

{
"name": "descomplicar-plugins",
"owner": {
"name": "Descomplicar",
"url": "https://descomplicar.pt"
},
"description": "Marketplace de plugins Claude Code da Descomplicar - ferramentas para agencia digital portuguesa",
"plugins": [
{
"name": "automacao",
"source": "./automacao",
"description": "Process automation with n8n workflows, Moloni integration, Dify, Flowise, Typebot, Chatwoot and AI tools. Backed by 9 Dify KB datasets.",
"version": "1.0.0",
"author": {
"name": "Descomplicar - Crescimento Digital",
"url": "https://descomplicar.pt"
}
},
{
"name": "crm-ops",
"source": "./crm-ops",
"description": "CRM operations, sales management, leads, customers, estimates, invoices, tickets and expense tracking with Desk CRM. Backed by 2 Dify KB datasets.",
"version": "1.0.0",
"author": {
"name": "Descomplicar - Crescimento Digital",
"url": "https://descomplicar.pt"
}
},
{
"name": "design-media",
"source": "./design-media",
"description": "UI/UX design, web design, video production with Remotion and PowerPoint generation. Backed by 3 Dify KB datasets.",
"version": "1.0.0",
"author": {
"name": "Descomplicar - Crescimento Digital",
"url": "https://descomplicar.pt"
}
},
{
"name": "dev-tools",
"source": "./dev-tools",
"description": "PHP, React, Next.js development, database design and frontend patterns. Backed by 7 Dify KB datasets.",
"version": "1.0.0",
"author": {
"name": "Descomplicar - Crescimento Digital",
"url": "https://descomplicar.pt"
}
},
{
"name": "gestao",
"source": "./gestao",
"description": "Project management, time tracking, daily checkups, worklogs, reflections, knowledge management and archiving. Backed by 6 Dify KB datasets.",
"version": "1.0.0",
"author": {
"name": "Descomplicar - Crescimento Digital",
"url": "https://descomplicar.pt"
}
},
{
"name": "hello-plugin",
"source": "./hello-plugin",
"description": "Plugin de exemplo para Claude Code. Demonstra skills, agents e hooks num formato minimo e didactico.",
"version": "1.0.0",
"author": {
"name": "Emanuel Almeida",
"url": "https://descomplicar.pt"
}
},
{
"name": "infraestrutura",
"source": "./infraestrutura",
"description": "Server management, CWP administration, EasyPanel deployments, security audits, backups and MCP development. Backed by 4 Dify KB datasets.",
"version": "1.0.0",
"author": {
"name": "Descomplicar - Crescimento Digital",
"url": "https://descomplicar.pt"
}
},
{
"name": "marketing",
"source": "./marketing",
"description": "Digital marketing strategy, SEO, content marketing, social media, ads, copywriting, video and YouTube. Backed by 25 Dify KB datasets including 10 marketing mentors.",
"version": "1.0.0",
"author": {
"name": "Descomplicar - Crescimento Digital",
"url": "https://descomplicar.pt"
}
},
{
"name": "negocio",
"source": "./negocio",
"description": "E-commerce architecture, SaaS strategy, product management, competitive research and financial management. Backed by 5 Dify KB datasets.",
"version": "1.0.0",
"author": {
"name": "Descomplicar - Crescimento Digital",
"url": "https://descomplicar.pt"
}
},
{
"name": "perfex-dev",
"source": "./perfex-dev",
"description": "Perfex CRM module development - controllers, views, forms, hooks, menus, migrations, permissions, security and database. Backed by 1 Dify KB dataset.",
"version": "1.0.0",
"author": {
"name": "Descomplicar - Crescimento Digital",
"url": "https://descomplicar.pt"
}
},
{
"name": "project-manager",
"source": "./project-manager",
"description": "Spec-driven project management with flexible sprints, scope validation, and NotebookLM-powered discovery.",
"version": "1.1.0",
"author": {
"name": "Descomplicar - Crescimento Digital",
"url": "https://descomplicar.pt"
}
},
{
"name": "wordpress",
"source": "./wordpress",
"description": "WordPress development, maintenance and optimization - plugins, themes, WooCommerce, Elementor, Crocoblock. Backed by 6 Dify KB datasets.",
"version": "1.0.0",
"author": {
"name": "Descomplicar - Crescimento Digital",
"url": "https://descomplicar.pt"
}
}
]
}