plugins-management

Installation
SKILL.md

Plugins Manager

Manage plugins across coding agents: create, validate, publish, delete, and submit to official directories or npm.

Supported agents:

  • Claude Code: .claude-plugin/plugin.json-based plugins, distributed via marketplaces
  • OpenCode: TypeScript/JavaScript plugins in .opencode/plugins/ or npm packages listed in opencode.json

CRITICAL: Before performing any deletion, uninstall, or removal operation, you MUST use the AskUserQuestion tool to confirm with the user. Never delete/uninstall plugins or remove marketplaces without explicit user confirmation.

Quick Reference

Task Command/Script
Create plugin python scripts/init_plugin.py <name>
Create marketplace python scripts/init_marketplace.py <name>
Validate plugin python scripts/validate_plugin.py <path>
Validate marketplace claude plugin validate <path>
Prepare submission python scripts/prepare_submission.py <path> --email X --company-url Y
Related skills

More from codealive-ai/ai-driven-development

Installs
1
GitHub Stars
62
First Seen
9 days ago