A skill and plugin manager with a user interface
- JavaScript 86%
- HTML 12.8%
- Shell 0.9%
- Batchfile 0.3%
Bulk formatting normalization - emphasis style, line spacing, AI signature removal. Companion to main repo d4b657a workspace cleanup. |
||
|---|---|---|
| lib | ||
| test-scan | ||
| tests | ||
| .gitignore | ||
| app.js | ||
| BUGFIX-SUMMARY.md | ||
| CLAUDE.md | ||
| FINAL_SUMMARY.md | ||
| HOW_TO_TEST.md | ||
| IMPLEMENTATION_COMPLETE.md | ||
| index.html | ||
| install.bat | ||
| install.sh | ||
| LICENSE | ||
| OPTIMIZATION_GUIDE.md | ||
| package.json | ||
| plugin.json | ||
| PULL_REQUEST.md | ||
| QUICK_START.md | ||
| README.md | ||
| README_FIX.md | ||
| README_SKILLS.md | ||
| SECURITY_AUDIT_GUIDE.md | ||
| SECURITY_SCAN_FIX.md | ||
| server-static.js | ||
| server.js | ||
| SKILLS_IMPLEMENTATION.md | ||
| start.bat | ||
| start.sh | ||
| VERIFICATION_REPORT.md | ||
| verify-api.sh | ||
Claude_plugins-skills-manager
🚀 How to Use
Install Plugin
Clone Repository
git clone https://github.com/Arxchibobo/Claude_plugins-skills-manager.git cd Claude_plugins-skills-manager
Windows users
install.bat start.bat
macOS/Linux users
chmod +x install.sh start.sh ./install.sh ./start.sh
Access Interface
Open your browser and visit: http://localhost:3456
🎯 Core Features
Plugins Management
- Browse 95+ plugins
- Grouped by marketplace
- Real-time search and filtering
- View detailed configuration
Skills Management
- View user-level skills
- View project-level skills
- Search and View Details
- README Documentation View
Security Audit (New)
- Automated security scanning powered by Claude Code CLI
- Real-time scan progress and results visualization
- Issue classification by severity (Critical/High/Medium/Low)
- Scan history management (last 10 scans)
- Intelligent caching for performance (1-hour TTL)
- Detailed issue reports with fix recommendations
- Complete Guide