Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Many resources can be installed directly via Claude Code commands:
- [Claude Code Plugins (jeremylongshore)](https://github.com/jeremylongshore/claude-code-plugins) - Marketplace-style repo bundling instruction-template plugins and MCP plugin packs, with install docs.
- [Multi-Agent Intelligence Marketplace](https://github.com/jmanhype/claude-code-plugins) - 19 production-grade plugins for trading, swarm intelligence, and GitHub automation built from 68+ specialized agents. Includes quantitative trading systems, DSPy research pipelines, distributed consensus protocols, and multi-agent swarm coordination; add with `/plugin marketplace add jmanhype/claude-code-plugins`.
- [Docker Claude Plugins](https://github.com/docker/claude-plugins) - Integrates Docker Desktop's MCP Toolkit as a Claude Code plugin to expose containerized MCP servers through Claude.
- [Pulse](https://github.com/chsm04/pulse) - Local Channel plugin that pushes notifications into Claude Code sessions via HTTP POST. No Discord, no Slack, just curl; install with `/plugin marketplace add chsm04/pulse`.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Action required

1. Wrong install command 🐞 Bug ✓ Correctness

The Pulse entry instructs users to run /plugin marketplace add chsm04/pulse, but the README’s own
usage section defines that command for adding a marketplace (not installing a plugin), so users will
follow an incorrect command and fail to install Pulse.
Agent Prompt
### Issue description
`README.md` adds Pulse as a plugin, but the entry instructs users to run a marketplace command (`/plugin marketplace add chsm04/pulse`). The README’s own “How to use” section says plugins should be installed with `/plugin install <owner>/<repo>`.

### Issue Context
This is user-facing documentation; incorrect CLI commands will cause immediate install failures.

### Fix Focus Areas
- README.md[7-21]
  - Update the Pulse entry to use `/plugin install chsm04/pulse` (or remove the install command if Pulse is actually a marketplace, and adjust wording accordingly).

ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools


## MCP Servers
- [Atlassian Remote MCP Server](https://developer.atlassian.com/platform/model-context-protocol/) - OAuth-secured remote MCP for Jira/Confluence (Claude setup + cloud endpoints).
Expand Down