A collection of Claude Code plugins for productivity and integrations.
| Plugin | Description | Category |
|---|---|---|
| atlassian-cloud | Jira and Confluence Cloud access via Go CLI with OAuth2, progressive disclosure, and ADF-to-markdown conversion | Productivity |
| redis-reader | Read-only Redis querying with command allowlisting, output size control, and cluster support | Productivity |
Deprecated plugins
| Plugin | Description | Superseded by |
|---|---|---|
| acli-jira | JIRA issue retrieval using acli CLI | atlassian-cloud |
claude plugin marketplace add ivanbulanov/ivanbulanov-pluginsclaude plugin install atlassian-cloud@ivanbulanov-pluginsclaude plugin enable atlassian-cloud@ivanbulanov-pluginsRestart your Claude Code session to load the new plugin.
claude plugin marketplace update ivanbulanov-plugins
claude plugin update atlassian-cloud@ivanbulanov-pluginsThis repository follows the Claude Code marketplace structure:
.
├── .claude-plugin/
│ └── marketplace.json # Marketplace manifest
├── plugins/
│ └── <plugin-name>/ # Individual plugins
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── skills/ # Plugin skills
│ └── README.md
├── README.md
└── LICENSE
To add a new plugin:
- Create a directory under
plugins/ - Add
.claude-plugin/plugin.jsonwith plugin metadata - Add skills, commands, or hooks as needed
- Update
marketplace.jsonto include the new plugin - Validate with
claude plugin validate .
MIT