- Add marketplace-lean.json (6 plugins) and marketplace-full.json (12 plugins) - Add .mcp-lean.json (gitea only) and .mcp-full.json (5 servers) - Create scripts/switch-profile.sh for easy profile switching - Update sprint-status.md with conditional skill loading - Set lean profile as default (~14k token savings) Lean profile includes: projman, git-flow, pr-review, clarity-assist, code-sentinel, doc-guardian Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
110 lines
4.3 KiB
JSON
110 lines
4.3 KiB
JSON
{
|
|
"name": "leo-claude-mktplace",
|
|
"owner": {
|
|
"name": "Leo Miranda",
|
|
"email": "leobmiranda@gmail.com"
|
|
},
|
|
"metadata": {
|
|
"description": "Project management plugins with Gitea and NetBox integrations",
|
|
"version": "7.0.0"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "projman",
|
|
"version": "3.4.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/leo-claude-mktplace/src/branch/main/plugins/projman/README.md",
|
|
"repository": "https://gitea.hotserv.cloud/personal-projects/leo-claude-mktplace.git",
|
|
"hooks": ["./hooks/hooks.json"],
|
|
"category": "development",
|
|
"tags": ["sprint", "agile", "gitea", "project-management"],
|
|
"license": "MIT"
|
|
},
|
|
{
|
|
"name": "git-flow",
|
|
"version": "1.2.0",
|
|
"description": "Git workflow automation with intelligent commit messages and branch management",
|
|
"source": "./plugins/git-flow",
|
|
"author": {
|
|
"name": "Leo Miranda",
|
|
"email": "leobmiranda@gmail.com"
|
|
},
|
|
"homepage": "https://gitea.hotserv.cloud/personal-projects/leo-claude-mktplace/src/branch/main/plugins/git-flow/README.md",
|
|
"repository": "https://gitea.hotserv.cloud/personal-projects/leo-claude-mktplace.git",
|
|
"hooks": ["./hooks/hooks.json"],
|
|
"category": "development",
|
|
"tags": ["git", "workflow", "commits", "branching"],
|
|
"license": "MIT"
|
|
},
|
|
{
|
|
"name": "pr-review",
|
|
"version": "1.1.0",
|
|
"description": "Multi-agent pull request review with confidence scoring and actionable feedback",
|
|
"source": "./plugins/pr-review",
|
|
"author": {
|
|
"name": "Leo Miranda",
|
|
"email": "leobmiranda@gmail.com"
|
|
},
|
|
"homepage": "https://gitea.hotserv.cloud/personal-projects/leo-claude-mktplace/src/branch/main/plugins/pr-review/README.md",
|
|
"repository": "https://gitea.hotserv.cloud/personal-projects/leo-claude-mktplace.git",
|
|
"hooks": ["./hooks/hooks.json"],
|
|
"category": "development",
|
|
"tags": ["code-review", "pull-requests", "security", "quality"],
|
|
"license": "MIT"
|
|
},
|
|
{
|
|
"name": "clarity-assist",
|
|
"version": "1.2.0",
|
|
"description": "Prompt optimization and requirement clarification with ND-friendly accommodations",
|
|
"source": "./plugins/clarity-assist",
|
|
"author": {
|
|
"name": "Leo Miranda",
|
|
"email": "leobmiranda@gmail.com"
|
|
},
|
|
"homepage": "https://gitea.hotserv.cloud/personal-projects/leo-claude-mktplace/src/branch/main/plugins/clarity-assist/README.md",
|
|
"repository": "https://gitea.hotserv.cloud/personal-projects/leo-claude-mktplace.git",
|
|
"hooks": ["./hooks/hooks.json"],
|
|
"category": "productivity",
|
|
"tags": ["prompts", "requirements", "clarification", "nd-friendly"],
|
|
"license": "MIT"
|
|
},
|
|
{
|
|
"name": "code-sentinel",
|
|
"version": "1.0.1",
|
|
"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/leo-claude-mktplace/src/branch/main/plugins/code-sentinel/README.md",
|
|
"repository": "https://gitea.hotserv.cloud/personal-projects/leo-claude-mktplace.git",
|
|
"hooks": ["./hooks/hooks.json"],
|
|
"category": "security",
|
|
"tags": ["security-scan", "refactoring", "vulnerabilities"],
|
|
"license": "MIT"
|
|
},
|
|
{
|
|
"name": "doc-guardian",
|
|
"version": "1.1.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/leo-claude-mktplace/src/branch/main/plugins/doc-guardian/README.md",
|
|
"repository": "https://gitea.hotserv.cloud/personal-projects/leo-claude-mktplace.git",
|
|
"hooks": ["./hooks/hooks.json"],
|
|
"category": "productivity",
|
|
"tags": ["documentation", "drift-detection", "sync"],
|
|
"license": "MIT"
|
|
}
|
|
]
|
|
}
|