Files
leo-claude-mktplace/plugins/projman/.claude-plugin/plugin.json
lmiranda 011251c84e fix: use directory path format for commands/agents/skills
Claude Code requires simple directory paths like "./commands/"
not object declarations with individual entries.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-12 11:48:06 -05:00

22 lines
505 B
JSON

{
"name": "projman",
"version": "0.1.0",
"description": "Sprint planning and project management with Gitea and Wiki.js integration",
"author": {
"name": "Bandit Labs",
"email": "dev@banditlabs.io"
},
"license": "MIT",
"repository": "https://gitea.hotserv.cloud/bandit/support-claude-mktplace",
"keywords": [
"project-management",
"sprint-planning",
"gitea",
"wikijs",
"agile"
],
"commands": "./commands/",
"agents": "./agents/",
"skills": "./skills/"
}