Files
leo-claude-mktplace/.claude-plugins/projman-marketplace/.claude-plugin/marketplace.json
lmiranda b611b08283 feat: add project-hygiene plugin
Post-task cleanup hook that runs after Claude completes work:
- Deletes temp files (*.tmp, *.bak, __pycache__, etc.)
- Warns about unexpected files in project root
- Identifies orphaned files (test_*, debug_*, *_backup.*)
- Logs actions to .dev/logs/
- Supports project-local config via .hygiene.json

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

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

22 lines
570 B
JSON

{
"name": "projman-marketplace",
"owner": {
"name": "Bandit Labs",
"email": "dev@banditlabs.io"
},
"plugins": [
{
"name": "projman",
"version": "0.1.0",
"description": "Sprint planning and project management with Gitea and Wiki.js integration",
"source": "./../../projman"
},
{
"name": "project-hygiene",
"version": "0.1.0",
"description": "Post-task cleanup hook that removes temp files, warns about unexpected root files, and manages orphans",
"source": "./../../project-hygiene"
}
]
}