- Add doc-guardian v1.0.0 with PostToolUse and Stop hooks - Add code-sentinel v1.0.0 with PreToolUse hook - Update marketplace version to 2.3.0 - Update projman version to 2.3.0 - Update hookMapping for new plugins Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
112 lines
4.3 KiB
JSON
112 lines
4.3 KiB
JSON
{
|
|
"name": "claude-code-marketplace",
|
|
"owner": {
|
|
"name": "Leo Miranda",
|
|
"email": "leobmiranda@gmail.com"
|
|
},
|
|
"metadata": {
|
|
"description": "Project management plugins with Gitea and NetBox integrations",
|
|
"version": "2.3.0"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "projman",
|
|
"version": "2.3.0",
|
|
"description": "Sprint planning and project management with Gitea integration",
|
|
"source": "./plugins/projman",
|
|
"author": {
|
|
"name": "Leo Miranda",
|
|
"email": "leobmiranda@gmail.com"
|
|
},
|
|
"homepage": "https://gitea.hotserv.cloud/personal-projects/support-claude-mktplace/src/branch/main/plugins/projman/README.md",
|
|
"repository": "https://gitea.hotserv.cloud/personal-projects/support-claude-mktplace.git",
|
|
"mcpServers": ["gitea"],
|
|
"integrationFile": "claude-md-integration.md"
|
|
},
|
|
{
|
|
"name": "doc-guardian",
|
|
"version": "1.0.0",
|
|
"description": "Automatic documentation drift detection and synchronization",
|
|
"source": "./plugins/doc-guardian",
|
|
"author": {
|
|
"name": "Leo Miranda",
|
|
"email": "leobmiranda@gmail.com"
|
|
},
|
|
"homepage": "https://gitea.hotserv.cloud/personal-projects/support-claude-mktplace/src/branch/main/plugins/doc-guardian/README.md",
|
|
"repository": "https://gitea.hotserv.cloud/personal-projects/support-claude-mktplace.git",
|
|
"mcpServers": [],
|
|
"integrationFile": "claude-md-integration.md",
|
|
"hooks": ["PostToolUse", "Stop"]
|
|
},
|
|
{
|
|
"name": "code-sentinel",
|
|
"version": "1.0.0",
|
|
"description": "Security scanning and code refactoring tools",
|
|
"source": "./plugins/code-sentinel",
|
|
"author": {
|
|
"name": "Leo Miranda",
|
|
"email": "leobmiranda@gmail.com"
|
|
},
|
|
"homepage": "https://gitea.hotserv.cloud/personal-projects/support-claude-mktplace/src/branch/main/plugins/code-sentinel/README.md",
|
|
"repository": "https://gitea.hotserv.cloud/personal-projects/support-claude-mktplace.git",
|
|
"mcpServers": [],
|
|
"integrationFile": "claude-md-integration.md",
|
|
"hooks": ["PreToolUse"]
|
|
},
|
|
{
|
|
"name": "project-hygiene",
|
|
"version": "0.1.0",
|
|
"description": "Post-task cleanup hook that removes temp files and manages orphaned files",
|
|
"source": "./plugins/project-hygiene",
|
|
"author": {
|
|
"name": "Leo Miranda",
|
|
"email": "leobmiranda@gmail.com"
|
|
},
|
|
"homepage": "https://gitea.hotserv.cloud/personal-projects/support-claude-mktplace/src/branch/main/plugins/project-hygiene/README.md",
|
|
"repository": "https://gitea.hotserv.cloud/personal-projects/support-claude-mktplace.git",
|
|
"mcpServers": [],
|
|
"integrationFile": "claude-md-integration.md",
|
|
"hooks": ["PostToolUse"]
|
|
},
|
|
{
|
|
"name": "cmdb-assistant",
|
|
"version": "1.0.0",
|
|
"description": "NetBox CMDB integration for infrastructure management",
|
|
"source": "./plugins/cmdb-assistant",
|
|
"author": {
|
|
"name": "Leo Miranda",
|
|
"email": "leobmiranda@gmail.com"
|
|
},
|
|
"homepage": "https://gitea.hotserv.cloud/personal-projects/support-claude-mktplace/src/branch/main/plugins/cmdb-assistant/README.md",
|
|
"repository": "https://gitea.hotserv.cloud/personal-projects/support-claude-mktplace.git",
|
|
"mcpServers": ["netbox"],
|
|
"integrationFile": "claude-md-integration.md"
|
|
},
|
|
{
|
|
"name": "claude-config-maintainer",
|
|
"version": "1.0.0",
|
|
"description": "CLAUDE.md optimization and maintenance for Claude Code projects",
|
|
"source": "./plugins/claude-config-maintainer",
|
|
"author": {
|
|
"name": "Leo Miranda",
|
|
"email": "leobmiranda@gmail.com"
|
|
},
|
|
"homepage": "https://gitea.hotserv.cloud/personal-projects/support-claude-mktplace/src/branch/main/plugins/claude-config-maintainer/README.md",
|
|
"repository": "https://gitea.hotserv.cloud/personal-projects/support-claude-mktplace.git",
|
|
"mcpServers": [],
|
|
"integrationFile": "claude-md-integration.md"
|
|
}
|
|
],
|
|
"pluginDetection": {
|
|
"mcpServerMapping": {
|
|
"gitea": "projman",
|
|
"netbox": "cmdb-assistant"
|
|
},
|
|
"hookMapping": {
|
|
"PostToolUse:Write|Edit": "project-hygiene",
|
|
"PostToolUse:Write|Edit|MultiEdit": "doc-guardian",
|
|
"PreToolUse:Write|Edit|MultiEdit": "code-sentinel"
|
|
}
|
|
}
|
|
}
|