Auto-discovered marketplace from hurungang/claude-code-plugins
npx claudepluginhub hurungang/claude-code-pluginsImport and create skills from MyAider MCP into agent skills
This repository is a Claude Code plugin marketplace for MyAider-focused workflows.
MyAider is a skillful MCP hub: instead of relying on runtime tool introspection, it delivers tool-ready skills that already include instructions and tool details. In practice, this helps reduce token overhead and makes skill execution more predictable.
Marketplace metadata is defined in .claude-plugin/marketplace.json with marketplace name:
myaider-pluginsCurrently available plugin:
myaider-skill-importer (v1.0.0)
./myaider-skill-importerClaude Code marketplace flow is:
This follows Claude Code's plugin docs: https://code.claude.com/docs/en/discover-plugins
From inside Claude Code:
/plugin marketplace add ./claude-code-plugins
/plugin install myaider-skill-importer@myaider-plugins
Currently github repo is hurungang/claude-code-plugins:
/plugin marketplace add hurungang/claude-code-plugins
/plugin install myaider-skill-importer@myaider-plugins
claude plugin install myaider-skill-importer@myaider-plugins --scope user
You can also use --scope project (shared in .claude/settings.json) or --scope local (local-only).
After installing the plugin, ask Claude:
Import my MyAider skills
or
Upgrade my MyAider skills to the latest version
The myaider-skill-importer workflow will:
get_myaider_skillsBefore importing skills, ensure your MyAider MCP server is configured in Claude Code.
If not configured yet, start here:
Useful Claude Code commands:
/plugin
/plugin marketplace list
/plugin marketplace update myaider-plugins
/plugin uninstall myaider-skill-importer@myaider-plugins
/reload-plugins
Plugins and marketplaces are highly trusted and can execute code with your user privileges. Only add marketplaces and plugins from sources you trust.
MIT