Skip to content

ivanbulanov/ivanbulanov-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ivan Bulanov's Claude Code Plugins

A collection of Claude Code plugins for productivity and integrations.

Available Plugins

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

Installation

1. Add the marketplace

claude plugin marketplace add ivanbulanov/ivanbulanov-plugins

2. Install a plugin

claude plugin install atlassian-cloud@ivanbulanov-plugins

3. Enable the plugin

claude plugin enable atlassian-cloud@ivanbulanov-plugins

4. Restart Claude Code

Restart your Claude Code session to load the new plugin.

Updating

claude plugin marketplace update ivanbulanov-plugins
claude plugin update atlassian-cloud@ivanbulanov-plugins

Plugin Development

This 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:

  1. Create a directory under plugins/
  2. Add .claude-plugin/plugin.json with plugin metadata
  3. Add skills, commands, or hooks as needed
  4. Update marketplace.json to include the new plugin
  5. Validate with claude plugin validate .

License

MIT

About

Claude Code plugin for retrieving JIRA issues using acli CLI with token-efficient output and ADF parsing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors