claude-plugins
A collection of Claude Code plugins for development workflows.
Installation
Claude Code
From marketplace:
/plugin marketplace add kadel/claude-plugins
/plugin install rhdh-plugin-dev@claude-plugins
/plugin install rhdh-context@claude-plugins
/plugin install review@claude-plugins
/plugin install jira-utils@claude-plugins
/plugin install ghostty@claude-plugins
/plugin install gws@claude-plugins
/plugin install address-pr-comments@claude-plugins
/plugin install obsidian@claude-plugins
Local development:
claude --plugin-dir ./plugins/rhdh-plugin-dev
claude --plugin-dir ./plugins/rhdh-context
claude --plugin-dir ./plugins/review
claude --plugin-dir ./plugins/jira-utils
claude --plugin-dir ./plugins/ghostty
claude --plugin-dir ./plugins/gws
claude --plugin-dir ./plugins/address-pr-comments
claude --plugin-dir ./plugins/obsidian
Install individual skills
Install skills using skills CLI.
Interactive mode — browse and select skills to install:
npx skills add kadel/claude-plugins
Install a specific skill:
npx skills add kadel/claude-plugins --skill use-jira-cli
Skills
| Skill | Description | Install |
|---|---|---|
| use-jira-cli | Interact with Jira issues, sprints, and projects via CLI | npx skills add kadel/claude-plugins --skill use-jira-cli |
| md-to-jira | Convert Markdown to Jira wiki markup syntax for Jira and Confluence | npx skills add kadel/claude-plugins --skill md-to-jira |
| rhdh-backend-dynamic-plugin | Bootstrap backend dynamic plugins for RHDH | npx skills add kadel/claude-plugins --skill rhdh-backend-dynamic-plugin |
| rhdh-frontend-dynamic-plugin | Bootstrap frontend dynamic plugins for RHDH | npx skills add kadel/claude-plugins --skill rhdh-frontend-dynamic-plugin |
| generate-frontend-wiring | Generate RHDH wiring config for Backstage frontend plugins | npx skills add kadel/claude-plugins --skill generate-frontend-wiring |
| backstage-cr | Create and configure Backstage Custom Resources for rhdh-operator | npx skills add kadel/claude-plugins --skill backstage-cr |
| rhdh-catalog-index | Extract and inspect the RHDH plugin catalog index OCI image | npx skills add kadel/claude-plugins --skill rhdh-catalog-index |
| rhdh-context | RHDH product context — what it is, how it differs from Backstage, key nuances | npx skills add kadel/claude-plugins --skill rhdh-context |
| documentation | Review documentation changes in GitHub PRs for clarity and correctness | npx skills add kadel/claude-plugins --skill documentation |
| git-commit | Create well-structured git commits with meaningful messages and attribution | npx skills add kadel/claude-plugins --skill git-commit |
| ghostty-applescript | Control Ghostty terminal via AppleScript — open splits, render markdown with glow | npx skills add kadel/claude-plugins --skill ghostty-applescript |
| gws-gmail | Send, read, triage, reply, forward, and watch emails | npx skills add kadel/claude-plugins --skill gws-gmail |
| gws-docs | Create, read, and write Google Docs | npx skills add kadel/claude-plugins --skill gws-docs |
| gws-sheets | Read, append, create, and update Google Sheets | npx skills add kadel/claude-plugins --skill gws-sheets |
| gws-drive | Upload, list, search, download, share files and manage permissions | npx skills add kadel/claude-plugins --skill gws-drive |
| gws-calendar | View agenda, create events, manage calendars, check free/busy | npx skills add kadel/claude-plugins --skill gws-calendar |
| address-pr-comments | Address GitHub PR review comments — assess, fix, reply, resolve | npx skills add kadel/claude-plugins --skill address-pr-comments |
| obsidian-cli | Obsidian CLI reference — notes, tags, tasks, properties, plugins, sync | npx skills add kadel/claude-plugins --skill obsidian-cli |
| obsidian-notes | Vault organization context — reads organization docs from the vault | npx skills add kadel/claude-plugins --skill obsidian-notes |
| obsidian-knowledge-base | LLM-maintained knowledge base — reads conventions from the vault | npx skills add kadel/claude-plugins --skill obsidian-knowledge-base |
License
MIT