Conversation
- Add marketplace.json for Claude Code plugin installation - Simplify skill status check to inline `qmd status` (portable across agents) - Update SKILL.md MCP section, reference mcp-setup.md for manual config - Clean up mcp-setup.md (remove redundant prerequisites) - Rename MCP-SETUP.md to mcp-setup.md Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Anrahya
pushed a commit
to Anrahya/qmd
that referenced
this pull request
Feb 3, 2026
- Add marketplace.json for Claude Code plugin installation - Simplify skill status check to inline `qmd status` (portable across agents) - Update SKILL.md MCP section, reference mcp-setup.md for manual config - Clean up mcp-setup.md (remove redundant prerequisites) - Rename MCP-SETUP.md to mcp-setup.md Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
|
Thanks for considering making this available in the plugin marketplace! 🙏 I’m having a bit of trouble with the installation process and was curious if it’s just me or if I should open a new issue regarding this? Here are the issues I encountered:
Please let me know how I should proceed. I’m happy to contribute! :) |
hcherigui
added a commit
to hcherigui/qmd
that referenced
this pull request
Feb 6, 2026
The plugin name "qmd" conflicts with the `qmd` executable file at the repo root. When Claude Code installs the plugin, it tries to create a directory `cache/qmd/qmd/` but fails because the `qmd` file already exists at that path after cloning. Rename the plugin from "qmd" to "qmd-search" to avoid the conflict. Fixes the issue reported in tobi#99 by @klaascuvelier. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
jaylfc
added a commit
to jaylfc/qmd
that referenced
this pull request
Apr 5, 2026
- Add marketplace.json for Claude Code plugin installation - Simplify skill status check to inline `qmd status` (portable across agents) - Update SKILL.md MCP section, reference mcp-setup.md for manual config - Clean up mcp-setup.md (remove redundant prerequisites) - Rename MCP-SETUP.md to mcp-setup.md Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
jaylfc
added a commit
to jaylfc/qmd
that referenced
this pull request
Apr 5, 2026
- Add marketplace.json for Claude Code plugin installation - Simplify skill status check to inline `qmd status` (portable across agents) - Update SKILL.md MCP section, reference mcp-setup.md for manual config - Clean up mcp-setup.md (remove redundant prerequisites) - Rename MCP-SETUP.md to mcp-setup.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #98
Adds plugin/marketplace support so Claude Code users can install QMD with a single command.
What's included
/plugincommandqmd statuson skill load to confirm installationInstallation (once merged)
Notes
qmd statusdirectly (portable across agent platforms)qmd mcp— no additional config needed🤖 Generated with Claude Code