A skill and plugin manager with a user interface
  • JavaScript 86%
  • HTML 12.8%
  • Shell 0.9%
  • Batchfile 0.3%
Find a file
Arxchibobo 237823df77 chore: AI metadata cleanup + markdown formatting
Bulk formatting normalization - emphasis style, line spacing, AI signature removal.
Companion to main repo d4b657a workspace cleanup.
2026-06-01 12:37:57 +08:00
lib chore: AI metadata cleanup + markdown formatting 2026-06-01 12:37:57 +08:00
test-scan chore: AI metadata cleanup + markdown formatting 2026-06-01 12:37:57 +08:00
tests chore: AI metadata cleanup + markdown formatting 2026-06-01 12:37:57 +08:00
.gitignore chore: add .claude/settings.local.json to .gitignore to prevent committing secrets 2026-01-09 10:13:56 +08:00
app.js chore: AI metadata cleanup + markdown formatting 2026-06-01 12:37:57 +08:00
BUGFIX-SUMMARY.md chore: AI metadata cleanup + markdown formatting 2026-06-01 12:37:57 +08:00
CLAUDE.md chore: AI metadata cleanup + markdown formatting 2026-06-01 12:37:57 +08:00
FINAL_SUMMARY.md chore: AI metadata cleanup + markdown formatting 2026-06-01 12:37:57 +08:00
HOW_TO_TEST.md chore: AI metadata cleanup + markdown formatting 2026-06-01 12:37:57 +08:00
IMPLEMENTATION_COMPLETE.md chore: AI metadata cleanup + markdown formatting 2026-06-01 12:37:57 +08:00
index.html Fix all test failures and implement dark mode 2026-01-09 15:11:36 +08:00
install.bat Initial commit: Claude Plugins & Skills Manager 2026-01-07 16:27:46 +08:00
install.sh Initial commit: Claude Plugins & Skills Manager 2026-01-07 16:27:46 +08:00
LICENSE Initial commit: Claude Plugins & Skills Manager 2026-01-07 16:27:46 +08:00
OPTIMIZATION_GUIDE.md chore: AI metadata cleanup + markdown formatting 2026-06-01 12:37:57 +08:00
package.json feat: 实现安全审查核心数据模型 (Task 1) 2026-01-08 14:24:08 +08:00
plugin.json chore: AI metadata cleanup + markdown formatting 2026-06-01 12:37:57 +08:00
PULL_REQUEST.md chore: AI metadata cleanup + markdown formatting 2026-06-01 12:37:57 +08:00
QUICK_START.md chore: AI metadata cleanup + markdown formatting 2026-06-01 12:37:57 +08:00
README.md chore: AI metadata cleanup + markdown formatting 2026-06-01 12:37:57 +08:00
README_FIX.md chore: AI metadata cleanup + markdown formatting 2026-06-01 12:37:57 +08:00
README_SKILLS.md chore: AI metadata cleanup + markdown formatting 2026-06-01 12:37:57 +08:00
SECURITY_AUDIT_GUIDE.md chore: AI metadata cleanup + markdown formatting 2026-06-01 12:37:57 +08:00
SECURITY_SCAN_FIX.md chore: AI metadata cleanup + markdown formatting 2026-06-01 12:37:57 +08:00
server-static.js chore: AI metadata cleanup + markdown formatting 2026-06-01 12:37:57 +08:00
server.js chore: AI metadata cleanup + markdown formatting 2026-06-01 12:37:57 +08:00
SKILLS_IMPLEMENTATION.md chore: AI metadata cleanup + markdown formatting 2026-06-01 12:37:57 +08:00
start.bat fix: 修复所有用户反馈的问题 2026-01-09 11:25:04 +08:00
start.sh fix: 修复所有用户反馈的问题 2026-01-09 11:25:04 +08:00
VERIFICATION_REPORT.md chore: AI metadata cleanup + markdown formatting 2026-06-01 12:37:57 +08:00
verify-api.sh fix: 修复多个关键功能性bug 2026-01-11 13:15:34 +08:00

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